Module Name: src
Committed By: he
Date: Sat Dec 17 12:44:12 UTC 2011
Modified Files:
src/sys/arch/atari/conf: GENERIC.in
Log Message:
Drop makeoptions COPTS=-Os for the SMALL030 kernel now that std.atari
contains it.
To generate a diff of this commit:
cvs rdiff -u -r1.95 -r1.96 src/sys/arch/atari/conf/GENERIC.in
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/atari/conf/GENERIC.in
diff -u src/sys/arch/atari/conf/GENERIC.in:1.95 src/sys/arch/atari/conf/GENERIC.in:1.96
--- src/sys/arch/atari/conf/GENERIC.in:1.95 Tue Nov 22 21:25:00 2011
+++ src/sys/arch/atari/conf/GENERIC.in Sat Dec 17 12:44:12 2011
@@ -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.hades"
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 */