20 lines
461 B
Plaintext
20 lines
461 B
Plaintext
# $NetBSD: std.sandpoint,v 1.9 2003/08/12 05:15:44 matt Exp $
|
|
#
|
|
# standard, required NetBSD/sandpoint 'options'
|
|
|
|
machine sandpoint powerpc
|
|
|
|
options PPC_OEA # Sandpoint uses OEA compliant 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 OPENPIC
|
|
|
|
options INTSTK=0x2000
|
|
|
|
makeoptions TEXTADDR=0x90000
|
|
makeoptions NEED_SREC=yes
|