Module Name:    src
Committed By:   mrg
Date:           Mon Oct 26 07:11:33 UTC 2015

Modified Files:
        src/sys/arch/sparc/stand/ofwboot: Makefile

Log Message:
force -mcpu=v9 for ofwboot, which demands v9 cpus.


To generate a diff of this commit:
cvs rdiff -u -r1.35 -r1.36 src/sys/arch/sparc/stand/ofwboot/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/sparc/stand/ofwboot/Makefile
diff -u src/sys/arch/sparc/stand/ofwboot/Makefile:1.35 src/sys/arch/sparc/stand/ofwboot/Makefile:1.36
--- src/sys/arch/sparc/stand/ofwboot/Makefile:1.35	Sat Oct 10 06:49:40 2015
+++ src/sys/arch/sparc/stand/ofwboot/Makefile	Mon Oct 26 07:11:33 2015
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.35 2015/10/10 06:49:40 martin Exp $
+#	$NetBSD: Makefile,v 1.36 2015/10/26 07:11:33 mrg Exp $
 
 CURDIR=	${.CURDIR}
 S=	${CURDIR}/../../../..
@@ -26,7 +26,7 @@ LIBC=
 LIBCRTBEGIN=
 LIBCRTEND=
 
-COPTS+=		-ffreestanding
+COPTS+=		-ffreestanding -mcpu=v9
 CWARNFLAGS+=	-Wno-main
 CFLAGS+=	${COPTS}
 CPPFLAGS+=	-D_STANDALONE

Reply via email to