Make sure the CXXFLAGS setting is picked up by
authorDuncan Sands <baldrick@free.fr>
Sat, 16 May 2009 04:00:00 +0000 (04:00 +0000)
committerDuncan Sands <baldrick@free.fr>
Sat, 16 May 2009 04:00:00 +0000 (04:00 +0000)
the common Makefile.  Not sure why this suddenly
started causing problems.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@71925 91177308-0d34-0410-b5e6-96231b3b80d8

tools/gold/Makefile

index eccffcbda6b912edbaa5621e719034277826b1ce..f282a351ee88fbea45ec02688404882d28c49f63 100644 (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