Module Name:    src
Committed By:   martin
Date:           Tue Apr 29 08:11:46 UTC 2014

Modified Files:
        src/sys/arch/amiga/stand/bootblock/bootxx_ffs: Makefile

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


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 \
    src/sys/arch/amiga/stand/bootblock/bootxx_ffs/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/amiga/stand/bootblock/bootxx_ffs/Makefile
diff -u src/sys/arch/amiga/stand/bootblock/bootxx_ffs/Makefile:1.21 src/sys/arch/amiga/stand/bootblock/bootxx_ffs/Makefile:1.22
--- src/sys/arch/amiga/stand/bootblock/bootxx_ffs/Makefile:1.21	Sat Mar 29 12:52:56 2014
+++ src/sys/arch/amiga/stand/bootblock/bootxx_ffs/Makefile	Tue Apr 29 08:11:46 2014
@@ -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}/../boot -I${.CUR
 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

Reply via email to