Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/emips/stand remove -g
details: https://anonhg.NetBSD.org/src/rev/642e64eb7773
branches: trunk
changeset: 790356:642e64eb7773
user: christos <christos%NetBSD.org@localhost>
date: Fri Oct 04 15:01:52 2013 +0000
description:
remove -g
diffstat:
sys/arch/emips/stand/Makefile.booters | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 4b99ffc0dcdb -r 642e64eb7773 sys/arch/emips/stand/Makefile.booters
--- a/sys/arch/emips/stand/Makefile.booters Fri Oct 04 14:23:14 2013 +0000
+++ b/sys/arch/emips/stand/Makefile.booters Fri Oct 04 15:01:52 2013 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.booters,v 1.2 2013/08/21 07:22:26 matt Exp $
+# $NetBSD: Makefile.booters,v 1.3 2013/10/04 15:01:52 christos Exp $
.include <bsd.sys.mk> # for HOST_SH
@@ -19,7 +19,7 @@
CPPFLAGS+= -nostdinc -D_STANDALONE -DNO_ABICALLS -D_NO_PROM_DEFINES \
-I${.OBJDIR} -I${S}
# compiler flags for smallest code size
-CFLAGS= -ffreestanding -Os -g -mmemcpy -mno-abicalls -G 128
+CFLAGS= -ffreestanding -Os -mmemcpy -mno-abicalls -G 128
LDBUG= -T $S/arch/mips/conf/stand.ldscript
NETBSD_VERS!= ${HOST_SH} ${.CURDIR}/../../../../conf/osrelease.sh
Home |
Main Index |
Thread Index |
Old Index