forked from OSchip/llvm-project
<rdar://problem/10172492> No armv4t slice of libcompiler_rt-static.a
llvm-svn: 140630
This commit is contained in:
parent
bf415251df
commit
b69f3694df
|
@ -61,7 +61,7 @@ $(OBJROOT)/libcompiler_rt-%.dylib : $(OBJROOT)/darwin_bni/Release/%/libcompiler_
|
|||
$(DYLIB_FLAGS) -Wl,-force_load,$^ -o $@
|
||||
|
||||
# Rule to make fat dylib
|
||||
$(SYMROOT)/libcompiler_rt.dylib: $(foreach arch,$(RC_ARCHS), \
|
||||
$(SYMROOT)/libcompiler_rt.dylib: $(foreach arch,$(filter-out armv4t,$(RC_ARCHS)), \
|
||||
$(OBJROOT)/libcompiler_rt-$(arch).dylib)
|
||||
$(call GetCNAVar,LIPO,Platform.darwin_bni,Release,) -create $^ -o $@
|
||||
|
||||
|
|
|
@ -67,6 +67,9 @@ FUNCTIONS.x86_64 := $(FUNCTIONS) \
|
|||
muloti4 mulvti3 mulxc3 negti2 negvti2 parityti2 \
|
||||
popcountti2 powixf2 subvti3 ucmpti2 udivmodti4 \
|
||||
udivti3 umodti3 clear_cache enable_execute_stack
|
||||
|
||||
FUNCTIONS.armv4t := $(FUNCTIONS)
|
||||
|
||||
FUNCTIONS.armv5 := $(FUNCTIONS) \
|
||||
adddf3 addsf3 bswapdi2 bswapsi2 \
|
||||
comparedf2 comparesf2 extendsfdf2 \
|
||||
|
|
Loading…
Reference in New Issue