Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys Spell --fatal-warnings with two hyphens
details: https://anonhg.NetBSD.org/src/rev/80cf5f0862d2
branches: trunk
changeset: 765115:80cf5f0862d2
user: joerg <joerg%NetBSD.org@localhost>
date: Thu May 19 21:24:55 2011 +0000
description:
Spell --fatal-warnings with two hyphens
diffstat:
sys/conf/Makefile.kern.inc | 4 ++--
sys/rump/librump/rumpkern/Makefile.rumpkern | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diffs (36 lines):
diff -r 680f53ef2e50 -r 80cf5f0862d2 sys/conf/Makefile.kern.inc
--- a/sys/conf/Makefile.kern.inc Thu May 19 21:16:45 2011 +0000
+++ b/sys/conf/Makefile.kern.inc Thu May 19 21:24:55 2011 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.kern.inc,v 1.133 2011/05/17 07:16:02 joerg Exp $
+# $NetBSD: Makefile.kern.inc,v 1.134 2011/05/19 21:24:55 joerg Exp $
#
# This file contains common `MI' targets and definitions and it is included
# at the bottom of each `MD' ${MACHINE}/conf/Makefile.${MACHINE}.
@@ -85,7 +85,7 @@
CFLAGS+= -ffreestanding -fno-zero-initialized-in-bss
CFLAGS+= ${DEBUG} ${COPTS}
-AFLAGS+= -D_LOCORE -Wa,-fatal-warnings
+AFLAGS+= -D_LOCORE -Wa,--fatal-warnings
# XXX
.if defined(HAVE_GCC) && ${HAVE_GCC} > 3
diff -r 680f53ef2e50 -r 80cf5f0862d2 sys/rump/librump/rumpkern/Makefile.rumpkern
--- a/sys/rump/librump/rumpkern/Makefile.rumpkern Thu May 19 21:16:45 2011 +0000
+++ b/sys/rump/librump/rumpkern/Makefile.rumpkern Thu May 19 21:24:55 2011 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.rumpkern,v 1.108 2011/03/21 05:15:18 joerg Exp $
+# $NetBSD: Makefile.rumpkern,v 1.109 2011/05/19 21:24:55 joerg Exp $
#
.include "${RUMPTOP}/Makefile.rump"
@@ -140,7 +140,7 @@
CPPFLAGS+= -I${RUMPTOP}/librump/rumpkern -I${RUMPTOP}/librump/rumpvfs
CPPFLAGS+= -I${RUMPTOP}/librump/rumpnet -I${RUMPTOP}/librump/rumpdev
-AFLAGS+= -D_LOCORE -Wa,-fatal-warnings
+AFLAGS+= -D_LOCORE -Wa,--fatal-warnings
#
# If archdir exists, it is required to provide:
Home |
Main Index |
Thread Index |
Old Index