aboutsummaryrefslogtreecommitdiff
path: root/ltconfig
diff options
context:
space:
mode:
authorDavid Edelsohn <edelsohn@gnu.org>2001-01-25 19:11:34 +0000
committerDavid Edelsohn <edelsohn@gnu.org>2001-01-25 19:11:34 +0000
commitbc157d6de55b3098c4a0279507ef329b16b97293 (patch)
tree2a6aea4468766692c04b8280fce3b5c547989c8e /ltconfig
parent056bf99eede97695577ead86e2090a5bb5dc9ebd (diff)
- Add AIX 5 support following AIX 4.
git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@39270 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'ltconfig')
-rwxr-xr-xltconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/ltconfig b/ltconfig
index 2f54843f54d..168923f5ddf 100755
--- a/ltconfig
+++ b/ltconfig
@@ -942,7 +942,7 @@ aix3*)
soname_spec='${libname}${release}.so$major'
;;
-aix4*)
+aix4* | aix5*)
version_type=linux
# AIX has no versioning support, so currently we can not hardcode correct
# soname into executable. Probably we can add versioning support to
@@ -1432,7 +1432,7 @@ aix3*)
fi
;;
-aix4*)
+aix4* | aix5*)
test "$enable_shared" = yes && enable_static=no
;;
esac