patch: toplevel configury for ms1-elf

Aldy Hernandez aldyh@redhat.com
Thu Jun 2 19:40:00 GMT 2005


Hi folks.

Here is the toplevel configury changes for the ms1-elf port I am
contributing.  The port was written by Stan Cox, Michael Snyder,
and parts by Nick Clifton.

I've been volunteered to maintain the gcc portions, and Nick has
been volunteered for the binutils parts.  Yay us. :-|

OK?

Aldy

	* configure.in: Set noconfigdirs for ms1.

	* configure: Regenerate.

Index: configure.in
===================================================================
RCS file: /cvs/uberbaum/configure.in,v
retrieving revision 1.350
diff -c -p -r1.350 configure.in
*** configure.in	19 May 2005 20:03:22 -0000	1.350
--- configure.in	2 Jun 2005 19:32:53 -0000
*************** case "${target}" in
*** 647,652 ****
--- 647,655 ----
    mn10300-*-*)
      noconfigdirs="$noconfigdirs ${libgcj}"
      ;;
+   ms1-*-*)
+     noconfigdirs="$noconfigdirs sim"
+     ;;
    powerpc-*-aix*)
      # copied from rs6000-*-* entry
      noconfigdirs="$noconfigdirs gprof target-libgloss ${libgcj}"



More information about the Gcc-patches mailing list