xref: /freebsd/sys/arm/mv/std-pj4b.mv (revision e51b3d8e53cee7d6a36e34e1cd4d588593d71b40)
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