Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/hp700/stand/xxboot since when -m belongs in cppflags?
details: https://anonhg.NetBSD.org/src/rev/4d9fc8878a5b
branches: trunk
changeset: 787385:4d9fc8878a5b
user: christos <christos%NetBSD.org@localhost>
date: Sat Jun 15 00:40:12 2013 +0000
description:
since when -m belongs in cppflags?
diffstat:
sys/arch/hp700/stand/xxboot/Makefile | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 2d44bbce3142 -r 4d9fc8878a5b sys/arch/hp700/stand/xxboot/Makefile
--- a/sys/arch/hp700/stand/xxboot/Makefile Fri Jun 14 20:02:44 2013 +0000
+++ b/sys/arch/hp700/stand/xxboot/Makefile Sat Jun 15 00:40:12 2013 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2011/06/20 08:46:28 mrg Exp $
+# $NetBSD: Makefile,v 1.16 2013/06/15 00:40:12 christos Exp $
PROG= xxboot
NOMAN= # defined
@@ -6,7 +6,7 @@
.PATH: ${.CURDIR}/../common
-CPPFLAGS+= -mpa-risc-1-0 -I${.CURDIR}/../../../.. -I. -D_STANDALONE
+CPPFLAGS+= -I${.CURDIR}/../../../.. -I. -D_STANDALONE
# configuration for readufs module
CPPFLAGS+= -DUSE_LFS -DUSE_FFS -DUSE_UFS1 -DUSE_UFS2
# IODC can handle only 2GB, so this is enough
@@ -14,7 +14,7 @@
# ANSI C feature prevents from being relocatable
#CPPFLAGS+= -traditional # would be best
CPPFLAGS+= -Dconst=
-COPTS+= -funsigned-char -mdisable-fpregs
+COPTS+= -funsigned-char -mdisable-fpregs -mpa-risk-1-0
.include <bsd.own.mk>
Home |
Main Index |
Thread Index |
Old Index