mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Erik Lindvall contributed a BSD/OS 4 patch for LDSHARED.
This commit is contained in:
parent
933d5a7c6e
commit
458e7fab9b
2 changed files with 160 additions and 158 deletions
|
@ -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*)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue