Home | History | Annotate | Line # | Download | only in conf
std.acorn32 revision 1.1.24.4
      1 #	$NetBSD: std.acorn32,v 1.1.24.4 2005/11/10 13:48:21 skrll Exp $
      2 #
      3 # standard NetBSD/arm32 options
      4 
      5 machine	acorn32 arm
      6 include		"conf/std"	# MI standard options
      7 
      8 options 	EXEC_AOUT
      9 options 	EXEC_ELF32
     10 options 	EXEC_SCRIPT
     11 
     12 # To support easy transit to ../arch/arm/arm32
     13 options 	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.
     17 options 	ARM32_DISABLE_ALIGNMENT_FAULTS
     18