std.acorn32 revision 1.2
1#	$NetBSD: std.acorn32,v 1.2 2003/11/05 12:53:15 scw Exp $
2#
3# standard NetBSD/arm32 options
4
5machine	acorn32 arm
6
7options 	EXEC_AOUT
8options 	EXEC_ELF32
9options 	EXEC_SCRIPT
10
11# To support easy transit to ../arch/arm/arm32
12options 	ARM32
13
14# Since the hardware is not capable of half-word loads/stores,
15# Acorn machines and alignment faults do not play nice together.
16options 	ARM32_DISABLE_ALIGNMENT_FAULTS
17