+2001-01-27 Alexandre Oliva <aoliva@redhat.com>
+
+ * ltconfig.in (ld_shlibs) [aix4*]: Disable on unknown CPU types.
+
2000-10-30 Aneesh Kumar K.V <kvaneesh@hotmail.com>
* ltconfig.in (archive_expsym_cmds): Support for -export-symbol
#! /bin/sh
# ltconfig - Create a system-specific libtool.
-# Copyright (C) 1996, 1997, 1998, 1999, 2000 Free Software Foundation, Inc.
+# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001
+# Free Software Foundation, Inc.
# Originally by Gordon Matzigkeit <gord@gnu.ai.mit.edu>, 1996
#
# This file is free software; you can redistribute it and/or modify it
# 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*)