Skip to content

Commit 6a6859c

Browse files
committed
regen config
This regenerates config files changed by the previous 44 commits. Note that subject lines in these commits mostly match the gcc git originating commit.
1 parent e26b2c8 commit 6a6859c

File tree

20 files changed

+6642
-3759
lines changed

20 files changed

+6642
-3759
lines changed

Makefile.in

+5,382-3,357
Large diffs are not rendered by default.

bfd/configure

+52-21
Original file line numberDiff line numberDiff line change
@@ -6084,7 +6084,7 @@ irix5* | irix6* | nonstopux*)
60846084
;;
60856085

60866086
# This must be Linux ELF.
6087-
linux* | k*bsd*-gnu | kopensolaris*-gnu)
6087+
linux* | k*bsd*-gnu | kopensolaris*-gnu | uclinuxfdpiceabi)
60886088
lt_cv_deplibs_check_method=pass_all
60896089
;;
60906090

@@ -6160,6 +6160,11 @@ sysv4 | sysv4.3*)
61606160
tpf*)
61616161
lt_cv_deplibs_check_method=pass_all
61626162
;;
6163+
vxworks*)
6164+
# Assume VxWorks cross toolchains are built on Linux, possibly
6165+
# as canadian for Windows hosts.
6166+
lt_cv_deplibs_check_method=pass_all
6167+
;;
61636168
esac
61646169

61656170
fi
@@ -7621,23 +7626,25 @@ _LT_EOF
76217626
fi
76227627
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_force_load" >&5
76237628
$as_echo "$lt_cv_ld_force_load" >&6; }
7624-
case $host_os in
7625-
rhapsody* | darwin1.[012])
7629+
# Allow for Darwin 4-7 (macOS 10.0-10.3) although these are not expect to
7630+
# build without first building modern cctools / linker.
7631+
case $host_cpu-$host_os in
7632+
*-rhapsody* | *-darwin1.[012])
76267633
_lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
7627-
darwin1.*)
7634+
*-darwin1.*)
76287635
_lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
7629-
darwin*) # darwin 5.x on
7630-
# if running on 10.5 or later, the deployment target defaults
7631-
# to the OS version, if on x86, and 10.4, the deployment
7632-
# target defaults to 10.4. Don't you love it?
7633-
case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
7634-
10.0,*86*-darwin8*|10.0,*-darwin[91]*)
7635-
_lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
7636+
*-darwin*)
7637+
# darwin 5.x (macOS 10.1) onwards we only need to adjust when the
7638+
# deployment target is forced to an earlier version.
7639+
case ${MACOSX_DEPLOYMENT_TARGET-UNSET},$host in
7640+
UNSET,*-darwin[89]*|UNSET,*-darwin[12][0123456789]*)
7641+
;;
76367642
10.[012][,.]*)
7637-
_lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
7638-
10.*)
7639-
_lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
7640-
esac
7643+
_lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress'
7644+
;;
7645+
*)
7646+
;;
7647+
esac
76417648
;;
76427649
esac
76437650
if test "$lt_cv_apple_cc_single_mod" = "yes"; then
@@ -8896,7 +8903,7 @@ _LT_EOF
88968903
archive_expsym_cmds='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
88978904
;;
88988905

8899-
gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu)
8906+
gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu | uclinuxfdpiceabi)
89008907
tmp_diet=no
89018908
if test "$host_os" = linux-dietlibc; then
89028909
case $cc_basename in
@@ -9405,7 +9412,7 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
94059412
if test "$GCC" = yes && test "$with_gnu_ld" = no; then
94069413
case $host_cpu in
94079414
hppa*64*)
9408-
archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9415+
archive_cmds='$CC -shared ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
94099416
;;
94109417
ia64*)
94119418
archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
@@ -9417,7 +9424,7 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
94179424
else
94189425
case $host_cpu in
94199426
hppa*64*)
9420-
archive_cmds='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9427+
archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
94219428
;;
94229429
ia64*)
94239430
archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
@@ -10417,7 +10424,12 @@ linux*oldld* | linux*aout* | linux*coff*)
1041710424
;;
1041810425

1041910426
# This must be Linux ELF.
10420-
linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*)
10427+
10428+
# uclinux* changes (here and below) have been submitted to the libtool
10429+
# project, but have not yet been accepted: they are GCC-local changes
10430+
# for the time being. (See
10431+
# https://lists.gnu.org/archive/html/libtool-patches/2018-05/msg00000.html)
10432+
linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu* | uclinuxfdpiceabi)
1042110433
version_type=linux
1042210434
need_lib_prefix=no
1042310435
need_version=no
@@ -10665,6 +10677,25 @@ uts4*)
1066510677
shlibpath_var=LD_LIBRARY_PATH
1066610678
;;
1066710679

10680+
# Shared libraries for VwWorks, >= 7 only at this stage
10681+
# and (fpic) still incompatible with "large" code models
10682+
# in a few configurations. Only for RTP mode in any case,
10683+
# and upon explicit request at configure time.
10684+
vxworks7*)
10685+
dynamic_linker=no
10686+
case ${with_multisubdir}-${enable_shared} in
10687+
*large*)
10688+
;;
10689+
*mrtp*-yes)
10690+
version_type=linux
10691+
need_lib_prefix=no
10692+
need_version=no
10693+
library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10694+
soname_spec='${libname}${release}${shared_ext}$major'
10695+
dynamic_linker="$host_os module_loader"
10696+
;;
10697+
esac
10698+
;;
1066810699
*)
1066910700
dynamic_linker=no
1067010701
;;
@@ -11106,7 +11137,7 @@ else
1110611137
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
1110711138
lt_status=$lt_dlunknown
1110811139
cat > conftest.$ac_ext <<_LT_EOF
11109-
#line 11109 "configure"
11140+
#line 11140 "configure"
1111011141
#include "confdefs.h"
1111111142

1111211143
#if HAVE_DLFCN_H
@@ -11212,7 +11243,7 @@ else
1121211243
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
1121311244
lt_status=$lt_dlunknown
1121411245
cat > conftest.$ac_ext <<_LT_EOF
11215-
#line 11215 "configure"
11246+
#line 11246 "configure"
1121611247
#include "confdefs.h"
1121711248

1121811249
#if HAVE_DLFCN_H

binutils/configure

+52-21
Original file line numberDiff line numberDiff line change
@@ -5764,7 +5764,7 @@ irix5* | irix6* | nonstopux*)
57645764
;;
57655765

57665766
# This must be Linux ELF.
5767-
linux* | k*bsd*-gnu | kopensolaris*-gnu)
5767+
linux* | k*bsd*-gnu | kopensolaris*-gnu | uclinuxfdpiceabi)
57685768
lt_cv_deplibs_check_method=pass_all
57695769
;;
57705770

@@ -5840,6 +5840,11 @@ sysv4 | sysv4.3*)
58405840
tpf*)
58415841
lt_cv_deplibs_check_method=pass_all
58425842
;;
5843+
vxworks*)
5844+
# Assume VxWorks cross toolchains are built on Linux, possibly
5845+
# as canadian for Windows hosts.
5846+
lt_cv_deplibs_check_method=pass_all
5847+
;;
58435848
esac
58445849

58455850
fi
@@ -7301,23 +7306,25 @@ _LT_EOF
73017306
fi
73027307
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_force_load" >&5
73037308
$as_echo "$lt_cv_ld_force_load" >&6; }
7304-
case $host_os in
7305-
rhapsody* | darwin1.[012])
7309+
# Allow for Darwin 4-7 (macOS 10.0-10.3) although these are not expect to
7310+
# build without first building modern cctools / linker.
7311+
case $host_cpu-$host_os in
7312+
*-rhapsody* | *-darwin1.[012])
73067313
_lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
7307-
darwin1.*)
7314+
*-darwin1.*)
73087315
_lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
7309-
darwin*) # darwin 5.x on
7310-
# if running on 10.5 or later, the deployment target defaults
7311-
# to the OS version, if on x86, and 10.4, the deployment
7312-
# target defaults to 10.4. Don't you love it?
7313-
case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
7314-
10.0,*86*-darwin8*|10.0,*-darwin[91]*)
7315-
_lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
7316+
*-darwin*)
7317+
# darwin 5.x (macOS 10.1) onwards we only need to adjust when the
7318+
# deployment target is forced to an earlier version.
7319+
case ${MACOSX_DEPLOYMENT_TARGET-UNSET},$host in
7320+
UNSET,*-darwin[89]*|UNSET,*-darwin[12][0123456789]*)
7321+
;;
73167322
10.[012][,.]*)
7317-
_lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
7318-
10.*)
7319-
_lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
7320-
esac
7323+
_lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress'
7324+
;;
7325+
*)
7326+
;;
7327+
esac
73217328
;;
73227329
esac
73237330
if test "$lt_cv_apple_cc_single_mod" = "yes"; then
@@ -8607,7 +8614,7 @@ _LT_EOF
86078614
archive_expsym_cmds='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
86088615
;;
86098616

8610-
gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu)
8617+
gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu | uclinuxfdpiceabi)
86118618
tmp_diet=no
86128619
if test "$host_os" = linux-dietlibc; then
86138620
case $cc_basename in
@@ -9116,7 +9123,7 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
91169123
if test "$GCC" = yes && test "$with_gnu_ld" = no; then
91179124
case $host_cpu in
91189125
hppa*64*)
9119-
archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9126+
archive_cmds='$CC -shared ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
91209127
;;
91219128
ia64*)
91229129
archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
@@ -9128,7 +9135,7 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
91289135
else
91299136
case $host_cpu in
91309137
hppa*64*)
9131-
archive_cmds='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9138+
archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
91329139
;;
91339140
ia64*)
91349141
archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
@@ -10128,7 +10135,12 @@ linux*oldld* | linux*aout* | linux*coff*)
1012810135
;;
1012910136

1013010137
# This must be Linux ELF.
10131-
linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*)
10138+
10139+
# uclinux* changes (here and below) have been submitted to the libtool
10140+
# project, but have not yet been accepted: they are GCC-local changes
10141+
# for the time being. (See
10142+
# https://lists.gnu.org/archive/html/libtool-patches/2018-05/msg00000.html)
10143+
linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu* | uclinuxfdpiceabi)
1013210144
version_type=linux
1013310145
need_lib_prefix=no
1013410146
need_version=no
@@ -10376,6 +10388,25 @@ uts4*)
1037610388
shlibpath_var=LD_LIBRARY_PATH
1037710389
;;
1037810390

10391+
# Shared libraries for VwWorks, >= 7 only at this stage
10392+
# and (fpic) still incompatible with "large" code models
10393+
# in a few configurations. Only for RTP mode in any case,
10394+
# and upon explicit request at configure time.
10395+
vxworks7*)
10396+
dynamic_linker=no
10397+
case ${with_multisubdir}-${enable_shared} in
10398+
*large*)
10399+
;;
10400+
*mrtp*-yes)
10401+
version_type=linux
10402+
need_lib_prefix=no
10403+
need_version=no
10404+
library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10405+
soname_spec='${libname}${release}${shared_ext}$major'
10406+
dynamic_linker="$host_os module_loader"
10407+
;;
10408+
esac
10409+
;;
1037910410
*)
1038010411
dynamic_linker=no
1038110412
;;
@@ -10817,7 +10848,7 @@ else
1081710848
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
1081810849
lt_status=$lt_dlunknown
1081910850
cat > conftest.$ac_ext <<_LT_EOF
10820-
#line 10820 "configure"
10851+
#line 10851 "configure"
1082110852
#include "confdefs.h"
1082210853
1082310854
#if HAVE_DLFCN_H
@@ -10923,7 +10954,7 @@ else
1092310954
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
1092410955
lt_status=$lt_dlunknown
1092510956
cat > conftest.$ac_ext <<_LT_EOF
10926-
#line 10926 "configure"
10957+
#line 10957 "configure"
1092710958
#include "confdefs.h"
1092810959
1092910960
#if HAVE_DLFCN_H

0 commit comments

Comments
 (0)