Make sure the CXXFLAGS setting is picked up by

the common Makefile.  Not sure why this suddenly
started causing problems.

llvm-svn: 71925
This commit is contained in:
Duncan Sands 2009-05-16 04:00:00 +00:00
parent bdbc98f3ef
commit 81e053a739
1 changed files with 2 additions and 2 deletions

View File

@ -23,8 +23,8 @@ DONT_BUILD_RELINKED = 1
LINK_COMPONENTS :=
LIBS += -llto
include $(LEVEL)/Makefile.common
# Because off_t is used in the public API, the largefile parts are required for
# ABI compatibility.
CXXFLAGS+=-I$(BINUTILS_INCDIR) -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -lLTO
include $(LEVEL)/Makefile.common