Changes in directory llvm:
Makefile.rules updated: 1.388 -> 1.389 --- Log message: Workaround no longer needed. --- Diffs of the changes: (+1 -6) Makefile.rules | 7 +------ 1 files changed, 1 insertion(+), 6 deletions(-) Index: llvm/Makefile.rules diff -u llvm/Makefile.rules:1.388 llvm/Makefile.rules:1.389 --- llvm/Makefile.rules:1.388 Fri Jul 21 14:44:55 2006 +++ llvm/Makefile.rules Fri Jul 21 18:04:48 2006 @@ -228,7 +228,7 @@ BuildMode := Debug CXX.Flags := -g C.Flags := -g - LD.Flags := -g + LD.Flags := -g KEEP_SYMBOLS := 1 endif endif @@ -395,11 +395,6 @@ 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. _______________________________________________ llvm-commits mailing list llvm-commits@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits