2001-08-26 15:00:07 +04:00
|
|
|
# $NetBSD: std.walnut,v 1.2 2001/08/26 11:00:07 simonb Exp $
|
2001-06-13 10:01:44 +04:00
|
|
|
#
|
|
|
|
# Standard/required options for NetBSD/walnut.
|
|
|
|
|
|
|
|
machine walnut 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
|
|
|
|
|
2001-08-26 15:00:07 +04:00
|
|
|
makeoptions TEXTADDR=0x25000
|