Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/evbarm/stand Make sure these are always compiled wi...
details: https://anonhg.NetBSD.org/src/rev/47093bdcf482
branches: trunk
changeset: 784658:47093bdcf482
user: matt <matt%NetBSD.org@localhost>
date: Tue Feb 05 03:17:50 2013 +0000
description:
Make sure these are always compiled with -mabi=atpcs -mfloat-abi=soft
-Wa,-meabi=gnu so they use the old compilation methods.
diffstat:
sys/arch/evbarm/stand/boot2440/Makefile | 5 +++--
sys/arch/evbarm/stand/bootimx23/Makefile | 3 ++-
sys/arch/evbarm/stand/gzboot/Makefile.gzboot | 3 ++-
3 files changed, 7 insertions(+), 4 deletions(-)
diffs (53 lines):
diff -r c54ca4a2959d -r 47093bdcf482 sys/arch/evbarm/stand/boot2440/Makefile
--- a/sys/arch/evbarm/stand/boot2440/Makefile Tue Feb 05 03:02:10 2013 +0000
+++ b/sys/arch/evbarm/stand/boot2440/Makefile Tue Feb 05 03:17:50 2013 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2012/12/12 15:00:06 matt Exp $
+# $NetBSD: Makefile,v 1.6 2013/02/05 03:17:50 matt Exp $
S= ${.CURDIR}/../../../..
@@ -14,7 +14,8 @@
CPPFLAGS+= -DDM9000MAC="0x08,0x08,0x11,0x18,0x12,0x27"
CPPFLAGS+= -DDEFAULT_BOOTFILE="ld0a:netbsd;net:"
CPPFLAGS+= -nostdinc -I. -I${.OBJDIR} -I${S} -I${S}/arch
-CPUFLAGS= -march=armv4
+CPPFLAGS+= -march=armv4 -mabi=atpcs -mfloat-abi=soft
+CPUFLAGS+= -Wa,-meabi=gnu
DBG=
LIBCRT0= # nothing
diff -r c54ca4a2959d -r 47093bdcf482 sys/arch/evbarm/stand/bootimx23/Makefile
--- a/sys/arch/evbarm/stand/bootimx23/Makefile Tue Feb 05 03:02:10 2013 +0000
+++ b/sys/arch/evbarm/stand/bootimx23/Makefile Tue Feb 05 03:17:50 2013 +0000
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.1 2012/11/20 19:08:46 jkunz Exp $
+# $Id: Makefile,v 1.2 2013/02/05 03:17:51 matt Exp $
S= ${.CURDIR}/../../../../
PROG= bootimx23
@@ -11,6 +11,7 @@
CFLAGS+= -Wall -Wno-main -ffreestanding -march=armv5te -mtune=arm926ej-s
CPPFLAGS+= -D_STANDALONE
CPPFLAGS+= -nostdinc -I. -I${.CURDIR} -I${.OBJDIR} -I${S} -I${S}/arch
+CPPFLAGS+= -mabi=atpcs -mfloat-abi=soft -Wa,-meabi=gnu
#CPPFLAGS+= -DDEBUG
#DBG= -g
diff -r c54ca4a2959d -r 47093bdcf482 sys/arch/evbarm/stand/gzboot/Makefile.gzboot
--- a/sys/arch/evbarm/stand/gzboot/Makefile.gzboot Tue Feb 05 03:02:10 2013 +0000
+++ b/sys/arch/evbarm/stand/gzboot/Makefile.gzboot Tue Feb 05 03:17:50 2013 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.gzboot,v 1.20 2012/08/13 10:25:02 khorben Exp $
+# $NetBSD: Makefile.gzboot,v 1.21 2013/02/05 03:17:51 matt Exp $
NOMAN= # defined
@@ -35,6 +35,7 @@
CPPFLAGS+= -nostdinc -I. -I${EVBARM_STAND}/gzboot -I${EVBARM_STAND}/board
CPPFLAGS+= -I${S} -I${S}/arch -I${S}/lib/libsa
CPPFLAGS+= -I${S}/../common/dist/zlib
+CPPFLAGS+= -mabi=atpcs -mfloat-abi=soft -Wa,-meabi=gnu
CPPFLAGS+= -D_STANDALONE
Home |
Main Index |
Thread Index |
Old Index