Workaround no longer needed.
authorEvan Cheng <evan.cheng@apple.com>
Fri, 21 Jul 2006 23:06:51 +0000 (23:06 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Fri, 21 Jul 2006 23:06:51 +0000 (23:06 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29260 91177308-0d34-0410-b5e6-96231b3b80d8

Makefile.rules

index 911bc36b57d5c1b610e0f2a54a0a675b09d704a9..779e0a6933b5cd8bc217b8c20fc7c3d203784069 100644 (file)
@@ -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.