20 lines
485 B
Plaintext
20 lines
485 B
Plaintext
# $NetBSD: std.sandpoint,v 1.14 2009/08/19 06:28:06 nisimura Exp $
|
|
#
|
|
# standard, required NetBSD/sandpoint 'options'
|
|
|
|
machine sandpoint powerpc
|
|
include "conf/std" # MI standard options
|
|
|
|
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 PIC_MPCSOC
|
|
|
|
options INTSTK=0x2000
|
|
|
|
makeoptions TEXTADDR=0x90000
|