16 lines
380 B
Plaintext
16 lines
380 B
Plaintext
# $NetBSD: std.bebox,v 1.12 2003/08/12 05:15:41 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
|
|
|
|
makeoptions TEXTADDR=0x3100
|