diff options
author | stwo <stwo> | 2015-10-09 13:18:48 (GMT) |
---|---|---|
committer | stwo <stwo> | 2015-10-09 13:18:48 (GMT) |
commit | efecaa64e26dfa54b33e7cfb5ad079eba2409587 (patch) | |
tree | 077f719619e8ead2ed50e542b0f8091e3a520ba9 /unix/configure | |
parent | 8d774cfa0b1b8d498a49a67811e70f56bef37d15 (diff) | |
download | tcl-efecaa64e26dfa54b33e7cfb5ad079eba2409587.zip tcl-efecaa64e26dfa54b33e7cfb5ad079eba2409587.tar.gz tcl-efecaa64e26dfa54b33e7cfb5ad079eba2409587.tar.bz2 |
Tcl/OpenBSD/Sparc needs -fPIC.
Diffstat (limited to 'unix/configure')
-rwxr-xr-x | unix/configure | 2 |
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" ;; *) |