Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-2-0]: src/sys/arch/hpcmips/conf Pullup rev 1.2 (requested by tv i...



details:   https://anonhg.NetBSD.org/src/rev/b897415db26d
branches:  netbsd-2-0
changeset: 560291:b897415db26d
user:      jmc <jmc%NetBSD.org@localhost>
date:      Wed Apr 07 04:51:08 2004 +0000

description:
Pullup rev 1.2 (requested by tv in ticket #75)

Allow the codegen option to be specified in the config file rather than
being fixed at -mips2, by setting "makeoptions MIPSFLAGS"

diffstat:

 sys/arch/hpcmips/conf/Makefile.hpcmips.inc |  7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diffs (12 lines):

diff -r 5ba8646ef4e1 -r b897415db26d sys/arch/hpcmips/conf/Makefile.hpcmips.inc
--- a/sys/arch/hpcmips/conf/Makefile.hpcmips.inc        Wed Apr 07 04:47:12 2004 +0000
+++ b/sys/arch/hpcmips/conf/Makefile.hpcmips.inc        Wed Apr 07 04:51:08 2004 +0000
@@ -1,4 +1,5 @@
-#      $NetBSD: Makefile.hpcmips.inc,v 1.1 2000/12/20 04:12:42 matt Exp $
+#      $NetBSD: Makefile.hpcmips.inc,v 1.1.28.1 2004/04/07 04:51:08 jmc Exp $
 
-CFLAGS+=       -mips2
-AFLAGS+=       -mips2
+MIPSFLAGS?=    -mips2
+CFLAGS+=       ${MIPSFLAGS}
+AFLAGS+=       ${MIPSFLAGS}



Home | Main Index | Thread Index | Old Index