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/bootxx_ffs Specify both -marc...



details:   https://anonhg.NetBSD.org/src/rev/0a1fafaa3bf5
branches:  trunk
changeset: 329009:0a1fafaa3bf5
user:      martin <martin%NetBSD.org@localhost>
date:      Tue Apr 29 08:11:46 2014 +0000

description:
Specify both -march=68030 and -mcpu=68030 for assembler files here
as well.

diffstat:

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

diffs (18 lines):

diff -r 2d35aa1843ce -r 0a1fafaa3bf5 sys/arch/amiga/stand/bootblock/bootxx_ffs/Makefile
--- a/sys/arch/amiga/stand/bootblock/bootxx_ffs/Makefile        Tue Apr 29 06:51:57 2014 +0000
+++ b/sys/arch/amiga/stand/bootblock/bootxx_ffs/Makefile        Tue Apr 29 08:11:46 2014 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.21 2014/03/29 12:52:56 mlelstv Exp $
+#      $NetBSD: Makefile,v 1.22 2014/04/29 08:11:46 martin Exp $
 
 ### what we need:
 
@@ -53,7 +53,7 @@
 INCPATH += -I${.CURDIR}/../elf2bb -I${.OBJDIR}
 
 AFLAGS += -m68030 -l
-CAFLAGS += -Wa,-l -Wa,-mcpu=68030 ${INCPATH} -D_PRIMARY_BOOT
+CAFLAGS += -Wa,-l -Wa,-march=68030 -Wa,-mcpu=68030 ${INCPATH} -D_PRIMARY_BOOT
 
 COPTIM= -Os -fomit-frame-pointer -fcse-follow-jumps -fcse-skip-blocks
 COPTIM+= -Wa,-l -m68060 -Wa,-mcpu=68030 -fno-unwind-tables



Home | Main Index | Thread Index | Old Index