std.acorn32 revision 1.3
1# $NetBSD: std.acorn32,v 1.3 2005/09/17 09:44:05 yamt 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