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 | |
parent | 190facd2b3e26476bc9af21761ca55f42f28286e (diff) | |
parent | 9fc0ae6033f3e41c9b4605531a6a8543414b0d2d (diff) | |
download | gcc-b1617efc6efb47c98e1b209c8907a389e9ee7f2a.zip gcc-b1617efc6efb47c98e1b209c8907a389e9ee7f2a.tar.gz gcc-b1617efc6efb47c98e1b209c8907a389e9ee7f2a.tar.bz2 |
Merge commit '9fc0ae6033f3e41c9b4605531a6a8543414b0d2d' into HEAD
-rw-r--r-- | config/picflag.m4 | 4 | ||||
-rwxr-xr-x | gcc/configure | 8 | ||||
-rwxr-xr-x | libada/configure | 4 | ||||
-rwxr-xr-x | libgcc/configure | 4 | ||||
-rwxr-xr-x | libiberty/configure | 4 |
5 files changed, 7 insertions, 17 deletions
diff --git a/config/picflag.m4 b/config/picflag.m4 index 0aefcf6..3f3ac74 100644 --- a/config/picflag.m4 +++ b/config/picflag.m4 @@ -63,9 +63,7 @@ case "${$2}" in sh-*-linux* | sh[[2346lbe]]*-*-linux*) $1=-fpic ;; - # FIXME: Simplify to sh*-*-netbsd*? - sh-*-netbsdelf* | shl*-*-netbsdelf* | sh5-*-netbsd* | sh5l*-*-netbsd* | \ - sh64-*-netbsd* | sh64l*-*-netbsd*) + sh*-*-netbsd*) $1=-fpic ;; # Default to -fPIC unless specified otherwise. 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 diff --git a/libada/configure b/libada/configure index 9c8b133..ac4dad3 100755 --- a/libada/configure +++ b/libada/configure @@ -3231,9 +3231,7 @@ case "${host}" in sh-*-linux* | sh[2346lbe]*-*-linux*) PICFLAG=-fpic ;; - # FIXME: Simplify to sh*-*-netbsd*? - sh-*-netbsdelf* | shl*-*-netbsdelf* | sh5-*-netbsd* | sh5l*-*-netbsd* | \ - sh64-*-netbsd* | sh64l*-*-netbsd*) + sh*-*-netbsd*) PICFLAG=-fpic ;; # Default to -fPIC unless specified otherwise. diff --git a/libgcc/configure b/libgcc/configure index 1e72736..cf14920 100755 --- a/libgcc/configure +++ b/libgcc/configure @@ -2422,9 +2422,7 @@ case "${host}" in sh-*-linux* | sh[2346lbe]*-*-linux*) PICFLAG=-fpic ;; - # FIXME: Simplify to sh*-*-netbsd*? - sh-*-netbsdelf* | shl*-*-netbsdelf* | sh5-*-netbsd* | sh5l*-*-netbsd* | \ - sh64-*-netbsd* | sh64l*-*-netbsd*) + sh*-*-netbsd*) PICFLAG=-fpic ;; # Default to -fPIC unless specified otherwise. diff --git a/libiberty/configure b/libiberty/configure index bdc860f..dd89627 100755 --- a/libiberty/configure +++ b/libiberty/configure @@ -5368,9 +5368,7 @@ case "${host}" in sh-*-linux* | sh[2346lbe]*-*-linux*) PICFLAG=-fpic ;; - # FIXME: Simplify to sh*-*-netbsd*? - sh-*-netbsdelf* | shl*-*-netbsdelf* | sh5-*-netbsd* | sh5l*-*-netbsd* | \ - sh64-*-netbsd* | sh64l*-*-netbsd*) + sh*-*-netbsd*) PICFLAG=-fpic ;; # Default to -fPIC unless specified otherwise. |