summaryrefslogtreecommitdiff
path: root/gold/Makefile.in
diff options
context:
space:
mode:
authorCary Coutant <ccoutant@google.com>2011-09-14 01:29:01 +0000
committerCary Coutant <ccoutant@google.com>2011-09-14 01:29:01 +0000
commitd1fa8d6c6b8294ea9dcbf64b9506aed359b395a0 (patch)
treeedb1b8c906e9c50607d7a1bf115b962e5c9a5628 /gold/Makefile.in
parentebafb60deb6876776a664025c76a5cadae435440 (diff)
downloadbinutils-redhat-d1fa8d6c6b8294ea9dcbf64b9506aed359b395a0.tar.gz
* configure.ac: Check for glibc support for gnu_indirect_function
support with static linking, setting automake conditional IFUNC_STATIC. * Makefile.in: Regenerate. * configure: Regenerate. * testsuite/Makefile.am (ifuncmain1static, ifuncmain2static) (ifuncmain4static, ifuncmain5static, ifuncmain7static): Add check for IFUNC_STATIC. * testsuite/Makefile.in: Regenerate.
Diffstat (limited to 'gold/Makefile.in')
-rw-r--r--gold/Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/gold/Makefile.in b/gold/Makefile.in
index bf729cf85c..1c33fe6a33 100644
--- a/gold/Makefile.in
+++ b/gold/Makefile.in
@@ -273,6 +273,7 @@ MKDIR_P = @MKDIR_P@
MKINSTALLDIRS = @MKINSTALLDIRS@
MSGFMT = @MSGFMT@
MSGMERGE = @MSGMERGE@
+NM = @NM@
NO_WERROR = @NO_WERROR@
OBJEXT = @OBJEXT@
PACKAGE = @PACKAGE@