Module Name:    src
Committed By:   matt
Date:           Wed Dec 12 15:00:06 UTC 2012

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

Log Message:
Don't allow CPUFLAGS to be overridden.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 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.4 src/sys/arch/evbarm/stand/boot2440/Makefile:1.5
--- src/sys/arch/evbarm/stand/boot2440/Makefile:1.4	Fri Jul 20 14:53:27 2012
+++ src/sys/arch/evbarm/stand/boot2440/Makefile	Wed Dec 12 15:00:06 2012
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.4 2012/07/20 14:53:27 matt Exp $
+#	$NetBSD: Makefile,v 1.5 2012/12/12 15:00:06 matt Exp $
 
 S=		${.CURDIR}/../../../..
 
@@ -9,11 +9,12 @@ SRCS+=		s3csdi.c vers.c
 .include <bsd.own.mk>
 
 CLEANFILES+=	vers.c ${PROG}.elf
-CFLAGS+=	-Wall -Wno-main -ffreestanding -march=armv4
+CFLAGS+=	-Wall -Wno-main -ffreestanding
 CPPFLAGS+=	-D_STANDALONE -DSUPPORT_DHCP -DLIBSA_PRINTF_WIDTH_SUPPORT
 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
 DBG=		
 
 LIBCRT0=	# nothing

Reply via email to