summaryrefslogtreecommitdiffstats
path: root/unix/tcl.m4
diff options
context:
space:
mode:
authorstwo <stwo>2015-10-09 13:18:48 (GMT)
committerstwo <stwo>2015-10-09 13:18:48 (GMT)
commit6816e77cbfb64f58b952d8cd4fe20e69141729ee (patch)
tree077f719619e8ead2ed50e542b0f8091e3a520ba9 /unix/tcl.m4
parent404bcc3435d7a5ce178b4b84c86833285d3aa1d4 (diff)
downloadtcl-6816e77cbfb64f58b952d8cd4fe20e69141729ee.zip
tcl-6816e77cbfb64f58b952d8cd4fe20e69141729ee.tar.gz
tcl-6816e77cbfb64f58b952d8cd4fe20e69141729ee.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 d896d05..83c3fb1 100644
--- a/unix/tcl.m4
+++ b/unix/tcl.m4
@@ -1518,7 +1518,7 @@ AC_DEFUN([SC_CONFIG_CFLAGS], [
;;
*)
case "$arch" in
- alpha|sparc64)
+ alpha|sparc|sparc64)
SHLIB_CFLAGS="-fPIC"
;;
*)