18 lines
446 B
Plaintext
18 lines
446 B
Plaintext
# $NetBSD: std.sandpoint,v 1.6 2002/04/25 15:03:26 briggs Exp $
|
|
#
|
|
# standard, required NetBSD/sandpoint 'options'
|
|
|
|
machine sandpoint powerpc
|
|
|
|
options PPC_MPC6XX # Sandpoint uses Motorola PPC60x CPUs
|
|
makeoptions PPCDIR="mpc6xx" # Tell Makefile.powerpc what dir to use
|
|
|
|
# Executable support:
|
|
options EXEC_ELF32 # exec ELF binaries
|
|
options EXEC_SCRIPT # exec #! scripts
|
|
|
|
options OPENPIC
|
|
|
|
makeoptions TEXTADDR=0x90000
|
|
makeoptions NEED_SREC=yes
|