summaryrefslogtreecommitdiff
path: root/ltcf-c.sh
diff options
context:
space:
mode:
authordje <dje@138bc75d-0d04-0410-961f-82ee72b054a4>2001-01-25 19:11:34 +0000
committerdje <dje@138bc75d-0d04-0410-961f-82ee72b054a4>2001-01-25 19:11:34 +0000
commit4b44c1a3cd59c931a9720bacf53f4f737665dfbb (patch)
tree2a6aea4468766692c04b8280fce3b5c547989c8e /ltcf-c.sh
parentc20e2d491bcf5e77c10e3bb5624b1016c7ffb1b2 (diff)
downloadgcc-4b44c1a3cd59c931a9720bacf53f4f737665dfbb.tar.gz
- Add AIX 5 support following AIX 4.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@39270 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'ltcf-c.sh')
-rw-r--r--ltcf-c.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/ltcf-c.sh b/ltcf-c.sh
index 4ce77fc472a..f00055f2ce8 100644
--- 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*)
+ aix3* | aix4* | aix5*)
# On AIX, the GNU linker is very broken
ld_shlibs=no
cat <<EOF 1>&2
@@ -251,7 +251,7 @@ else
fi
;;
- aix4*)
+ aix4* | aix5*)
hardcode_libdir_flag_spec='${wl}-b ${wl}nolibpath ${wl}-b ${wl}libpath:$libdir:/usr/lib:/lib'
hardcode_libdir_separator=':'
if test "$with_gcc" = yes; then
@@ -575,7 +575,7 @@ else
else
# PORTME Check for PIC flags for the system compiler.
case "$host_os" in
- aix3* | aix4*)
+ aix3* | aix4* | aix5*)
# All AIX code is PIC.
ac_cv_prog_cc_static='-bnso -bI:/lib/syscalls.exp'
;;