xref: /netbsd-src/sys/arch/acorn32/conf/std.acorn32 (revision 503611ba29d4c920cb1878a9ece7ebd1e0ac2e16)
1#	$NetBSD: std.acorn32,v 1.4 2005/12/11 12:16:05 christos Exp $
2#
3# standard NetBSD/arm32 options
4
5machine	acorn32 arm
6include		"conf/std"	# MI standard options
7
8options 	EXEC_AOUT
9options 	EXEC_ELF32
10options 	EXEC_SCRIPT
11
12# To support easy transit to ../arch/arm/arm32
13options 	ARM32
14
15# Since the hardware is not capable of half-word loads/stores,
16# Acorn machines and alignment faults do not play nice together.
17options 	ARM32_DISABLE_ALIGNMENT_FAULTS
18