2003-02-02 23:43:17 +03:00
|
|
|
# $NetBSD: std.walnut,v 1.2 2003/02/02 20:43:18 matt Exp $
|
2002-12-09 15:15:48 +03:00
|
|
|
#
|
|
|
|
# Standard/required options for NetBSD/walnut.
|
|
|
|
|
|
|
|
machine evbppc powerpc
|
|
|
|
|
|
|
|
# standard ("mandatory") kernel options.
|
|
|
|
options PPC_IBM4XX # IBM 40x family
|
|
|
|
|
|
|
|
# Executable support:
|
|
|
|
options EXEC_ELF32 # (native) ELF32 binary support
|
|
|
|
options EXEC_AOUT # (native) a.out binary support (deprecated)
|
|
|
|
options EXEC_SCRIPT # shell script support
|
|
|
|
|
|
|
|
makeoptions TEXTADDR=0x25000
|
|
|
|
makeoptions BOARDTYPE="walnut"
|
|
|
|
makeoptions PPCDIR="ibm4xx"
|
|
|
|
|
2003-02-02 23:43:17 +03:00
|
|
|
options INTSTK=8192
|
|
|
|
options SPILLSTK=1024
|
|
|
|
|
2002-12-09 15:15:48 +03:00
|
|
|
include "arch/powerpc/conf/files.ibm4xx"
|
|
|
|
include "arch/evbppc/conf/files.walnut"
|