This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

patch: toplevel configury for ms1-elf


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}"


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]