From 4b44c1a3cd59c931a9720bacf53f4f737665dfbb Mon Sep 17 00:00:00 2001 From: dje Date: Thu, 25 Jan 2001 19:11:34 +0000 Subject: - Add AIX 5 support following AIX 4. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@39270 138bc75d-0d04-0410-961f-82ee72b054a4 --- ltconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ltconfig') 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 -- cgit v1.2.1