mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-09-10 07:39:25 -04:00
19 lines
508 B
Plaintext
19 lines
508 B
Plaintext
# $NetBSD: std.acorn32,v 1.5 2008/01/27 12:37:10 chris Exp $
|
|
#
|
|
# standard NetBSD/arm32 options
|
|
|
|
machine acorn32 arm
|
|
include "conf/std" # MI standard options
|
|
include "arch/arm/conf/std.arm" # arch standard options
|
|
|
|
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
|