]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
ltcf-c.sh: Add AIX 6 support.
authorDavid Edelsohn <dje@gcc.gnu.org>
Thu, 13 Mar 2008 18:59:29 +0000 (14:59 -0400)
committerDavid Edelsohn <dje@gcc.gnu.org>
Thu, 13 Mar 2008 18:59:29 +0000 (14:59 -0400)
        * ltcf-c.sh: Add AIX 6 support.
        * ltcf-cxx.sh: Add AIX 6 support.
        * ltcf-gcj.sh: Add AIX 6 support.
        * ltconfig: Add AIX 6 support.

From-SVN: r133183

ChangeLog
ltcf-c.sh
ltcf-cxx.sh
ltcf-gcj.sh
ltconfig

index 3e299f98a5c54d655187cb4099dff81836f968a2..f0a53e6f76de509b7309a8c32876209749939928 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2008-03-13  David Edelsohn  <edelsohn@gnu.org>
+
+       * ltcf-c.sh: Add AIX 6 support.
+       * ltcf-cxx.sh: Add AIX 6 support.
+       * ltcf-gcj.sh: Add AIX 6 support.
+       * ltconfig: Add AIX 6 support.
+
 2008-02-01  Release Manager
 
        * GCC 4.2.3 released.
        of libf2c.
        * configure, Makefile.in: Regenerate.
 
-2004-05-13  Tobias SchlÃ\83Â\83Ã\82¼ter  <tobi@gcc.gnu.org>
+2004-05-13  Tobias SchlÃÂüter  <tobi@gcc.gnu.org>
 
        * MAINTAINERS (Write After Approval): Add myself.
 
index 5eb05db43f5a34b18650e2c9840ba26b99e1f294..f3b022dcb3747b1d53c05106c4e51679d31c4d52 100644 (file)
--- a/ltcf-c.sh
+++ b/ltcf-c.sh
@@ -57,7 +57,7 @@ if test "$with_gnu_ld" = yes; then
 
   # 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
@@ -263,7 +263,7 @@ else
     fi
     ;;
 
-  aix4* | aix5*)
+  aix[4-9]*)
     hardcode_direct=yes
     hardcode_libdir_separator=':'
     link_all_deplibs=yes
index e264452dd6f853de31b4a0b64c05cf0ed48d12d1..777971497fe2975ee9b81696e4bb4c1d7eec1ed8 100644 (file)
@@ -123,7 +123,7 @@ case $host_os in
     # FIXME: insert proper C++ library support
     ld_shlibs=no
     ;;
-  aix4* | aix5*)
+  aix[4-9]*)
     archive_cmds=''
     hardcode_direct=yes
     hardcode_libdir_separator=':'
@@ -778,7 +778,7 @@ if test "$with_gcc" = yes; then
   esac
 else
   case $host_os in
-    aix4* | aix5*)
+    aix[4-9]*)
       # All AIX code is PIC.
       if test "$host_cpu" = ia64; then
         # AIX 5 now supports IA64 processor
index 3f1c2814a5de67c6413b8c1316dbe460e2b96e62..0610d73a9c25b041b60d48602fa732ea1928cc9f 100644 (file)
@@ -60,7 +60,7 @@ if test "$with_gnu_ld" = yes; then
 
   # 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
@@ -262,7 +262,7 @@ else
     fi
     ;;
 
-  aix4* | aix5*)
+  aix[4-9]*)
     hardcode_direct=yes
     hardcode_libdir_separator=':'
     link_all_deplibs=yes
index cfbfda85dad362eaca1398f59ffdf474b6af7bd0..a0727486010af2231d12cbceb8a0bb4bd1c6b0af 100755 (executable)
--- a/ltconfig
+++ b/ltconfig
@@ -989,7 +989,7 @@ aix3*)
   soname_spec='${libname}${release}.so$major'
   ;;
 
-aix4* | aix5*)
+aix[4-9]*)
   version_type=linux
   if test "$host_cpu" = ia64; then
     # AIX 5 supports IA64
@@ -1616,7 +1616,7 @@ aix3*)
   fi
   ;;
 
-aix4* | aix5*)
+aix[4-9]*)
   test "$enable_shared" = yes && enable_static=no
   ;;
 esac