NetBSD/sys/arch/acorn32/conf/std.acorn32
scw aee833c0ee Add "options ARM32_DISABLE_ALIGNMENT_FAULTS" to forcibly disable
alignment fault checking if necessary.

This option gets the acorn32 port working again.

XXX: Richard Earnshaw suggested enabling alignment faults for
XXX: userland only on acorn32. Need to investigate this.
2003-11-05 12:53:15 +00:00

17 lines
407 B
Plaintext

# $NetBSD: std.acorn32,v 1.2 2003/11/05 12:53:15 scw Exp $
#
# standard NetBSD/arm32 options
machine acorn32 arm
options EXEC_AOUT
options EXEC_ELF32
options EXEC_SCRIPT
# To support easy transit to ../arch/arm/arm32
options ARM32
# Since the hardware is not capable of half-word loads/stores,
# Acorn machines and alignment faults do not play nice together.
options ARM32_DISABLE_ALIGNMENT_FAULTS