diff options
author | Thomas Schwinge <tschwinge@baylibre.com> | 2024-03-11 00:24:32 +0100 |
---|---|---|
committer | Thomas Schwinge <tschwinge@baylibre.com> | 2024-03-11 00:24:32 +0100 |
commit | b1617efc6efb47c98e1b209c8907a389e9ee7f2a (patch) | |
tree | d82d6e331e89aaf91cbbe6549a6310661c34ddab /gcc | |
parent | 190facd2b3e26476bc9af21761ca55f42f28286e (diff) | |
parent | 9fc0ae6033f3e41c9b4605531a6a8543414b0d2d (diff) | |
download | gcc-b1617efc6efb47c98e1b209c8907a389e9ee7f2a.zip gcc-b1617efc6efb47c98e1b209c8907a389e9ee7f2a.tar.gz gcc-b1617efc6efb47c98e1b209c8907a389e9ee7f2a.tar.bz2 |
Merge commit '9fc0ae6033f3e41c9b4605531a6a8543414b0d2d' into HEAD
Diffstat (limited to 'gcc')
-rwxr-xr-x | gcc/configure | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/gcc/configure b/gcc/configure index 420d108..4933965 100755 --- a/gcc/configure +++ b/gcc/configure @@ -5483,9 +5483,7 @@ case "${target}" in sh-*-linux* | sh[2346lbe]*-*-linux*) PICFLAG_FOR_TARGET=-fpic ;; - # FIXME: Simplify to sh*-*-netbsd*? - sh-*-netbsdelf* | shl*-*-netbsdelf* | sh5-*-netbsd* | sh5l*-*-netbsd* | \ - sh64-*-netbsd* | sh64l*-*-netbsd*) + sh*-*-netbsd*) PICFLAG_FOR_TARGET=-fpic ;; # Default to -fPIC unless specified otherwise. @@ -19902,7 +19900,7 @@ else lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext <<_LT_EOF -#line 19905 "configure" +#line 19903 "configure" #include "confdefs.h" #if HAVE_DLFCN_H @@ -20008,7 +20006,7 @@ else lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext <<_LT_EOF -#line 20011 "configure" +#line 20009 "configure" #include "confdefs.h" #if HAVE_DLFCN_H |