Home | History | Annotate | Download | only in make

Lines Matching full:release

47 	$(call GetCNAVar,STRIP,Platform.darwin_bni,Release,) -S $(SYMROOT)/libcompiler_rt.dylib \
54 $(OBJROOT)/libcompiler_rt-%.dylib : $(OBJROOT)/darwin_bni/Release/%/libcompiler_rt.a
56 $(call GetCNAVar,CC,Platform.darwin_bni,Release,$*) \
73 $(call GetCNAVar,LIPO,Platform.darwin_bni,Release,) -create $^ -o $@
74 $(call GetCNAVar,DSYMUTIL,Platform.darwin_bni,Release,) $@
88 $(call GetCNAVar,STRIP,Platform.darwin_bni,Release,) -S $(SYMROOT)/libcompiler_rt.dylib \
95 $(call GetCNAVar,LIPO,Platform.darwin_bni,Release,) -create $^ -o $@
98 $(OBJROOT)/libcompiler_rt-dyld-%.a : $(OBJROOT)/darwin_bni/Release/%/libcompiler_rt.a
103 $(call GetCNAVar,AR,Platform.darwin_bni,Release,) -d $@ $${DEL_LIST}; \
104 $(call GetCNAVar,RANLIB,Platform.darwin_bni,Release,) $@ ; \
110 $(call GetCNAVar,LIPO,Platform.darwin_bni,Release,) -create $^ -o $@