[patch] Add iq2000 target to configure.in and don't build fixincludes

Mike Lechner mike.lechner@gmail.com
Fri Nov 12 21:56:00 GMT 2004


This patch will add the iq2000 target to the no config list. This is
my first patch submission, so hopefully I did it right!
--Mike

ChangeLog:
2004-11-12 Michael K. Lechner <mike.lechner@gmail.com>

   * configure.in (case ${target}): Add iq2000 target, and don't build
fixincludes.
   * configure: Regenerated.

Index: configure.in
===================================================================
RCS file: /cvs/uberbaum/configure.in,v
--- configure.in    2004-11-12 14:23:59.364493400 -0700
+++ configure.in        2004-11-12 14:27:10.366759000 -0700
@@ -643,6 +643,9 @@
   i[[3456789]]86-*-beos*)
     noconfigdirs="$noconfigdirs gdb target-newlib target-libgloss ${libgcj}"
     ;;
+  iq2000-*-*)
+    noconfigdirs="$noconfigdirs target-libiberty target-libstdc++-v3
build-fixincludes ${libgcj}"
+    ;;
   m32r-*-*)
     noconfigdirs="$noconfigdirs ${libgcj}"
     ;;
Index: configure
===================================================================
RCS file: /cvs/uberbaum/configure,v
--- configure       2004-11-12 14:24:01.617823400 -0700
+++ configure   2004-11-12 14:27:10.146433400 -0700
@@ -1421,6 +1421,9 @@
   i[3456789]86-*-beos*)
     noconfigdirs="$noconfigdirs gdb target-newlib target-libgloss ${libgcj}"
     ;;
+  iq2000-*-*)
+    noconfigdirs="$noconfigdirs target-libiberty target-libstdc++-v3
build-fixincludes ${libgcj}"
+    ;;
   m32r-*-*)
     noconfigdirs="$noconfigdirs ${libgcj}"
     ;;



More information about the Gcc-patches mailing list