summaryrefslogtreecommitdiff
path: root/gold/Makefile.in
diff options
context:
space:
mode:
authorIan Lance Taylor <iant@google.com>2007-10-02 22:45:07 +0000
committerIan Lance Taylor <iant@google.com>2007-10-02 22:45:07 +0000
commit63402fe413c09effa7813a70a5943dddec1456bf (patch)
tree2f442ff95f61ee3a3f8f6be87c052962f0bdef85 /gold/Makefile.in
parente84992bbac6f16ec51ed0ad03db26b403c2b05e0 (diff)
downloadbinutils-gdb-63402fe413c09effa7813a70a5943dddec1456bf.tar.gz
From Craig Silverstein: don't run function pointer non-PIC tests when
they won't work.
Diffstat (limited to 'gold/Makefile.in')
-rw-r--r--gold/Makefile.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/gold/Makefile.in b/gold/Makefile.in
index 5db510ed161..168849e7501 100644
--- a/gold/Makefile.in
+++ b/gold/Makefile.in
@@ -162,6 +162,8 @@ ECHO_N = @ECHO_N@
ECHO_T = @ECHO_T@
EGREP = @EGREP@
EXEEXT = @EXEEXT@
+FN_PTRS_IN_SO_WITHOUT_PIC_FALSE = @FN_PTRS_IN_SO_WITHOUT_PIC_FALSE@
+FN_PTRS_IN_SO_WITHOUT_PIC_TRUE = @FN_PTRS_IN_SO_WITHOUT_PIC_TRUE@
GCC_FALSE = @GCC_FALSE@
GCC_TRUE = @GCC_TRUE@
GENCAT = @GENCAT@