20 lines
466 B
Plaintext
20 lines
466 B
Plaintext
# $NetBSD: std.pmppc,v 1.5 2003/08/12 05:15:44 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
|
|
|
|
makeoptions TEXTADDR=0x40000
|
|
|
|
makeoptions NEED_SYMTAB=1
|
|
makeoptions NEED_BINARY=1
|