diff options
-rw-r--r-- | llvm/tools/gold/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/tools/gold/Makefile b/llvm/tools/gold/Makefile index eccffcbda6b..f282a351ee8 100644 --- a/llvm/tools/gold/Makefile +++ b/llvm/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 |