From e2be5d5fd8bd8d353567ad02d61bdf32b9dfa66c Mon Sep 17 00:00:00 2001 From: Nick Lewycky Date: Tue, 3 Feb 2009 07:10:08 +0000 Subject: 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 --- Makefile.config.in | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile.config.in') 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@ -- cgit v1.2.3