diff options
Diffstat (limited to 'intl/configure')
-rwxr-xr-x | intl/configure | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/intl/configure b/intl/configure index 78a1691..24fd69a 100755 --- a/intl/configure +++ b/intl/configure @@ -6873,9 +6873,7 @@ case "${host}" in sh-*-linux* | sh[2346lbe]*-*-linux*) PICFLAG=-fpic ;; - # FIXME: Simplify to sh*-*-netbsd*? - sh-*-netbsd* | shl*-*-netbsd* | sh5-*-netbsd* | sh5l*-*-netbsd* | \ - sh64-*-netbsd* | sh64l*-*-netbsd*) + sh*-*-netbsd*) PICFLAG=-fpic ;; # Default to -fPIC unless specified otherwise. |