Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/sparc64/conf Use -Os (now that it works) for instal...



details:   https://anonhg.NetBSD.org/src/rev/d27a62d27338
branches:  trunk
changeset: 552133:d27a62d27338
user:      martin <martin%NetBSD.org@localhost>
date:      Fri Sep 19 16:34:24 2003 +0000

description:
Use -Os (now that it works) for install media.

diffstat:

 sys/arch/sparc64/conf/INSTALL |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (26 lines):

diff -r be22f8be1239 -r d27a62d27338 sys/arch/sparc64/conf/INSTALL
--- a/sys/arch/sparc64/conf/INSTALL     Fri Sep 19 16:32:10 2003 +0000
+++ b/sys/arch/sparc64/conf/INSTALL     Fri Sep 19 16:34:24 2003 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: INSTALL,v 1.17 2003/09/10 07:14:25 martin Exp $
+#      $NetBSD: INSTALL,v 1.18 2003/09/19 16:34:24 martin Exp $
 #
 #      NOTE: this file only needs *additional* things for the install
 #      kernel, that are not already included in GENERIC32!
@@ -6,13 +6,15 @@
 
 include "arch/sparc64/conf/GENERIC32"
 
-#ident                 "INSTALL-$Revision: 1.17 $"
+#ident                 "INSTALL-$Revision: 1.18 $"
 
 include "arch/sparc64/conf/std.sparc64-64"
 
 options        COMPAT_NETBSD32 # NetBSD/sparc binary compatibility
 options        COMPAT_SVR4_32  # SunOS 5.x 32-bit binary compatibility
 
+makeoptions    COPTS="-Os"
+
 # DEBUG options
 
 #options       LOCKDEBUG



Home | Main Index | Thread Index | Old Index