2001-02-11 H.J. Lu <hjl@gnu.org>
[deliverable/binutils-gdb.git] / ltcf-gcj.sh
index f82163dc1472de4a70a035808a2858ef404ebdfe..2448bd8d808a527ff4b0704a09faaca95d44752f 100644 (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*)
This page took 0.022071 seconds and 4 git commands to generate.