diff options
Diffstat (limited to 'libiberty')
-rwxr-xr-x | libiberty/configure | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/libiberty/configure b/libiberty/configure index 9fb2892..f4169b4 100755 --- a/libiberty/configure +++ b/libiberty/configure @@ -5358,9 +5358,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. |