17 lines
459 B
Plaintext
17 lines
459 B
Plaintext
# $NetBSD: std.ibmnws,v 1.3 2005/12/11 12:17:50 christos Exp $
|
|
#
|
|
# standard, required NetBSD/ibmnws 'options'
|
|
|
|
machine ibmnws powerpc
|
|
include "conf/std" # MI standard options
|
|
|
|
options EXEC_SCRIPT # exec #! scripts
|
|
options EXEC_ELF32 # exec ELF binaries
|
|
|
|
options PPC_OEA # Support Motorola PPC60x CPUs
|
|
makeoptions PPCDIR="oea" # Tell Makefile.powerpc what dir to use
|
|
|
|
makeoptions TEXTADDR=0x100000
|
|
|
|
options INTSTK=0x4000
|