aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Edelsohn <edelsohn@gnu.org>2008-01-24 16:33:29 +0000
committerDavid Edelsohn <edelsohn@gnu.org>2008-01-24 16:33:29 +0000
commit60d6e97e6aab673c771de30010d1d981950aa9df (patch)
treee8b27836492ab5e518133a7896b3faac5c0271b5
parent893beb0969c2f137fefe4c6b5bf7cb8fa65a3e4d (diff)
* configure: Regenerate.
git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@131793 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r--libssp/ChangeLog4
-rwxr-xr-xlibssp/configure12
2 files changed, 10 insertions, 6 deletions
diff --git a/libssp/ChangeLog b/libssp/ChangeLog
index 42cfa20d602..069780c47b0 100644
--- a/libssp/ChangeLog
+++ b/libssp/ChangeLog
@@ -1,3 +1,7 @@
+2008-01-24 David Edelsohn <edelsohn@gnu.org>
+
+ * configure: Regenerate.
+
2007-07-05 H.J. Lu <hongjiu.lu@intel.com>
* aclocal.m4: Regenerated.
diff --git a/libssp/configure b/libssp/configure
index 52db17661d2..f01e0aeee03 100755
--- a/libssp/configure
+++ b/libssp/configure
@@ -5085,7 +5085,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
;;
@@ -7135,7 +7135,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
@@ -7369,7 +7369,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.
@@ -7389,7 +7389,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
@@ -8464,7 +8464,7 @@ aix3*)
soname_spec='${libname}${release}${shared_ext}$major'
;;
-aix4* | aix5*)
+aix[4-9]*)
version_type=linux
need_lib_prefix=no
need_version=no
@@ -10122,7 +10122,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