* 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
+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.
# 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
fi
;;
- aix4* | aix5*)
+ aix[4-9]*)
hardcode_direct=yes
hardcode_libdir_separator=':'
link_all_deplibs=yes
# FIXME: insert proper C++ library support
ld_shlibs=no
;;
- aix4* | aix5*)
+ aix[4-9]*)
archive_cmds=''
hardcode_direct=yes
hardcode_libdir_separator=':'
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
# 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
fi
;;
- aix4* | aix5*)
+ aix[4-9]*)
hardcode_direct=yes
hardcode_libdir_separator=':'
link_all_deplibs=yes
soname_spec='${libname}${release}.so$major'
;;
-aix4* | aix5*)
+aix[4-9]*)
version_type=linux
if test "$host_cpu" = ia64; then
# AIX 5 supports IA64
fi
;;
-aix4* | aix5*)
+aix[4-9]*)
test "$enable_shared" = yes && enable_static=no
;;
esac