mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-10-06 09:01:13 +02:00
10768: configure.in: DLLDFLAGS for OpenBSD.
This commit is contained in:
parent
336542eba2
commit
3dc24fba09
2 changed files with 5 additions and 0 deletions
|
@ -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>
|
2000-04-14 Clint Adams <schizo@debian.org>
|
||||||
|
|
||||||
* 10764: Radim Kolar: Functions/Misc/run-help: support
|
* 10764: Radim Kolar: Functions/Misc/run-help: support
|
||||||
|
|
|
@ -1485,6 +1485,7 @@ char *argv[];
|
||||||
netbsd*) DLLDFLAGS="${DLLDFLAGS=${DLLDARG}-x -shared --whole-archive}" ;;
|
netbsd*) DLLDFLAGS="${DLLDFLAGS=${DLLDARG}-x -shared --whole-archive}" ;;
|
||||||
aix*) DLLDFLAGS="${DLLDFLAGS=-G -bexpall -lc}" ;;
|
aix*) DLLDFLAGS="${DLLDFLAGS=-G -bexpall -lc}" ;;
|
||||||
solaris*|sysv4*|esix*) DLLDFLAGS="${DLLDFLAGS=-G}" ;;
|
solaris*|sysv4*|esix*) DLLDFLAGS="${DLLDFLAGS=-G}" ;;
|
||||||
|
openbsd*) DLLDFLAGS="${DLLDFLAGS=-Bshareable}" ;;
|
||||||
esac
|
esac
|
||||||
case "$host" in
|
case "$host" in
|
||||||
*-hpux*) EXTRA_LDFLAGS="${EXTRA_LDFLAGS=-Wl,-E}" ;;
|
*-hpux*) EXTRA_LDFLAGS="${EXTRA_LDFLAGS=-Wl,-E}" ;;
|
||||||
|
|
Loading…
Reference in a new issue