summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1999-09-17 15:40:40 (GMT)
committerGuido van Rossum <guido@python.org>1999-09-17 15:40:40 (GMT)
commit458e7fab9bd8092876bc8fe4a2520d1edc694626 (patch)
tree489d7e387ef471acae8641595ad377a415936da2 /configure.in
parent933d5a7c6ea8234895e059a6c068f7242652f179 (diff)
downloadcpython-458e7fab9bd8092876bc8fe4a2520d1edc694626.zip
cpython-458e7fab9bd8092876bc8fe4a2520d1edc694626.tar.gz
cpython-458e7fab9bd8092876bc8fe4a2520d1edc694626.tar.bz2
Erik Lindvall contributed a BSD/OS 4 patch for LDSHARED.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index 5a46847..5932e06 100644
--- a/configure.in
+++ b/configure.in
@@ -467,6 +467,7 @@ then
fi ;;
Linux*) LDSHARED="gcc -shared";;
dgux*) LDSHARED="ld -G";;
+ BSD/OS*/4*) LDSHARED="gcc -shared";;
FreeBSD*/[[34]]*) LDSHARED="gcc -shared";;
FreeBSD*|OpenBSD*) LDSHARED="ld -Bshareable";;
NetBSD*)