mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-02 07:11:49 +00:00
Fix universal builds to not use -XCClinker (a libtool thing) now that
libtool doesn't exist. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@65561 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
13d5b71a95
commit
ae72ca9cb6
@ -480,10 +480,10 @@ ifdef UNIVERSAL
|
|||||||
endif
|
endif
|
||||||
UNIVERSAL_ARCH_OPTIONS := $(UNIVERSAL_ARCH:%=-arch %)
|
UNIVERSAL_ARCH_OPTIONS := $(UNIVERSAL_ARCH:%=-arch %)
|
||||||
CompileCommonOpts += $(UNIVERSAL_ARCH_OPTIONS)
|
CompileCommonOpts += $(UNIVERSAL_ARCH_OPTIONS)
|
||||||
Relink.Flags := $(UNIVERSAL_ARCH_OPTIONS:%=-XCClinker %)
|
Relink.Flags := $(UNIVERSAL_ARCH_OPTIONS)
|
||||||
ifdef UNIVERSAL_SDK_PATH
|
ifdef UNIVERSAL_SDK_PATH
|
||||||
CompileCommonOpts += -isysroot $(UNIVERSAL_SDK_PATH)
|
CompileCommonOpts += -isysroot $(UNIVERSAL_SDK_PATH)
|
||||||
Relink.Flags += -XCClinker -isysroot -XCClinker $(UNIVERSAL_SDK_PATH)
|
Relink.Flags += -isysroot $(UNIVERSAL_SDK_PATH)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# Building universal cannot compute dependencies automatically.
|
# Building universal cannot compute dependencies automatically.
|
||||||
|
Loading…
Reference in New Issue
Block a user