1# $NetBSD: std.epoc32,v 1.2 2018/01/17 20:30:16 skrll Exp $ 2# 3# standard NetBSD/epoc32 options 4 5machine epoc32 arm 6include "conf/std" # MI standard options 7include "arch/arm/conf/std.arm" # arch standard options 8 9options EXEC_AOUT 10options EXEC_ELF32 11options EXEC_SCRIPT 12 13# To support easy transit to ../arch/arm/arm32 14options ARM32 15 16makeoptions KERNEL_BASE_PHYS="0xc0030000" 17makeoptions LOADADDRESS="0xc0030000" 18 19options ARM_INTR_IMPL="<machine/intr.h>" 20