diff options
author | Cary Coutant <ccoutant@google.com> | 2011-09-14 01:29:01 +0000 |
---|---|---|
committer | Cary Coutant <ccoutant@google.com> | 2011-09-14 01:29:01 +0000 |
commit | ebb300b24427606d99c2808b0f204ed6ce77fa3e (patch) | |
tree | abb98c84674c47702d5bc8f0628da6608bae5877 /gold/Makefile.in | |
parent | 1206d0d51475805105f990eaa2a02e2a7699aa80 (diff) | |
download | binutils-gdb-ebb300b24427606d99c2808b0f204ed6ce77fa3e.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.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gold/Makefile.in b/gold/Makefile.in index bf729cf85ca..1c33fe6a334 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@ |