summaryrefslogtreecommitdiffstats
path: root/unix/tcl.m4
diff options
context:
space:
mode:
authorstwo <stwo>2015-10-09 13:30:49 (GMT)
committerstwo <stwo>2015-10-09 13:30:49 (GMT)
commit2a1ef7e5c60cf8a23a9da2c301fd4044c9f0db0e (patch)
tree3cfc6d3e55456d927e5bf2adc1a49d7992c88888 /unix/tcl.m4
parent87bfeefdb63886437c8e4143e939eac72ca27660 (diff)
downloadtcl-2a1ef7e5c60cf8a23a9da2c301fd4044c9f0db0e.zip
tcl-2a1ef7e5c60cf8a23a9da2c301fd4044c9f0db0e.tar.gz
tcl-2a1ef7e5c60cf8a23a9da2c301fd4044c9f0db0e.tar.bz2
Tcl/OpenBSD/Sparc needs -fPIC.
Diffstat (limited to 'unix/tcl.m4')
-rw-r--r--unix/tcl.m42
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"
;;
*)