Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/vax/boot/xxboot Compile -Os instead of -O2 (optimiz...
details: https://anonhg.NetBSD.org/src/rev/ce04ac22dff7
branches: trunk
changeset: 485083:ce04ac22dff7
user: matt <matt%NetBSD.org@localhost>
date: Tue Apr 18 20:47:04 2000 +0000
description:
Compile -Os instead of -O2 (optimize for space).
diffstat:
sys/arch/vax/boot/xxboot/Makefile | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (18 lines):
diff -r 8752ce3ed2a5 -r ce04ac22dff7 sys/arch/vax/boot/xxboot/Makefile
--- a/sys/arch/vax/boot/xxboot/Makefile Tue Apr 18 20:28:37 2000 +0000
+++ b/sys/arch/vax/boot/xxboot/Makefile Tue Apr 18 20:47:04 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2000/04/16 01:44:36 matt Exp $
+# $NetBSD: Makefile,v 1.4 2000/04/18 20:47:04 matt Exp $
S= ${.CURDIR}/../../../../
@@ -17,6 +17,8 @@
BINDIR= /usr/mdec
NOMAN= 1
+CFLAGS= -Os
+
SA_AS= library
.include "${S}/lib/libsa/Makefile.inc"
LIBSA= ${SALIB}
Home |
Main Index |
Thread Index |
Old Index