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 Add -ffreestanding.



details:   https://anonhg.NetBSD.org/src/rev/e429a4f761ed
branches:  trunk
changeset: 532131:e429a4f761ed
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Fri May 31 20:57:41 2002 +0000

description:
Add -ffreestanding.

diffstat:

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

diffs (54 lines):

diff -r 87cfb640e2d9 -r e429a4f761ed sys/arch/amiga/stand/bootblock/boot/Makefile
--- a/sys/arch/amiga/stand/bootblock/boot/Makefile      Fri May 31 20:52:14 2002 +0000
+++ b/sys/arch/amiga/stand/bootblock/boot/Makefile      Fri May 31 20:57:41 2002 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.28 2002/04/15 08:38:55 mhitch Exp $
+#      $NetBSD: Makefile,v 1.29 2002/05/31 20:57:41 thorpej Exp $
 
 ### what we need:
 
@@ -57,7 +57,7 @@
 CAFLAGS += -Wa,-l -Wa,-m68030 ${INCPATH}
 
 COPTIM= -O -fomit-frame-pointer -fcse-follow-jumps -fcse-skip-blocks  -Wa,-l -m68060 -Wa,-m68030
-CFLAGS= ${COPTIM} ${INCPATH} ${DEFS} -Wall #-Wstrict-prototypes
+CFLAGS= -ffreestanding ${COPTIM} ${INCPATH} ${DEFS} -Wall #-Wstrict-prototypes
 
 .c.o:
        ${CC} ${CFLAGS} -S $< -o $*.s
diff -r 87cfb640e2d9 -r e429a4f761ed sys/arch/amiga/stand/bootblock/bootxx_ffs/Makefile
--- a/sys/arch/amiga/stand/bootblock/bootxx_ffs/Makefile        Fri May 31 20:52:14 2002 +0000
+++ b/sys/arch/amiga/stand/bootblock/bootxx_ffs/Makefile        Fri May 31 20:57:41 2002 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.3 2002/03/26 05:19:39 mhitch Exp $
+#      $NetBSD: Makefile,v 1.4 2002/05/31 20:57:42 thorpej Exp $
 
 ### what we need:
 
@@ -49,7 +49,7 @@
 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
-CFLAGS= ${COPTIM} ${INCPATH} ${DEFS} -Wall #-Wstrict-prototypes
+CFLAGS= -ffreestanding ${COPTIM} ${INCPATH} ${DEFS} -Wall #-Wstrict-prototypes
 
 NETBSD_VERS!=  sh ${.CURDIR}/../../../../../conf/osrelease.sh
 DEFS+= -DNETBSD_VERS='"${NETBSD_VERS}"'
diff -r 87cfb640e2d9 -r e429a4f761ed sys/arch/amiga/stand/bootblock/ppcboot/Makefile
--- a/sys/arch/amiga/stand/bootblock/ppcboot/Makefile   Fri May 31 20:52:14 2002 +0000
+++ b/sys/arch/amiga/stand/bootblock/ppcboot/Makefile   Fri May 31 20:57:41 2002 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.4 2002/01/26 15:03:18 aymeric Exp $
+#      $NetBSD: Makefile,v 1.5 2002/05/31 20:57:42 thorpej Exp $
 
 ### what we need:
 
@@ -44,7 +44,7 @@
 CAFLAGS += -Wa,-l -Wa,-m68030 ${INCPATH}
 
 COPTIM= -O -fomit-frame-pointer -fcse-follow-jumps -fcse-skip-blocks  -Wa,-l -m68060 -Wa,-m68030
-CFLAGS= ${COPTIM} ${INCPATH} ${DEFS} -Wall #-Wstrict-prototypes
+CFLAGS= -ffreestanding ${COPTIM} ${INCPATH} ${DEFS} -Wall #-Wstrict-prototypes
 
 .c.o:
        ${CC} ${CFLAGS} -S $< -o $*.s



Home | Main Index | Thread Index | Old Index