Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/pmax/conf Use COPTS="-Os -mmemcpy" for INSTALL kern...
details: https://anonhg.NetBSD.org/src/rev/34ec009745ee
branches: trunk
changeset: 467729:34ec009745ee
user: simonb <simonb%NetBSD.org@localhost>
date: Sun Mar 28 05:46:53 1999 +0000
description:
Use COPTS="-Os -mmemcpy" for INSTALL kernels - saves ~15kB in text.
diffstat:
sys/arch/pmax/conf/INSTALL | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diffs (19 lines):
diff -r 2a3752da783b -r 34ec009745ee sys/arch/pmax/conf/INSTALL
--- a/sys/arch/pmax/conf/INSTALL Sun Mar 28 03:02:49 1999 +0000
+++ b/sys/arch/pmax/conf/INSTALL Sun Mar 28 05:46:53 1999 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: INSTALL,v 1.17 1999/03/28 03:02:49 simonb Exp $
+# $NetBSD: INSTALL,v 1.18 1999/03/28 05:46:53 simonb Exp $
#
# Distribution install kernel (any model)
# netbsd: cut-down kernel for miniroots.
@@ -10,6 +10,9 @@
#
include "arch/pmax/conf/std.pmax"
+# don't inline, save space
+makeoptions COPTS="-Os -mmemcpy"
+
maxusers 8
# CPU options
Home |
Main Index |
Thread Index |
Old Index