aboutsummaryrefslogtreecommitdiff
path: root/ltconfig
diff options
context:
space:
mode:
authorDavid Edelsohn <edelsohn@gnu.org>2001-01-25 19:11:34 +0000
committerDavid Edelsohn <dje@gcc.gnu.org>2001-01-25 14:11:34 -0500
commit0ef8b11bf2d742a69b1612012c91b3f6f28c9e69 (patch)
tree2a6aea4468766692c04b8280fce3b5c547989c8e /ltconfig
parentf07f528411791ed74b3f7beae8419479196bc01b (diff)
downloadgcc-0ef8b11bf2d742a69b1612012c91b3f6f28c9e69.zip
gcc-0ef8b11bf2d742a69b1612012c91b3f6f28c9e69.tar.gz
gcc-0ef8b11bf2d742a69b1612012c91b3f6f28c9e69.tar.bz2
- Add AIX 5 support following AIX 4.
From-SVN: r39270
Diffstat (limited to 'ltconfig')
-rwxr-xr-xltconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/ltconfig b/ltconfig
index 2f54843..168923f 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