Erik Lindvall contributed a BSD/OS 4 patch for LDSHARED.

This commit is contained in:
Guido van Rossum 1999-09-17 15:40:40 +00:00
parent 933d5a7c6e
commit 458e7fab9b
2 changed files with 160 additions and 158 deletions

317
configure vendored

File diff suppressed because it is too large Load Diff

View File

@ -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*)