diff options
| author | he <he@NetBSD.org> | 2011-12-17 12:44:12 +0000 |
|---|---|---|
| committer | he <he@NetBSD.org> | 2011-12-17 12:44:12 +0000 |
| commit | eecaa501c47aa06f32beb4d7b3fb90eea1ffc2d4 (patch) | |
| tree | ae4b98beddb182c16df63fa9c26e96ad60fbcc48 /sys/arch/atari | |
| parent | 00493cee7853b344466b63bba3995402f94d2c34 (diff) | |
Drop makeoptions COPTS=-Os for the SMALL030 kernel now that std.atari
contains it.
Diffstat (limited to 'sys/arch/atari')
| -rw-r--r-- | sys/arch/atari/conf/GENERIC.in | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/sys/arch/atari/conf/GENERIC.in b/sys/arch/atari/conf/GENERIC.in index 958bce2ccc6..d68df31276e 100644 --- a/sys/arch/atari/conf/GENERIC.in +++ b/sys/arch/atari/conf/GENERIC.in @@ -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 */ |
