From: dje Date: Fri, 5 Mar 2004 21:03:19 +0000 (+0000) Subject: * ltconfig: Disable building static libraries if building shared X-Git-Tag: upstream/4.9.2~72505 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ebdab8b6d9a7c02c35b31543fb9de25d3f8a35d3;p=platform%2Fupstream%2Flinaro-gcc.git * ltconfig: Disable building static libraries if building shared libraries on AIX 5L. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@78984 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/ChangeLog b/ChangeLog index 015c3aa..1ee31f2 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 9c420ac..0d97409 100755 --- a/ltconfig +++ b/ltconfig @@ -1592,7 +1592,7 @@ aix3*) fi ;; -aix4*) +aix4* | aix5*) test "$enable_shared" = yes && enable_static=no ;; esac