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