Module Name:    src
Committed By:   matt
Date:           Fri Feb 25 23:37:33 UTC 2011

Modified Files:
        src/sys/arch/sgimips/stand/boot64: Makefile

Log Message:
Don't rely on having a mips64eb toolchain.


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/sys/arch/sgimips/stand/boot64/Makefile

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/sgimips/stand/boot64/Makefile
diff -u src/sys/arch/sgimips/stand/boot64/Makefile:1.10 src/sys/arch/sgimips/stand/boot64/Makefile:1.11
--- src/sys/arch/sgimips/stand/boot64/Makefile:1.10	Sun Feb 20 07:59:52 2011
+++ src/sys/arch/sgimips/stand/boot64/Makefile	Fri Feb 25 23:37:32 2011
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.10 2011/02/20 07:59:52 matt Exp $
+#	$NetBSD: Makefile,v 1.11 2011/02/25 23:37:32 matt Exp $
 
 PROG=	ip30boot
 NOMAN=	# defined
@@ -31,7 +31,8 @@
 
 CPPFLAGS+=	-Dsgimips
 
-MACHINE_ARCH=	mips64eb
+LDFLAGS+=       -m elf64btsmip
+LINKFORMAT+=    -m elf64btsmip
 
 .include "${S}/dev/arcbios/Makefile.inc"
 

Reply via email to