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/boot2440 Make sure CPUFLAGS remains em...



details:   https://anonhg.NetBSD.org/src/rev/a584b280fa26
branches:  trunk
changeset: 785764:a584b280fa26
user:      matt <matt%NetBSD.org@localhost>
date:      Fri Mar 29 17:01:00 2013 +0000

description:
Make sure CPUFLAGS remains empty.

diffstat:

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

diffs (17 lines):

diff -r c994dfb0eb65 -r a584b280fa26 sys/arch/evbarm/stand/boot2440/Makefile
--- a/sys/arch/evbarm/stand/boot2440/Makefile   Fri Mar 29 16:21:59 2013 +0000
+++ b/sys/arch/evbarm/stand/boot2440/Makefile   Fri Mar 29 17:01:00 2013 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.7 2013/02/06 07:19:19 matt Exp $
+#      $NetBSD: Makefile,v 1.8 2013/03/29 17:01:00 matt Exp $
 
 S=             ${.CURDIR}/../../../..
 
@@ -15,6 +15,7 @@
 CPPFLAGS+=     -DDEFAULT_BOOTFILE="ld0a:netbsd;net:"
 CPPFLAGS+=     -nostdinc -I. -I${.OBJDIR} -I${S} -I${S}/arch
 CPPFLAGS+=     -march=armv4 -mabi=apcs-gnu -mfloat-abi=soft
+CPUFLAGS=
 DBG=           
 
 LIBCRT0=       # nothing



Home | Main Index | Thread Index | Old Index