1 1.5 chris # $NetBSD: std.acorn32,v 1.5 2008/01/27 12:37:10 chris Exp $ 2 1.1 reinoud # 3 1.1 reinoud # standard NetBSD/arm32 options 4 1.1 reinoud 5 1.1 reinoud machine acorn32 arm 6 1.3 yamt include "conf/std" # MI standard options 7 1.5 chris include "arch/arm/conf/std.arm" # arch standard options 8 1.1 reinoud 9 1.1 reinoud options EXEC_AOUT 10 1.1 reinoud options EXEC_ELF32 11 1.1 reinoud options EXEC_SCRIPT 12 1.1 reinoud 13 1.1 reinoud # To support easy transit to ../arch/arm/arm32 14 1.1 reinoud options ARM32 15 1.2 scw 16 1.2 scw # Since the hardware is not capable of half-word loads/stores, 17 1.2 scw # Acorn machines and alignment faults do not play nice together. 18 1.2 scw options ARM32_DISABLE_ALIGNMENT_FAULTS 19