mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-05 03:36:43 +00:00
Fix universal builds to not use -XCClinker (a libtool thing) now that
libtool doesn't exist. llvm-svn: 65561
This commit is contained in:
parent
246fd7ca83
commit
d137d547ef
@ -480,10 +480,10 @@ ifdef UNIVERSAL
|
||||
endif
|
||||
UNIVERSAL_ARCH_OPTIONS := $(UNIVERSAL_ARCH:%=-arch %)
|
||||
CompileCommonOpts += $(UNIVERSAL_ARCH_OPTIONS)
|
||||
Relink.Flags := $(UNIVERSAL_ARCH_OPTIONS:%=-XCClinker %)
|
||||
Relink.Flags := $(UNIVERSAL_ARCH_OPTIONS)
|
||||
ifdef UNIVERSAL_SDK_PATH
|
||||
CompileCommonOpts += -isysroot $(UNIVERSAL_SDK_PATH)
|
||||
Relink.Flags += -XCClinker -isysroot -XCClinker $(UNIVERSAL_SDK_PATH)
|
||||
Relink.Flags += -isysroot $(UNIVERSAL_SDK_PATH)
|
||||
endif
|
||||
|
||||
# Building universal cannot compute dependencies automatically.
|
||||
|
Loading…
x
Reference in New Issue
Block a user