projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
47fb954
)
Point to libLTO with -L/PATH/ -lLTO so that it is found in the install
author
Rafael Espindola
<rafael.espindola@gmail.com>
Wed, 23 Nov 2011 03:07:25 +0000
(
03:07
+0000)
committer
Rafael Espindola
<rafael.espindola@gmail.com>
Wed, 23 Nov 2011 03:07:25 +0000
(
03:07
+0000)
directory.
Patch by Markus Trippelsdorf.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@145095
91177308
-0d34-0410-b5e6-
96231b3b80d8
tools/gold/Makefile
patch
|
blob
|
history
diff --git
a/tools/gold/Makefile
b/tools/gold/Makefile
index 78eda03e34f512528bb5c36a5605161446d285c0..02f66d73eedcc37a3673790bcf0d9be7055556d9 100644
(file)
--- a/
tools/gold/Makefile
+++ b/
tools/gold/Makefile
@@
-24,6
+24,6
@@
include $(LEVEL)/Makefile.config
# 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
-CXXFLAGS +=
$(SharedLibDir)/$(SharedPrefix)LTO$(SHLIBEXT)
+CXXFLAGS +=
-L$(SharedLibDir)/$(SharedPrefix) -lLTO
include $(LEVEL)/Makefile.common