17 lines
407 B
Plaintext
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
|