* ltcf-c.sh (ld_shlibs) [aix5*]: Disable on unknown CPU types.

* ltcf-cxx.sh, ltcf-gcj.sh: Likewise.
This commit is contained in:
Alexandre Oliva
2001-01-27 19:22:59 +00:00
parent bdfeca609b
commit 4c16ad64a2
4 changed files with 25 additions and 2 deletions

View File

@@ -286,6 +286,12 @@ else
# According to Greg Wooledge, -bexpall is only supported from AIX 4.2 on
always_export_symbols=yes ;;
esac
# We don't want to build shared libraries on unknown CPU types.
case $host_cpu in
powerpc | rs6000) ;;
*) ld_shlibs=no ;;
esac
;;
amigaos*)