summaryrefslogtreecommitdiff
path: root/libiberty
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2022-12-31 12:23:00 +0000
committerNick Clifton <nickc@redhat.com>2022-12-31 12:23:00 +0000
commit96e786d198ffd33f33c65e8f83d869f0bc567449 (patch)
treeb49cce63ea3dc19dfe3cf4045863c9f181c3d22a /libiberty
parenta72b07181dcd18b54f193322043d51058c1ef632 (diff)
downloadbinutils-gdb-96e786d198ffd33f33c65e8f83d869f0bc567449.tar.gz
Update version number and regenerate files
Diffstat (limited to 'libiberty')
-rwxr-xr-xlibiberty/configure7
1 files changed, 1 insertions, 6 deletions
diff --git a/libiberty/configure b/libiberty/configure
index 79ef15312e2..451af4978e7 100755
--- a/libiberty/configure
+++ b/libiberty/configure
@@ -5349,9 +5349,6 @@ case "${host}" in
# sets the default TLS model and affects inlining.
PICFLAG=-fPIC
;;
- loongarch*-*-*)
- PICFLAG=-fpic
- ;;
mips-sgi-irix6*)
# PIC is the default.
;;
@@ -5368,9 +5365,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.