21 lines
490 B
Plaintext
21 lines
490 B
Plaintext
# $NetBSD: std.pmppc,v 1.4 2003/02/03 17:09:59 matt Exp $
|
|
#
|
|
# standard, required NetBSD/pmppc 'options'
|
|
|
|
machine pmppc powerpc
|
|
|
|
options PPC_OEA # Artesyn PMPPC uses Motorola PPC750 CPUs
|
|
makeoptions PPCDIR="oea" # Tell Makefile.powerpc what dir to use
|
|
|
|
# Executable support:
|
|
options EXEC_ELF32 # exec ELF binaries
|
|
options EXEC_SCRIPT # exec #! scripts
|
|
|
|
options INTSTK=0x2000
|
|
options SPILLSTK=0x800
|
|
|
|
makeoptions TEXTADDR=0x40000
|
|
|
|
makeoptions NEED_SYMTAB=1
|
|
makeoptions NEED_BINARY=1
|