Kaydet (Commit) 458e7fab authored tarafından Guido van Rossum's avatar Guido van Rossum

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

üst 933d5a7c
This diff is collapsed.
......@@ -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*)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment