Skip to content

Commit

Permalink
Workaround no longer needed.
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29260 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
Evan Cheng committed Jul 21, 2006
1 parent 5f42c55 commit 11bcd75
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions Makefile.rules
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ else
BuildMode := Debug
CXX.Flags := -g
C.Flags := -g
LD.Flags := -g
LD.Flags := -g
KEEP_SYMBOLS := 1
endif
endif
Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit 11bcd75

Please sign in to comment.