From: David Edelsohn Date: Fri, 5 Mar 2004 21:07:41 +0000 (+0000) Subject: ltconfig: Disable building static libraries if building shared libraries on AIX 5L. X-Git-Tag: releases/gcc-3.3.4~197 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=453ee82aba5925da67501f8b00d403bba6265c21;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: r78989 --- diff --git a/ChangeLog b/ChangeLog index ad03c1b36514..da38a012c0e6 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-02-14 Release Manager * GCC 3.3.3 Released. diff --git a/ltconfig b/ltconfig index 44a5d698810a..6bab34af55c4 100755 --- a/ltconfig +++ b/ltconfig @@ -1577,7 +1577,7 @@ aix3*) fi ;; -aix4*) +aix4* | aix5*) test "$enable_shared" = yes && enable_static=no ;; esac