From 5d98c9ae71b824537e690fa726d5f078ec4ce219 Mon Sep 17 00:00:00 2001 From: Nick Lewycky Date: Tue, 31 May 2011 20:00:45 +0000 Subject: Also remove -lLTO which should have been in r132349. I failed to apply this from David Meyer's patch! git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@132352 91177308-0d34-0410-b5e6-96231b3b80d8 --- tools/gold/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/gold') diff --git a/tools/gold/Makefile b/tools/gold/Makefile index c214ceaf08..759406f7b1 100644 --- a/tools/gold/Makefile +++ b/tools/gold/Makefile @@ -25,7 +25,7 @@ LINK_COMPONENTS := support # 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 +CXXFLAGS+=-I$(BINUTILS_INCDIR) -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 CXXFLAGS+=$(SharedLibDir)/$(SharedPrefix)LTO$(SHLIBEXT) include $(LEVEL)/Makefile.common -- cgit v1.2.3