NetBSD/sys/arch/sh3/conf/std.sh3
uwe a82100c2ca Add back std.sh3. For now it contains obvious EXEC_* options and
CPU_IN_CKSUM.

Introduce std.sh3e{b,l} that include std.sh3 and just add
corresponding endianness options.
2008-02-02 03:06:04 +00:00

9 lines
244 B
Plaintext

# $NetBSD: std.sh3,v 1.6 2008/02/02 03:06:04 uwe Exp $
#
# standard, required NetBSD/sh3 'options'
options EXEC_ELF32 # exec ELF binaries
options EXEC_SCRIPT # exec #! scripts
options CPU_IN_CKSUM # use assembler version of cpu_in_cksum()