Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/x68k/stand/boot_ustar Remove -mc68000 asm option fo...



details:   https://anonhg.NetBSD.org/src/rev/0579b830c772
branches:  trunk
changeset: 328701:0579b830c772
user:      isaki <isaki%NetBSD.org@localhost>
date:      Mon Apr 14 14:24:27 2014 +0000

description:
Remove -mc68000 asm option for GCC4.8 (or new binutils?).
With this option, new gcc complains that "boot_ustar.S:21: Error:
selected processor does not have all features of selected architecture".
I'm not sure about the essence of this error, but this option maybe
not needed because there is no need to consider about 68000 here.

diffstat:

 sys/arch/x68k/stand/boot_ustar/Makefile |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r 07d79a316855 -r 0579b830c772 sys/arch/x68k/stand/boot_ustar/Makefile
--- a/sys/arch/x68k/stand/boot_ustar/Makefile   Mon Apr 14 13:14:38 2014 +0000
+++ b/sys/arch/x68k/stand/boot_ustar/Makefile   Mon Apr 14 14:24:27 2014 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.19 2011/10/11 13:07:06 tsutsui Exp $
+#      $NetBSD: Makefile,v 1.20 2014/04/14 14:24:27 isaki Exp $
 
 NOMAN=         # defined
 
@@ -37,7 +37,6 @@
 CPPFLAGS+= -I${COMMONDIR} -I${LIBIOCS} -I${S} -I. -D_STANDALONE
 CFLAGS+=   -m68020-60
 AFLAGS=           ${CFLAGS:M-[ID]*}
-AFLAGS+=   -Wa,-mc68000
 LINKFLAGS=   -n -Bstatic -T ${.CURDIR}/${BOOT}.ldscript -M
 LINKFLAGS+=  -noinhibit-exec   # XXX
 



Home | Main Index | Thread Index | Old Index