diff options
author | Nick Lewycky <nicholas@mxc.ca> | 2011-05-31 20:00:45 +0000 |
---|---|---|
committer | Nick Lewycky <nicholas@mxc.ca> | 2011-05-31 20:00:45 +0000 |
commit | 5d98c9ae71b824537e690fa726d5f078ec4ce219 (patch) | |
tree | e029f1c8741d91a9efffccde75e5540e4cdd47fc /tools/gold/Makefile | |
parent | 3200c4b53ca742bd0103454250ca89fec2776211 (diff) | |
download | external_llvm-5d98c9ae71b824537e690fa726d5f078ec4ce219.zip external_llvm-5d98c9ae71b824537e690fa726d5f078ec4ce219.tar.gz external_llvm-5d98c9ae71b824537e690fa726d5f078ec4ce219.tar.bz2 |
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/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/gold/Makefile b/tools/gold/Makefile index c214cea..759406f 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 |