aboutsummaryrefslogtreecommitdiff
path: root/libmudflap/configure
diff options
context:
space:
mode:
authorDavid Edelsohn <edelsohn@gnu.org>2008-01-24 16:30:08 +0000
committerDavid Edelsohn <edelsohn@gnu.org>2008-01-24 16:30:08 +0000
commit263cfdc6e4da8aa0f00da637660b7a31519cf812 (patch)
tree47d7b353b35082c1d9e6c5c22b8750300ce090e8 /libmudflap/configure
parent4cc0fd06b933e7599560162e3804ba9713a627db (diff)
* configure: Regenerate.
git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@131790 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libmudflap/configure')
-rwxr-xr-xlibmudflap/configure12
1 files changed, 6 insertions, 6 deletions
diff --git a/libmudflap/configure b/libmudflap/configure
index 4d5b2ad0fc2..70ec63d3363 100755
--- a/libmudflap/configure
+++ b/libmudflap/configure
@@ -6108,7 +6108,7 @@ lt_cv_deplibs_check_method='unknown'
# whether `pass_all' will *always* work, you probably want this one.
case $host_os in
-aix4* | aix5*)
+aix[4-9]*)
lt_cv_deplibs_check_method=pass_all
;;
@@ -8153,7 +8153,7 @@ echo $ECHO_N "checking whether the $compiler linker ($LD) supports shared librar
# See if GNU ld supports shared libraries.
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
@@ -8387,7 +8387,7 @@ _LT_EOF
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.
@@ -8407,7 +8407,7 @@ _LT_EOF
# 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
@@ -9467,7 +9467,7 @@ aix3*)
soname_spec='${libname}${release}${shared_ext}$major'
;;
-aix4* | aix5*)
+aix[4-9]*)
version_type=linux
need_lib_prefix=no
need_version=no
@@ -11085,7 +11085,7 @@ echo $ECHO_N "checking whether to build shared libraries... $ECHO_C" >&6
fi
;;
- aix4* | aix5*)
+ aix[4-9]*)
if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
test "$enable_shared" = yes && enable_static=no
fi