From 28c5f5a3271df15684b495554d465414dc2d02f9 Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Wed, 21 Aug 2019 14:31:17 -0700 Subject: 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. --- aclocal.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'aclocal.m4') 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 -- cgit v1.2.3