1#         $NetBSD: std.acorn32,v 1.5 2008/01/27 12:37:10 chris Exp $
2#
3# standard NetBSD/arm32 options
4
5machine   acorn32 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
16# Since the hardware is not capable of half-word loads/stores,
17# Acorn machines and alignment faults do not play nice together.
18options   ARM32_DISABLE_ALIGNMENT_FAULTS
19