mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-28 04:33:05 +00:00
Fix building on case-sensitive file systems, grr :)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28801 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
68464b74b8
commit
9ec2c3d455
@ -373,10 +373,10 @@ endif
|
||||
# apps.
|
||||
ifdef UNIVERSAL
|
||||
CompileCommonOpts += \
|
||||
-arch i386 -arch ppc -isysroot /Developer/SDKs/MACOSX10.4u.sdk/
|
||||
-arch i386 -arch ppc -isysroot /Developer/SDKs/MacOSX10.4u.sdk/
|
||||
Relink.Flags := -XCClinker -arch -XCClinker i386 -XCClinker -arch \
|
||||
-XCClinker ppc -XCClinker \
|
||||
-isysroot -XCClinker /Developer/SDKs/MACOSX10.4u.sdk/
|
||||
-isysroot -XCClinker /Developer/SDKs/MacOSX10.4u.sdk/
|
||||
DISABLE_AUTO_DEPENDENCIES=1
|
||||
endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user