diff options
Diffstat (limited to 'config/picflag.m4')
-rw-r--r-- | config/picflag.m4 | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/config/picflag.m4 b/config/picflag.m4 index 8b106f9..3bd49af 100644 --- a/config/picflag.m4 +++ b/config/picflag.m4 @@ -60,9 +60,7 @@ case "${$2}" in sh-*-linux* | sh[[2346lbe]]*-*-linux*) $1=-fpic ;; - # FIXME: Simplify to sh*-*-netbsd*? - sh-*-netbsdelf* | shl*-*-netbsdelf* | sh5-*-netbsd* | sh5l*-*-netbsd* | \ - sh64-*-netbsd* | sh64l*-*-netbsd*) + sh*-*-netbsd*) $1=-fpic ;; # Default to -fPIC unless specified otherwise. |