diff options
author | dje <dje@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-01-25 19:11:34 +0000 |
---|---|---|
committer | dje <dje@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-01-25 19:11:34 +0000 |
commit | 4b44c1a3cd59c931a9720bacf53f4f737665dfbb (patch) | |
tree | 2a6aea4468766692c04b8280fce3b5c547989c8e /ltconfig | |
parent | c20e2d491bcf5e77c10e3bb5624b1016c7ffb1b2 (diff) | |
download | gcc-4b44c1a3cd59c931a9720bacf53f4f737665dfbb.tar.gz |
- Add AIX 5 support following AIX 4.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@39270 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'ltconfig')
-rwxr-xr-x | ltconfig | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |