Erik Lindvall contributed a BSD/OS 4 patch for LDSHARED.
This commit is contained in:
parent
933d5a7c6e
commit
458e7fab9b
|
@ -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…
Reference in New Issue