svn commit: r211696 - user/imp/tbemd/sys/boot/arm/ixp425/boot2
Warner Losh
imp at FreeBSD.org
Mon Aug 23 06:31:58 UTC 2010
Author: imp
Date: Mon Aug 23 06:31:58 2010
New Revision: 211696
URL: http://svn.freebsd.org/changeset/base/211696
Log:
Actually MACHINE here is the better fit
Modified:
user/imp/tbemd/sys/boot/arm/ixp425/boot2/Makefile
Modified: user/imp/tbemd/sys/boot/arm/ixp425/boot2/Makefile
==============================================================================
--- user/imp/tbemd/sys/boot/arm/ixp425/boot2/Makefile Mon Aug 23 06:22:35 2010 (r211695)
+++ user/imp/tbemd/sys/boot/arm/ixp425/boot2/Makefile Mon Aug 23 06:31:58 2010 (r211696)
@@ -20,7 +20,7 @@ NO_MAN=
KERNPHYSADDR=0x180000
KERNVIRTADDR=${KERNPHYSADDR}
BOOT_STACK=0x200000-4
-M=${MACHINE_CPUARCH}
+M=${MACHINE}
LDFLAGS=-e ${KERNPHYSADDR} -EB -T ldscript.${M}
OBJS+= ${SRCS:N*.h:R:S/$/.o/g}
S=${.CURDIR}/../../../..
More information about the svn-src-user
mailing list