[llvm-branch-commits] [cfe-branch] r80709 - /cfe/branches/Apple/leeloo/Makefile
Mike Stump
mrs at apple.com
Tue Sep 1 11:54:51 PDT 2009
Author: mrs
Date: Tue Sep 1 13:54:51 2009
New Revision: 80709
URL: http://llvm.org/viewvc/llvm-project?rev=80709&view=rev
Log:
Revert r80471.
Modified:
cfe/branches/Apple/leeloo/Makefile
Modified: cfe/branches/Apple/leeloo/Makefile
URL: http://llvm.org/viewvc/llvm-project/cfe/branches/Apple/leeloo/Makefile?rev=80709&r1=80708&r2=80709&view=diff
==============================================================================
--- cfe/branches/Apple/leeloo/Makefile (original)
+++ cfe/branches/Apple/leeloo/Makefile Tue Sep 1 13:54:51 2009
@@ -7,21 +7,14 @@
UserType = Developer
ToolType = Commands
Install_Prefix = /Developer/usr
-
-# Default is build assertions disabled.
-ifndef ENABLE_ASSERTIONS
-Assertions_Configure_Flag = --disable-assertions
-else
-Assertions_Configure_Flag = --enable-assertions
-endif
-
Extra_Configure_Flags = --enable-targets=x86 \
--enable-optimized \
- $(Assertions_Configure_Flag) \
+ --disable-assertions \
--with-extra-options='-g -DDISABLE_SMART_POINTERS' \
+ --disable-pic \
--disable-doxygen \
$(HOST_TARGET_FLAGS)
-
+Extra_CC_Flags = -mdynamic-no-pic
GnuAfterInstall = post-install install-plist
# It's a GNU Source project
More information about the llvm-branch-commits
mailing list