1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-10-04 20:40:57 +02:00

10768: configure.in: DLLDFLAGS for OpenBSD.

This commit is contained in:
Clint Adams 2000-04-15 14:10:30 +00:00
parent 336542eba2
commit 3dc24fba09
2 changed files with 5 additions and 0 deletions

View file

@ -1,3 +1,7 @@
2000-04-15 Clint Adams <schizo@debian.org>
* 10768: configure.in: DLLDFLAGS for OpenBSD.
2000-04-14 Clint Adams <schizo@debian.org>
* 10764: Radim Kolar: Functions/Misc/run-help: support

View file

@ -1485,6 +1485,7 @@ char *argv[];
netbsd*) DLLDFLAGS="${DLLDFLAGS=${DLLDARG}-x -shared --whole-archive}" ;;
aix*) DLLDFLAGS="${DLLDFLAGS=-G -bexpall -lc}" ;;
solaris*|sysv4*|esix*) DLLDFLAGS="${DLLDFLAGS=-G}" ;;
openbsd*) DLLDFLAGS="${DLLDFLAGS=-Bshareable}" ;;
esac
case "$host" in
*-hpux*) EXTRA_LDFLAGS="${EXTRA_LDFLAGS=-Wl,-E}" ;;