Module Name:    src
Committed By:   matt
Date:           Fri Mar 29 17:01:00 UTC 2013

Modified Files:
        src/sys/arch/evbarm/stand/boot2440: Makefile

Log Message:
Make sure CPUFLAGS remains empty.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/sys/arch/evbarm/stand/boot2440/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/evbarm/stand/boot2440/Makefile
diff -u src/sys/arch/evbarm/stand/boot2440/Makefile:1.7 src/sys/arch/evbarm/stand/boot2440/Makefile:1.8
--- src/sys/arch/evbarm/stand/boot2440/Makefile:1.7	Wed Feb  6 07:19:19 2013
+++ src/sys/arch/evbarm/stand/boot2440/Makefile	Fri Mar 29 17:01:00 2013
@@ -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+=	-DDM9000MAC="0x08,0x08,0x11,0
 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

Reply via email to