diff options
author | bstarynk <bstarynk@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-03-17 13:56:45 +0000 |
---|---|---|
committer | bstarynk <bstarynk@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-03-17 13:56:45 +0000 |
commit | 5265c81093b461a780d300274d50378107afaaa3 (patch) | |
tree | 61058cdff18280d7c67340122d468cea58808aec /config.rpath | |
parent | 64a57b1abacee1073e32a5efb17b2cf479a6a613 (diff) | |
download | gcc-5265c81093b461a780d300274d50378107afaaa3.tar.gz |
2008-03-11 Basile Starynkevitch <basile@starynkevitch.net>
MELT branch merged with trunk r133288
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/melt-branch@133290 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'config.rpath')
-rwxr-xr-x | config.rpath | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/config.rpath b/config.rpath index 937edf5ecb5..9316b9197d1 100755 --- a/config.rpath +++ b/config.rpath @@ -125,7 +125,7 @@ esac ld_shlibs=yes if test "$with_gnu_ld" = yes; then case "$host_os" in - aix3* | aix4* | aix5*) + aix[3-9]*) # On AIX/PPC, the GNU linker is very broken if test "$host_cpu" != ia64; then ld_shlibs=no @@ -198,7 +198,7 @@ else hardcode_direct=unsupported fi ;; - aix4* | aix5*) + aix[4-9]*) if test "$host_cpu" = ia64; then # On IA64, the linker does run time linking by default, so we don't # have to do anything special. @@ -208,7 +208,7 @@ else # Test if we are trying to use run time linking or normal # AIX style linking. If -brtl is somewhere in LDFLAGS, we # need to do runtime linking. - case $host_os in aix4.[23]|aix4.[23].*|aix5*) + case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*) for ld_flag in $LDFLAGS; do if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then aix_use_runtimelinking=yes @@ -432,7 +432,7 @@ libname_spec='lib$name' case "$host_os" in aix3*) ;; - aix4* | aix5*) + aix[4-9]*) ;; amigaos*) ;; |