Subject: more mips{el,eb} buglets
To: None <tech-toolchain@netbsd.org>
From: Jonathan Stone <jonathan@DSG.Stanford.EDU>
List: tech-toolchain
Date: 03/06/1999 02:06:25
Thanks to Matthias Drocher for correcting the $MACHINE_ARCH}:S/mips[el]/mips/
substitutions to $MACHINE_ARCH}:C/mips[el]/mips/.

There are a couple more needed in gdb.

Index: Makefile
===================================================================
RCS file: /cvsroot/src/gnu/usr.bin/gdb/Makefile,v
retrieving revision 1.28
diff -u -r1.28 Makefile
--- Makefile    1999/02/16 21:21:09     1.28
+++ Makefile    1999/03/06 10:05:27
@@ -99,10 +99,10 @@
 
 ${OBJS}: nm.h tm.h xm.h
 
-nm.h: ${DIST}/gdb/config/${MACHINE_GNU_ARCH}/nm-nbsd.h
+nm.h: ${DIST}/gdb/config/${MACHINE_GNU_ARCH:C/mipse[bl]/mips/}/nm-nbsd.h
        @-rm -f $@
        cp $> $@
 
-tm.h: ${DIST}/gdb/config/${MACHINE_GNU_ARCH}/tm-nbsd.h
+tm.h: ${DIST}/gdb/config/${MACHINE_GNU_ARCH:C/mipse[bl]/mips/}/tm-nbsd.h
        @-rm -f $@
        cp $> $@

anyone object if I commit these?