summaryrefslogtreecommitdiff
path: root/tools/gold/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tools/gold/Makefile')
-rw-r--r--tools/gold/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/gold/Makefile b/tools/gold/Makefile
index eccffcbda6..f282a351ee 100644
--- a/tools/gold/Makefile
+++ b/tools/gold/Makefile
@@ -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