diff options
author | Alan Modra <amodra@gmail.com> | 2021-01-09 11:03:29 +1030 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2021-01-09 15:12:44 +1030 |
commit | 6430704567c6c3f838ad7d01d5dfcf3fcb8d6b24 (patch) | |
tree | cde3473926bc71f9632aa45d01482e403e2de320 /ld | |
parent | a7e906e8f571c2066cfbab488005ecaa5c6aa4e0 (diff) | |
download | fsf-binutils-gdb-6430704567c6c3f838ad7d01d5dfcf3fcb8d6b24.zip fsf-binutils-gdb-6430704567c6c3f838ad7d01d5dfcf3fcb8d6b24.tar.gz fsf-binutils-gdb-6430704567c6c3f838ad7d01d5dfcf3fcb8d6b24.tar.bz2 |
configure regen
commit f478212851 did the regen by hand, missed a change in
ld/configure and didn't update line numbers. Fix that, and an old
regen of ld/Makefile.in with the wrong automake.
bfd/
* configure: Regenerate.
binutils/
* configure: Regenerate.
gas/
* configure: Regenerate.
gprof/
* configure: Regenerate.
ld/
* Makefile.in: Regenerate.
* configure: Regenerate.
libctf/
* configure: Regenerate.
opcodes/
* configure: Regenerate.
zlib/
* configure: Regenerate.
Diffstat (limited to 'ld')
-rw-r--r-- | ld/ChangeLog | 5 | ||||
-rw-r--r-- | ld/Makefile.in | 1 | ||||
-rwxr-xr-x | ld/configure | 16 |
3 files changed, 8 insertions, 14 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index 89f1845..1514fd3 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,8 @@ +2021-01-09 Alan Modra <amodra@gmail.com> + + * configure: Regenerate. + * Makefile.in: Regenerate. + 2021-01-07 Samuel Thibault <samuel.thibault@gnu.org> * configure: Regenerate. diff --git a/ld/Makefile.in b/ld/Makefile.in index c1c42aa..b41941c 100644 --- a/ld/Makefile.in +++ b/ld/Makefile.in @@ -521,7 +521,6 @@ pdfdir = @pdfdir@ prefix = @prefix@ program_transform_name = @program_transform_name@ psdir = @psdir@ -runstatedir = @runstatedir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ srcdir = @srcdir@ diff --git a/ld/configure b/ld/configure index a5720d9..c424966 100755 --- a/ld/configure +++ b/ld/configure @@ -12033,7 +12033,7 @@ else lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext <<_LT_EOF -#line 12046 "configure" +#line 12036 "configure" #include "confdefs.h" #if HAVE_DLFCN_H @@ -12139,7 +12139,7 @@ else lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext <<_LT_EOF -#line 12152 "configure" +#line 12142 "configure" #include "confdefs.h" #if HAVE_DLFCN_H @@ -14878,16 +14878,6 @@ freebsd* | dragonfly*) esac ;; -gnu*) - version_type=linux - need_lib_prefix=no - need_version=no - library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}' - soname_spec='${libname}${release}${shared_ext}$major' - shlibpath_var=LD_LIBRARY_PATH - hardcode_into_libs=yes - ;; - haiku*) version_type=linux need_lib_prefix=no @@ -15004,7 +14994,7 @@ linux*oldld* | linux*aout* | linux*coff*) ;; # This must be Linux ELF. -linux* | k*bsd*-gnu | kopensolaris*-gnu) +linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*) version_type=linux need_lib_prefix=no need_version=no |