diff options
author | stwo <stwo> | 2015-10-09 13:30:49 (GMT) |
---|---|---|
committer | stwo <stwo> | 2015-10-09 13:30:49 (GMT) |
commit | 5767ab9581fad422860c3580bfb1d51f61a5de65 (patch) | |
tree | 3cfc6d3e55456d927e5bf2adc1a49d7992c88888 /unix/tcl.m4 | |
parent | ffeedbcbcaacd66b699a9b16f83bf45a618c58f8 (diff) | |
download | tcl-5767ab9581fad422860c3580bfb1d51f61a5de65.zip tcl-5767ab9581fad422860c3580bfb1d51f61a5de65.tar.gz tcl-5767ab9581fad422860c3580bfb1d51f61a5de65.tar.bz2 |
Tcl/OpenBSD/Sparc needs -fPIC.
Diffstat (limited to 'unix/tcl.m4')
-rw-r--r-- | unix/tcl.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/tcl.m4 b/unix/tcl.m4 index 3db997a..d7d6a7b 100644 --- a/unix/tcl.m4 +++ b/unix/tcl.m4 @@ -1542,7 +1542,7 @@ AC_DEFUN([SC_CONFIG_CFLAGS], [ ;; *) case "$arch" in - alpha|sparc64) + alpha|sparc|sparc64) SHLIB_CFLAGS="-fPIC" ;; *) |