when building sharedobjects set 2 additional flags for AIX

r= cls@netscape.com
# 72189


git-svn-id: svn://10.0.0.236/trunk@90572 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
jdunn%netscape.com
2001-03-27 23:18:37 +00:00
parent 9026e2a205
commit 5d30ca2ef8

View File

@@ -599,7 +599,7 @@ case "$target" in
*-aix*)
if test ! "$GNU_CC"; then
# DSO_LDOPTS='-ldl -bM:SRE -p1 -brtl -bso -bexpall -bnoentry'
DSO_LDOPTS='-ldl -p1 -brtl -bso'
DSO_LDOPTS='-ldl -p1 -brtl -bso -bsymbolic -bnortllib'
DSO_CFLAGS='-qflag=w:w'
DSO_PIC_CFLAGS='-DPIC'
fi