d52a314491
options EXEC_ELF32, EXEC_SCRIPTS, and CPU_IN_CKSUM for md cpu_in_cksum.c - make all m68k ports include common arch/m68k/conf/std.m68k from MD std.${MACHINE}
9 lines
243 B
Plaintext
9 lines
243 B
Plaintext
# $NetBSD: std.m68k,v 1.1 2010/09/19 02:09:28 tsutsui Exp $
|
|
#
|
|
# standard, required NetBSD/m68k options
|
|
|
|
options EXEC_ELF32 # exec ELF binaries
|
|
options EXEC_SCRIPT # exec #! scripts
|
|
|
|
options CPU_IN_CKSUM # use MD optimized cpu_in_cksum()
|