aboutsummaryrefslogtreecommitdiff
path: root/ltconfig
diff options
context:
space:
mode:
authorDavid Edelsohn <edelsohn@gnu.org>2004-03-05 21:03:19 +0000
committerDavid Edelsohn <edelsohn@gnu.org>2004-03-05 21:03:19 +0000
commit064510fe10ee5c5b9e15bc1248ca55b2fd675f4a (patch)
treedc9ea1e3211ae76bb95b27a86ee739e08924cc03 /ltconfig
parentef1b41715fda1804320c2b82817e3fd2cfb7ca7e (diff)
* ltconfig: Disable building static libraries if building shared
libraries on AIX 5L. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@78984 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'ltconfig')
-rwxr-xr-xltconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/ltconfig b/ltconfig
index 9c420ace726..0d97409d799 100755
--- a/ltconfig
+++ b/ltconfig
@@ -1592,7 +1592,7 @@ aix3*)
fi
;;
-aix4*)
+aix4* | aix5*)
test "$enable_shared" = yes && enable_static=no
;;
esac