aboutsummaryrefslogtreecommitdiff
path: root/aclocal.m4
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2019-08-21 14:31:17 -0700
committerGuy Harris <guy@alum.mit.edu>2019-08-21 14:31:17 -0700
commit28c5f5a3271df15684b495554d465414dc2d02f9 (patch)
tree092c8b1fb492ae2d6387d793386e8261a9b7a4e7 /aclocal.m4
parent3b3f7c1ea4ae96a9b5801789e9313ad932f12082 (diff)
Use -fPIC for 64-bit SPARC on Linux, as well as on FreeBSD and OpenBSD.
I guess 13 bits wasn't enough once you started using PIC. This should address GitHub issue #837.
Diffstat (limited to 'aclocal.m4')
-rw-r--r--aclocal.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/aclocal.m4 b/aclocal.m4
index d278e1d7..6e7937c1 100644
--- a/aclocal.m4
+++ b/aclocal.m4
@@ -501,7 +501,7 @@ AC_DEFUN(AC_LBL_SHLIBS_INIT,
sparc64*)
case "$host_os" in
- freebsd*|openbsd*)
+ freebsd*|openbsd*|linux*)
PIC_OPT=-fPIC
;;
esac