aboutsummaryrefslogtreecommitdiff
path: root/libiberty
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2023-01-04 13:36:24 +1030
committerAlan Modra <amodra@gmail.com>2023-01-04 22:14:03 +1030
commit4a22a3348e5ce06223be06cad49cbf3b2c274e9d (patch)
tree48c10015da6ad4444ec7fdcc72367a0ad2dbb8a9 /libiberty
parent10613953683ae5b7127c4f59f75ee35207571617 (diff)
downloadfsf-binutils-gdb-4a22a3348e5ce06223be06cad49cbf3b2c274e9d.zip
fsf-binutils-gdb-4a22a3348e5ce06223be06cad49cbf3b2c274e9d.tar.gz
fsf-binutils-gdb-4a22a3348e5ce06223be06cad49cbf3b2c274e9d.tar.bz2
Merge config/picflag.m4 from gcc
Diffstat (limited to 'libiberty')
-rwxr-xr-xlibiberty/configure4
1 files changed, 1 insertions, 3 deletions
diff --git a/libiberty/configure b/libiberty/configure
index 79ef153..1ccfac9 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.