67bda63986
just options CPU_IN_CKSUM. Include std.arm in all arm platform std files. This should reenable the asm in_cksum code for all arm platforms. Also remove the now unused in_cksum_arm.S.
25 lines
598 B
Plaintext
25 lines
598 B
Plaintext
# $NetBSD: std.shark,v 1.8 2008/01/27 12:37:12 chris Exp $
|
|
#
|
|
# standard NetBSD/shark options
|
|
|
|
machine shark 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
|
|
|
|
#options ARM32_NEW_VM_LAYOUT # Not yet ready for prime-time
|
|
|
|
# XXX
|
|
options OFW
|
|
|
|
# The font to be used by vga(4); the hardware built-in font is broken.
|
|
# This also requires wsfont to be useful. Does not disturb if it is
|
|
# not enabled.
|
|
options FONT_VT220L8x16
|