Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/hpcmips/stand/romboot remove redundant option



details:   https://anonhg.NetBSD.org/src/rev/09d38a98842c
branches:  trunk
changeset: 520131:09d38a98842c
user:      shin <shin%NetBSD.org@localhost>
date:      Thu Jan 03 11:28:12 2002 +0000

description:
remove redundant option

diffstat:

 sys/arch/hpcmips/stand/romboot/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r 427a4310aed9 -r 09d38a98842c sys/arch/hpcmips/stand/romboot/Makefile
--- a/sys/arch/hpcmips/stand/romboot/Makefile   Thu Jan 03 11:27:48 2002 +0000
+++ b/sys/arch/hpcmips/stand/romboot/Makefile   Thu Jan 03 11:28:12 2002 +0000
@@ -1,11 +1,11 @@
-#      $NetBSD: Makefile,v 1.1 2001/12/23 13:27:56 shin Exp $
+#      $NetBSD: Makefile,v 1.2 2002/01/03 11:28:12 shin Exp $
 
 CC?=           ${CROSSDIR}cc
 AS?=           ${CROSSDIR}as
 LD?=           ${CROSSDIR}ld
 OBJCOPY?=      ${CROSSDIR}objcopy
 
-AFLAGS+=       -x assembler-with-cpp -traditional-cpp
+AFLAGS+=       -x assembler-with-cpp
 
 all: romboot.bin
 



Home | Main Index | Thread Index | Old Index