Source-Changes-HG archive

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

[src/trunk]: src/distrib/i386/floppies GCC 2.95 generates significantly large...



details:   https://anonhg.NetBSD.org/src/rev/5804e09279aa
branches:  trunk
changeset: 515399:5804e09279aa
user:      tls <tls%NetBSD.org@localhost>
date:      Sun Sep 23 23:40:29 2001 +0000

description:
GCC 2.95 generates significantly larger code with -O2 than our old compiler did; thus we overflow the floppies.  I thought we used to explicitly set -Os in here; anyway, with this change, we do now!

diffstat:

 distrib/i386/floppies/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (11 lines):

diff -r f01af5207703 -r 5804e09279aa distrib/i386/floppies/Makefile
--- a/distrib/i386/floppies/Makefile    Sun Sep 23 19:59:19 2001 +0000
+++ b/distrib/i386/floppies/Makefile    Sun Sep 23 23:40:29 2001 +0000
@@ -1,4 +1,6 @@
-#      $NetBSD: Makefile,v 1.24 2001/07/21 14:46:08 jdolecek Exp $
+#      $NetBSD: Makefile,v 1.25 2001/09/23 23:40:29 tls Exp $
+
+DBG=           -Os
 
 SUBDIR=                ramdisk-big
 SUBDIR+=       ramdisk-small



Home | Main Index | Thread Index | Old Index