Module Name:    src
Committed By:   mrg
Date:           Sun Jul 10 08:42:56 UTC 2011

Modified Files:
        src/sys/arch/cobalt/stand/boot: Makefile
        src/sys/arch/pmax/stand: Makefile.booters

Log Message:
don't set MACHINE_ARCH.  the CPUFLAGS/etc. is enough, and otherwise this
doesn't work with an isolated $TOOLDIR from the mipse[lb] toolchain.


To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 src/sys/arch/cobalt/stand/boot/Makefile
cvs rdiff -u -r1.56 -r1.57 src/sys/arch/pmax/stand/Makefile.booters

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/cobalt/stand/boot/Makefile
diff -u src/sys/arch/cobalt/stand/boot/Makefile:1.24 src/sys/arch/cobalt/stand/boot/Makefile:1.25
--- src/sys/arch/cobalt/stand/boot/Makefile:1.24	Sat Jul  9 15:50:38 2011
+++ src/sys/arch/cobalt/stand/boot/Makefile	Sun Jul 10 08:42:55 2011
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.24 2011/07/09 15:50:38 matt Exp $
+#	$NetBSD: Makefile,v 1.25 2011/07/10 08:42:55 mrg Exp $
 
 NOMAN= # defined
 
@@ -58,7 +58,6 @@
 AFLAGS+=	-mips3 -mabi=32
 CFLAGS+=	-mips3 -mabi=32
 LINKFORMAT=	-m elf32ltsmip
-MACHINE_ARCH=	mipsel
 .endif
 
 CFLAGS+=	-Wall -Werror

Index: src/sys/arch/pmax/stand/Makefile.booters
diff -u src/sys/arch/pmax/stand/Makefile.booters:1.56 src/sys/arch/pmax/stand/Makefile.booters:1.57
--- src/sys/arch/pmax/stand/Makefile.booters:1.56	Sun Feb 20 07:50:25 2011
+++ src/sys/arch/pmax/stand/Makefile.booters	Sun Jul 10 08:42:55 2011
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.booters,v 1.56 2011/02/20 07:50:25 matt Exp $
+# $NetBSD: Makefile.booters,v 1.57 2011/07/10 08:42:55 mrg Exp $
 
 NOMAN=		# defined
 
@@ -31,7 +31,6 @@
 AFLAGS+=	-mips3 -mabi=32
 CFLAGS+=	-mips3 -mabi=32
 LDBUG+=		-m elf32ltsmip
-MACHINE_ARCH=	mipsel
 .endif
 
 NETBSD_VERS!=	${HOST_SH} ${.CURDIR}/../../../../conf/osrelease.sh

Reply via email to