aboutsummaryrefslogtreecommitdiff
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
commitebb300b24427606d99c2808b0f204ed6ce77fa3e (patch)
treeabb98c84674c47702d5bc8f0628da6608bae5877 /gold/Makefile.in
parent1206d0d51475805105f990eaa2a02e2a7699aa80 (diff)
downloadgdb-ebb300b24427606d99c2808b0f204ed6ce77fa3e.zip
gdb-ebb300b24427606d99c2808b0f204ed6ce77fa3e.tar.gz
gdb-ebb300b24427606d99c2808b0f204ed6ce77fa3e.tar.bz2
* 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 bf729cf..1c33fe6 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@