projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
68464b7
)
Fix building on case-sensitive file systems, grr :)
author
Chris Lattner
<sabre@nondot.org>
Thu, 15 Jun 2006 17:31:22 +0000
(17:31 +0000)
committer
Chris Lattner
<sabre@nondot.org>
Thu, 15 Jun 2006 17:31:22 +0000
(17:31 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28801
91177308
-0d34-0410-b5e6-
96231b3b80d8
Makefile.rules
patch
|
blob
|
history
diff --git
a/Makefile.rules
b/Makefile.rules
index 18fd56f2def9e80813841a8f3018b60946eb4a5f..18814fa5aa23318ff61b7f858feb2e06b77b0f65 100644
(file)
--- a/
Makefile.rules
+++ b/
Makefile.rules
@@
-373,10
+373,10
@@
endif
# apps.
ifdef UNIVERSAL
CompileCommonOpts += \
- -arch i386 -arch ppc -isysroot /Developer/SDKs/M
AC
OSX10.4u.sdk/
+ -arch i386 -arch ppc -isysroot /Developer/SDKs/M
ac
OSX10.4u.sdk/
Relink.Flags := -XCClinker -arch -XCClinker i386 -XCClinker -arch \
-XCClinker ppc -XCClinker \
- -isysroot -XCClinker /Developer/SDKs/M
AC
OSX10.4u.sdk/
+ -isysroot -XCClinker /Developer/SDKs/M
ac
OSX10.4u.sdk/
DISABLE_AUTO_DEPENDENCIES=1
endif