summaryrefslogtreecommitdiff
path: root/tools/gold/Makefile
diff options
context:
space:
mode:
authorNick Lewycky <nicholas@mxc.ca>2011-05-31 20:00:45 +0000
committerNick Lewycky <nicholas@mxc.ca>2011-05-31 20:00:45 +0000
commit5d98c9ae71b824537e690fa726d5f078ec4ce219 (patch)
treee029f1c8741d91a9efffccde75e5540e4cdd47fc /tools/gold/Makefile
parent3200c4b53ca742bd0103454250ca89fec2776211 (diff)
downloadllvm-5d98c9ae71b824537e690fa726d5f078ec4ce219.tar.gz
llvm-5d98c9ae71b824537e690fa726d5f078ec4ce219.tar.bz2
llvm-5d98c9ae71b824537e690fa726d5f078ec4ce219.tar.xz
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
Diffstat (limited to 'tools/gold/Makefile')
-rw-r--r--tools/gold/Makefile2
1 files changed, 1 insertions, 1 deletions
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