summaryrefslogtreecommitdiffstats
path: root/unix/configure
diff options
context:
space:
mode:
authorstwo <stwo>2015-10-09 13:18:48 (GMT)
committerstwo <stwo>2015-10-09 13:18:48 (GMT)
commitefecaa64e26dfa54b33e7cfb5ad079eba2409587 (patch)
tree077f719619e8ead2ed50e542b0f8091e3a520ba9 /unix/configure
parent8d774cfa0b1b8d498a49a67811e70f56bef37d15 (diff)
downloadtcl-efecaa64e26dfa54b33e7cfb5ad079eba2409587.zip
tcl-efecaa64e26dfa54b33e7cfb5ad079eba2409587.tar.gz
tcl-efecaa64e26dfa54b33e7cfb5ad079eba2409587.tar.bz2
Tcl/OpenBSD/Sparc needs -fPIC.
Diffstat (limited to 'unix/configure')
-rwxr-xr-xunix/configure2
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/configure b/unix/configure
index 31758c3..27e147b 100755
--- a/unix/configure
+++ b/unix/configure
@@ -7527,7 +7527,7 @@ fi
;;
*)
case "$arch" in
- alpha|sparc64)
+ alpha|sparc|sparc64)
SHLIB_CFLAGS="-fPIC"
;;
*)