Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/sparc/stand/ofwboot force -mcpu=v9 for ofwboot, whi...
details: https://anonhg.NetBSD.org/src/rev/f4ff788c009a
branches: trunk
changeset: 341207:f4ff788c009a
user: mrg <mrg%NetBSD.org@localhost>
date: Mon Oct 26 07:11:33 2015 +0000
description:
force -mcpu=v9 for ofwboot, which demands v9 cpus.
diffstat:
sys/arch/sparc/stand/ofwboot/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 73250893bf7b -r f4ff788c009a sys/arch/sparc/stand/ofwboot/Makefile
--- a/sys/arch/sparc/stand/ofwboot/Makefile Mon Oct 26 07:07:36 2015 +0000
+++ b/sys/arch/sparc/stand/ofwboot/Makefile Mon Oct 26 07:11:33 2015 +0000
@@ -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 @@
LIBCRTBEGIN=
LIBCRTEND=
-COPTS+= -ffreestanding
+COPTS+= -ffreestanding -mcpu=v9
CWARNFLAGS+= -Wno-main
CFLAGS+= ${COPTS}
CPPFLAGS+= -D_STANDALONE
Home |
Main Index |
Thread Index |
Old Index