19 lines
444 B
C
19 lines
444 B
C
# $NetBSD: std.cats,v 1.8 2008/01/27 12:37:11 chris Exp $
|
|
#
|
|
# standard NetBSD/cats options
|
|
|
|
machine cats arm
|
|
include "conf/std" # MI standard options
|
|
include "arch/arm/conf/std.arm" # arch standard options
|
|
|
|
options EXEC_AOUT
|
|
options EXEC_SCRIPT
|
|
options EXEC_ELF32
|
|
|
|
# To support easy transit to ../arch/arm/arm32
|
|
options ARM32
|
|
|
|
#options ARM32_NEW_VM_LAYOUT # Not yet supported
|
|
|
|
options ARM_INTR_IMPL="<arm/footbridge/footbridge_intr.h>"
|