17 lines
406 B
Plaintext
17 lines
406 B
Plaintext
# $NetBSD: std.mvmeppc,v 1.6 2003/02/03 17:09:57 matt Exp $
|
|
#
|
|
# standard, required NetBSD/mvmeppc 'options'
|
|
|
|
machine mvmeppc powerpc
|
|
|
|
options PPC_OEA # Support 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=0x4000
|