Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/acorn26/stand no-thumb-interlock is the default, no...
details: https://anonhg.NetBSD.org/src/rev/c6490b9bf31a
branches: trunk
changeset: 791101:c6490b9bf31a
user: christos <christos%NetBSD.org@localhost>
date: Mon Nov 04 20:58:31 2013 +0000
description:
no-thumb-interlock is the default, no-thumb does not exist for gcc-4.8
diffstat:
sys/arch/acorn26/stand/Makefile.buildboot | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (19 lines):
diff -r 47977c6d632f -r c6490b9bf31a sys/arch/acorn26/stand/Makefile.buildboot
--- a/sys/arch/acorn26/stand/Makefile.buildboot Mon Nov 04 20:07:49 2013 +0000
+++ b/sys/arch/acorn26/stand/Makefile.buildboot Mon Nov 04 20:58:31 2013 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.buildboot,v 1.17 2013/08/21 06:07:26 matt Exp $
+# $NetBSD: Makefile.buildboot,v 1.18 2013/11/04 20:58:31 christos Exp $
S?= ${.CURDIR}/../../../..
@@ -34,7 +34,9 @@
CPPFLAGS+= -I. -I${.CURDIR}/../../.. -I${.CURDIR}/../../../..
CPPFLAGS+= -I${.CURDIR}/../lib
CPPFLAGS+= -mabi=apcs-gnu -mfloat-abi=soft -march=armv2
+.if ${HAVE_GCC} < 48
CPPFLAGS+= -mno-thumb -mno-thumb-interwork
+.endif
CFLAGS= -O2
CFLAGS+= -ffreestanding -fno-unwind-tables
CFLAGS+= -Wall -Wstrict-prototypes -Wmissing-prototypes
Home |
Main Index |
Thread Index |
Old Index