17 lines
404 B
Plaintext
17 lines
404 B
Plaintext
# $NetBSD: std.bebox,v 1.11 2003/02/03 17:09:55 matt Exp $
|
|
#
|
|
# standard, required NetBSD/bebox 'options'
|
|
|
|
machine bebox powerpc
|
|
|
|
options PPC_OEA # BeBox uses Motorola PPC60x CPUs
|
|
makeoptions PPCDIR="oea" # Tell Makefile.powerpc what dir to use
|
|
|
|
options EXEC_ELF32 # exec ELF binaries
|
|
options EXEC_SCRIPT # exec #! scripts
|
|
|
|
options INTSTK=0x2000
|
|
options SPILLSTK=0x800
|
|
|
|
makeoptions TEXTADDR=0x3100
|