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