From: David Edelsohn Date: Fri, 5 Mar 2004 21:03:19 +0000 (+0000) Subject: ltconfig: Disable building static libraries if building shared libraries on AIX 5L. X-Git-Tag: releases/gcc-4.0.0~9597 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c18b95e5e467a28d54501891b4884851944d9fd1;p=thirdparty%2Fgcc.git ltconfig: Disable building static libraries if building shared libraries on AIX 5L. * ltconfig: Disable building static libraries if building shared libraries on AIX 5L. From-SVN: r78984 --- diff --git a/ChangeLog b/ChangeLog index 015c3aa0027a..1ee31f28489d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2004-03-05 David Edelsohn + + * ltconfig: Disable building static libraries if building shared + libraries on AIX 5L. + 2004-03-01 Richard Sandiford * configure.in (mips64*-*-linux*): Override mips*-*-linux* case diff --git a/ltconfig b/ltconfig index 9c420ace7262..0d97409d7990 100755 --- a/ltconfig +++ b/ltconfig @@ -1592,7 +1592,7 @@ aix3*) fi ;; -aix4*) +aix4* | aix5*) test "$enable_shared" = yes && enable_static=no ;; esac