]> CyberLeo.Net >> Repos - FreeBSD/releng/10.3.git/blob - sys/arm/mv/std-pj4b.mv
- Copy stable/10@296371 to releng/10.3 in preparation for 10.3-RC1
[FreeBSD/releng/10.3.git] / sys / arm / mv / std-pj4b.mv
1 # $FreeBSD$
2
3 files           "../mv/files.mv"
4 cpu             CPU_MV_PJ4B
5 machine         arm     armv6
6 makeoptions     CONF_CFLAGS="-march=armv7a -Wa,-march=armv7a"
7
8 # This was originally defined as "(KERNBASE-(1024*1024*1024))" but that
9 # (in opt_global.h) clashed with the value emitted by genassym which
10 # reduces the original macro text to its numeric value.  The only way
11 # to avoid that is to define it here as the numeric value genassym emits.
12 options         VM_MAXUSER_ADDRESS="0x80000000"