configure.in (noconfigdirs): Don't compile libiberty, libstdcxx and libgcj on m68hc11...
authorStephane Carrez <Stephane.Carrez@worldnet.fr>
Thu, 12 Jul 2001 17:49:04 +0000 (19:49 +0200)
committerStephane Carrez <ciceron@gcc.gnu.org>
Thu, 12 Jul 2001 17:49:04 +0000 (19:49 +0200)
* configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
and libgcj on m68hc11/m68hc12.

From-SVN: r43970

ChangeLog
configure.in

index 666e562..0765b61 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2001-07-12  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
+
+       * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
+       and libgcj on m68hc11/m68hc12.
+
 2001-06-27  H.J. Lu  (hjl@gnu.org)
 
        * Makefile (CFLAGS_FOR_BUILD): New.
index aeacbeb..535617e 100644 (file)
@@ -819,6 +819,9 @@ case "${target}" in
   i[3456]86-*-beos*)
      noconfigdirs="$noconfigdirs gdb target-newlib target-libgloss ${libgcj}"
      ;;
+  m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*)
+    noconfigdirs="$noconfigdirs target-libiberty ${libstdcxx_version} ${libgcj}"
+    ;;
   m68k-*-elf*)
     noconfigdirs="$noconfigdirs ${libgcj}"
     if [ x${is_cross_compiler} != xno ] ; then