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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user