HPUX: the -E option is only applicable to ld -b

git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@150 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
This commit is contained in:
stasinos 2001-09-06 15:40:33 +00:00
parent 788596c89d
commit 87b1ee8641
1 changed files with 1 additions and 2 deletions

View File

@ -279,11 +279,10 @@ case $target_os in
AC_DEFINE(FORCE_SECOND_QUADRANT)
#this tells ld to export all non-static symbols,
#otherwise no external predicates.
LDFLAGS="${LDFLAGS} -Wl,-E"
M4="/usr/bin/m4"
if test $CC = cc -o $CC = c89
then
SHLIB_LD="cc ${LDFLAGS} -Wl,-b"
SHLIB_LD="ld -b -E ${LDFLAGS}"
SHLIB_SUFFIX=".sl"
SHLIB_CFLAGS="+z"
INSTALL_DLLS=""