summaryrefslogtreecommitdiff
path: root/Makefile.config.in
diff options
context:
space:
mode:
authorNick Lewycky <nicholas@mxc.ca>2009-02-03 07:10:08 +0000
committerNick Lewycky <nicholas@mxc.ca>2009-02-03 07:10:08 +0000
commite2be5d5fd8bd8d353567ad02d61bdf32b9dfa66c (patch)
treea6a7dd5819becf2d3a39da9e76c0cc25a87419f4 /Makefile.config.in
parent55a683d7f03b0acaf7807545fd7be319498277ff (diff)
downloadllvm-e2be5d5fd8bd8d353567ad02d61bdf32b9dfa66c.tar.gz
llvm-e2be5d5fd8bd8d353567ad02d61bdf32b9dfa66c.tar.bz2
llvm-e2be5d5fd8bd8d353567ad02d61bdf32b9dfa66c.tar.xz
Add the ability to pass the path to binutils source to configure. This is
needed to build the LLVM gold plugin. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@63621 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'Makefile.config.in')
-rw-r--r--Makefile.config.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.config.in b/Makefile.config.in
index bcf1a00e12..90d1a13132 100644
--- a/Makefile.config.in
+++ b/Makefile.config.in
@@ -283,3 +283,6 @@ ifneq (,$(findstring -mno-cygwin, $(CXX)))
else
SYSPATH = $(1)
endif
+
+# Location of the plugin header file for gold.
+BINUTILS_INCDIR := @BINUTILS_INCDIR@