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 Don't allow CPUFLAGS to be ov...



details:   https://anonhg.NetBSD.org/src/rev/877f777e7c20
branches:  trunk
changeset: 783249:877f777e7c20
user:      matt <matt%NetBSD.org@localhost>
date:      Wed Dec 12 15:00:06 2012 +0000

description:
Don't allow CPUFLAGS to be overridden.

diffstat:

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

diffs (23 lines):

diff -r 2bae8223b618 -r 877f777e7c20 sys/arch/evbarm/stand/boot2440/Makefile
--- a/sys/arch/evbarm/stand/boot2440/Makefile   Wed Dec 12 14:53:01 2012 +0000
+++ b/sys/arch/evbarm/stand/boot2440/Makefile   Wed Dec 12 15:00:06 2012 +0000
@@ -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 @@
 .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



Home | Main Index | Thread Index | Old Index