diff options
Diffstat (limited to 'libiberty/configure')
-rwxr-xr-x | libiberty/configure | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libiberty/configure b/libiberty/configure index 5c4dda5d1d5..b95e000f2e4 100755 --- a/libiberty/configure +++ b/libiberty/configure @@ -5146,7 +5146,8 @@ case "${host}" in PICFLAG=-fpic ;; # FIXME: Simplify to sh*-*-netbsd*? - sh-*-netbsdelf* | shl*-*-netbsdelf*) + sh-*-netbsdelf* | shl*-*-netbsdelf* | sh5-*-netbsd* | sh5l*-*-netbsd* | \ + sh64-*-netbsd* | sh64l*-*-netbsd*) PICFLAG=-fpic ;; # Default to -fPIC unless specified otherwise. |