Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/amiga/stand/bootblock Use -Os to shrink bootblock c...



details:   https://anonhg.NetBSD.org/src/rev/963cf2da2508
branches:  trunk
changeset: 554065:963cf2da2508
user:      mhitch <mhitch%NetBSD.org@localhost>
date:      Sat Oct 25 03:14:33 2003 +0000

description:
Use -Os to shrink bootblock code a little more.  Now bootxx_fd builds with
gcc 3.3.2.

diffstat:

 sys/arch/amiga/stand/bootblock/boot/Makefile       |  4 ++--
 sys/arch/amiga/stand/bootblock/bootxx_ffs/Makefile |  4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (36 lines):

diff -r e487686d1358 -r 963cf2da2508 sys/arch/amiga/stand/bootblock/boot/Makefile
--- a/sys/arch/amiga/stand/bootblock/boot/Makefile      Sat Oct 25 02:42:00 2003 +0000
+++ b/sys/arch/amiga/stand/bootblock/boot/Makefile      Sat Oct 25 03:14:33 2003 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.32 2003/08/24 15:11:18 he Exp $
+#      $NetBSD: Makefile,v 1.33 2003/10/25 03:14:33 mhitch Exp $
 
 ### what we need:
 
@@ -57,7 +57,7 @@
 AFLAGS += -m68030 -l
 CAFLAGS += -Wa,-l -Wa,-m68030 ${INCPATH}
 
-COPTIM= -O -fomit-frame-pointer -fcse-follow-jumps -fcse-skip-blocks  -Wa,-l -m68060 -Wa,-m68030
+COPTIM= -Os -fomit-frame-pointer -fcse-follow-jumps -fcse-skip-blocks  -Wa,-l -m68060 -Wa,-m68030
 CFLAGS= -ffreestanding ${COPTIM} ${INCPATH} ${DEFS} -Wall #-Wstrict-prototypes
 
 .c.o:
diff -r e487686d1358 -r 963cf2da2508 sys/arch/amiga/stand/bootblock/bootxx_ffs/Makefile
--- a/sys/arch/amiga/stand/bootblock/bootxx_ffs/Makefile        Sat Oct 25 02:42:00 2003 +0000
+++ b/sys/arch/amiga/stand/bootblock/bootxx_ffs/Makefile        Sat Oct 25 03:14:33 2003 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.6 2003/08/24 15:11:19 he Exp $
+#      $NetBSD: Makefile,v 1.7 2003/10/25 03:14:33 mhitch Exp $
 
 ### what we need:
 
@@ -48,7 +48,7 @@
 AFLAGS += -m68030 -l
 CAFLAGS += -Wa,-l -Wa,-m68030 ${INCPATH} -D_PRIMARY_BOOT
 
-COPTIM= -O -fomit-frame-pointer -fcse-follow-jumps -fcse-skip-blocks  -Wa,-l -m68060 -Wa,-m68030
+COPTIM= -Os -fomit-frame-pointer -fcse-follow-jumps -fcse-skip-blocks  -Wa,-l -m68060 -Wa,-m68030
 CFLAGS= -ffreestanding ${COPTIM} ${INCPATH} ${DEFS} -Wall #-Wstrict-prototypes
 
 NETBSD_VERS!=  sh ${.CURDIR}/../../../../../conf/osrelease.sh



Home | Main Index | Thread Index | Old Index