]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
ltconfig: Disable building static libraries if building shared libraries on AIX 5L.
authorDavid Edelsohn <edelsohn@gnu.org>
Fri, 5 Mar 2004 21:07:41 +0000 (21:07 +0000)
committerDavid Edelsohn <dje@gcc.gnu.org>
Fri, 5 Mar 2004 21:07:41 +0000 (16:07 -0500)
* ltconfig: Disable building static libraries if building shared
libraries on AIX 5L.

From-SVN: r78989

ChangeLog
ltconfig

index ad03c1b36514ea1dfadfd88f025a88dddff7d50e..da38a012c0e65393aad5c5a4feb6c9eeeacaa00e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2004-03-05  David Edelsohn  <edelsohn@gnu.org>
+
+       * ltconfig: Disable building static libraries if building shared
+       libraries on AIX 5L.
+
 2004-02-14  Release Manager
 
        * GCC 3.3.3 Released.
index 44a5d698810a1774119277d9935bb40958284c60..6bab34af55c4e9b6f8164cdeed9e14525644c36c 100755 (executable)
--- a/ltconfig
+++ b/ltconfig
@@ -1577,7 +1577,7 @@ aix3*)
   fi
   ;;
 
-aix4*)
+aix4* | aix5*)
   test "$enable_shared" = yes && enable_static=no
   ;;
 esac