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:
parent
788596c89d
commit
87b1ee8641
@ -279,11 +279,10 @@ case $target_os in
|
|||||||
AC_DEFINE(FORCE_SECOND_QUADRANT)
|
AC_DEFINE(FORCE_SECOND_QUADRANT)
|
||||||
#this tells ld to export all non-static symbols,
|
#this tells ld to export all non-static symbols,
|
||||||
#otherwise no external predicates.
|
#otherwise no external predicates.
|
||||||
LDFLAGS="${LDFLAGS} -Wl,-E"
|
|
||||||
M4="/usr/bin/m4"
|
M4="/usr/bin/m4"
|
||||||
if test $CC = cc -o $CC = c89
|
if test $CC = cc -o $CC = c89
|
||||||
then
|
then
|
||||||
SHLIB_LD="cc ${LDFLAGS} -Wl,-b"
|
SHLIB_LD="ld -b -E ${LDFLAGS}"
|
||||||
SHLIB_SUFFIX=".sl"
|
SHLIB_SUFFIX=".sl"
|
||||||
SHLIB_CFLAGS="+z"
|
SHLIB_CFLAGS="+z"
|
||||||
INSTALL_DLLS=""
|
INSTALL_DLLS=""
|
||||||
|
Reference in New Issue
Block a user