Fix DSO_LDOPTS for AIX (4.2 for now).

git-svn-id: svn://10.0.0.236/trunk@21092 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
briano%netscape.com
1999-02-18 02:49:42 +00:00
parent 231408e37d
commit 321fc1b1cf

View File

@@ -136,6 +136,9 @@ dnl ========================================================
case "$target" in
*-*-aix*)
DSO_CFLAGS=
if [ test "$GNU_CC" != 1 ]; then
DSO_LDOPTS='-brtl -bM:SRE -bnoentry -bexpall'
fi
;;
*-*-solaris*)