diff options
author | Guy Harris <guy@alum.mit.edu> | 2019-08-21 14:31:17 -0700 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2019-08-21 14:31:17 -0700 |
commit | 28c5f5a3271df15684b495554d465414dc2d02f9 (patch) | |
tree | 092c8b1fb492ae2d6387d793386e8261a9b7a4e7 /aclocal.m4 | |
parent | 3b3f7c1ea4ae96a9b5801789e9313ad932f12082 (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.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -501,7 +501,7 @@ AC_DEFUN(AC_LBL_SHLIBS_INIT, sparc64*) case "$host_os" in - freebsd*|openbsd*) + freebsd*|openbsd*|linux*) PIC_OPT=-fPIC ;; esac |