1239277Sgonzo# $FreeBSD: releng/10.3/sys/arm/mv/std-pj4b.mv 294690 2016-01-24 22:17:05Z ian $
2239277Sgonzo
3239277Sgonzofiles		"../mv/files.mv"
4239277Sgonzocpu		CPU_MV_PJ4B
5239362Sandrewmachine 	arm	armv6
6278601Sianmakeoptions	CONF_CFLAGS="-march=armv7a -Wa,-march=armv7a"
7239277Sgonzo
8294690Sian# This was originally defined as "(KERNBASE-(1024*1024*1024))" but that
9294690Sian# (in opt_global.h) clashed with the value emitted by genassym which
10294690Sian# reduces the original macro text to its numeric value.  The only way
11294690Sian# to avoid that is to define it here as the numeric value genassym emits.
12294690Sianoptions		VM_MAXUSER_ADDRESS="0x80000000"
13