Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/acorn32/stand no-thumb-interlock is the default, an...



details:   https://anonhg.NetBSD.org/src/rev/bd0cad487852
branches:  trunk
changeset: 791102:bd0cad487852
user:      christos <christos%NetBSD.org@localhost>
date:      Mon Nov 04 21:01:44 2013 +0000

description:
no-thumb-interlock is the default, and no-thumb does not exist in gcc 4.8

diffstat:

 sys/arch/acorn32/stand/Makefile.buildboot |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r c6490b9bf31a -r bd0cad487852 sys/arch/acorn32/stand/Makefile.buildboot
--- a/sys/arch/acorn32/stand/Makefile.buildboot Mon Nov 04 20:58:31 2013 +0000
+++ b/sys/arch/acorn32/stand/Makefile.buildboot Mon Nov 04 21:01:44 2013 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.buildboot,v 1.17 2013/08/15 21:41:08 matt Exp $
+#      $NetBSD: Makefile.buildboot,v 1.18 2013/11/04 21:01:44 christos Exp $
 
 S?=    ${.CURDIR}/../../../..
 
@@ -44,7 +44,9 @@
 CPPFLAGS+=     -I. -I${.CURDIR}/../../.. -I${.CURDIR}/../../../..
 CPPFLAGS+=     -I${.CURDIR}/../lib
 CPPFLAGS+=     -mabi=apcs-gnu -mfloat-abi=soft -march=armv3m
+.if ${HAVE_GCC} < 48
 CPPFLAGS+=     -mno-thumb -mno-thumb-interwork
+.endif
 CPUFLAGS=
 CFLAGS=                -O2
 CFLAGS+=       -ffreestanding -fno-unwind-tables



Home | Main Index | Thread Index | Old Index