Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/atari/conf Drop makeoptions COPTS=-Os for the SMALL...



details:   https://anonhg.NetBSD.org/src/rev/4fc26e2ebe3f
branches:  trunk
changeset: 772075:4fc26e2ebe3f
user:      he <he%NetBSD.org@localhost>
date:      Sat Dec 17 12:44:12 2011 +0000

description:
Drop makeoptions COPTS=-Os for the SMALL030 kernel now that std.atari
contains it.

diffstat:

 sys/arch/atari/conf/GENERIC.in |  6 +-----
 1 files changed, 1 insertions(+), 5 deletions(-)

diffs (21 lines):

diff -r 36f76bea7433 -r 4fc26e2ebe3f sys/arch/atari/conf/GENERIC.in
--- a/sys/arch/atari/conf/GENERIC.in    Sat Dec 17 12:27:42 2011 +0000
+++ b/sys/arch/atari/conf/GENERIC.in    Sat Dec 17 12:44:12 2011 +0000
@@ -1,5 +1,5 @@
 #
-#      $NetBSD: GENERIC.in,v 1.95 2011/11/22 21:25:00 tls Exp $
+#      $NetBSD: GENERIC.in,v 1.96 2011/12/17 12:44:12 he Exp $
 #
 # Generic atari
 #
@@ -15,10 +15,6 @@
 include "arch/atari/conf/std.milan"
 #endif /* TT030_KERNEL / FALCON_KERNEL / HADES_KERNEL / MILAN_KERNEL */
 
-#if defined(SMALL030_KERNEL)
-makeoptions    COPTS="-Os"
-#endif
-
 #if !defined(SMALL030_KERNEL)
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 #endif /* !SMALL030_KERNEL */



Home | Main Index | Thread Index | Old Index