aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.rules
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2006-07-21 23:06:51 +0000
committerEvan Cheng <evan.cheng@apple.com>2006-07-21 23:06:51 +0000
commit11bcd75fd39ae2d9c426a7c0b85ef982c04eba3b (patch)
tree8e2e216ce342f9e883c1723295d96ad9574944ae /Makefile.rules
parent5f42c550305814f916207b9604b92fbd258e8eaf (diff)
downloadexternal_llvm-11bcd75fd39ae2d9c426a7c0b85ef982c04eba3b.zip
external_llvm-11bcd75fd39ae2d9c426a7c0b85ef982c04eba3b.tar.gz
external_llvm-11bcd75fd39ae2d9c426a7c0b85ef982c04eba3b.tar.bz2
Workaround no longer needed.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29260 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'Makefile.rules')
-rw-r--r--Makefile.rules7
1 files changed, 1 insertions, 6 deletions
diff --git a/Makefile.rules b/Makefile.rules
index 911bc36..779e0a6 100644
--- a/Makefile.rules
+++ b/Makefile.rules
@@ -228,7 +228,7 @@ else
BuildMode := Debug
CXX.Flags := -g
C.Flags := -g
- LD.Flags := -g
+ LD.Flags := -g
KEEP_SYMBOLS := 1
endif
endif
@@ -395,11 +395,6 @@ ifdef UNIVERSAL
DISABLE_AUTO_DEPENDENCIES=1
endif
-# Temporary workaround for a Mac OSX compatibility issue.
-ifeq ($(OS),Darwin)
- CXX.Flags += -fno-use-cxa-atexit
-endif
-
LD.Flags += -L$(LibDir) -L$(LLVMLibDir)
CPP.BaseFlags += -D_GNU_SOURCE -D__STDC_LIMIT_MACROS
# All -I flags should go here, so that they don't confuse llvm-config.