xref: /freebsd/sys/arm/mv/std-pj4b.mv (revision a2f733abcff64628b7771a47089628b7327a88bd)
1
2files		"../mv/files.arm7"
3cpu		CPU_MV_PJ4B
4machine 	arm	armv7
5makeoptions	CONF_CFLAGS="-march=armv7a"
6
7# This was originally defined as "(KERNBASE-(1024*1024*1024))" but that
8# (in opt_global.h) clashed with the value emitted by genassym which
9# reduces the original macro text to its numeric value.  The only way
10# to avoid that is to define it here as the numeric value genassym emits.
11options		VM_MAXUSER_ADDRESS="0x80000000"
12