Home | History | Annotate | Line # | Download | only in conf
std.acorn32 revision 1.1.24.1
      1 #	$NetBSD: std.acorn32,v 1.1.24.1 2004/08/03 10:30:49 skrll Exp $
      2 #
      3 # standard NetBSD/arm32 options
      4 
      5 machine	acorn32 arm
      6 
      7 options 	EXEC_AOUT
      8 options 	EXEC_ELF32
      9 options 	EXEC_SCRIPT
     10 
     11 # To support easy transit to ../arch/arm/arm32
     12 options 	ARM32
     13 
     14 # Since the hardware is not capable of half-word loads/stores,
     15 # Acorn machines and alignment faults do not play nice together.
     16 options 	ARM32_DISABLE_ALIGNMENT_FAULTS
     17