diff options
Diffstat (limited to 'libiberty')
-rwxr-xr-x | libiberty/configure | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/libiberty/configure b/libiberty/configure index 79ef153..451af49 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. |