std.sandpoint revision 1.11 1 # $NetBSD: std.sandpoint,v 1.11 2005/12/11 12:18:51 christos Exp $
2 #
3 # standard, required NetBSD/sandpoint 'options'
4
5 machine sandpoint powerpc
6 include "conf/std" # MI standard options
7
8 options PPC_OEA # Sandpoint uses OEA compliant CPUs
9 makeoptions PPCDIR="oea" # Tell Makefile.powerpc what dir to use
10
11 # Executable support:
12 options EXEC_ELF32 # exec ELF binaries
13 options EXEC_SCRIPT # exec #! scripts
14
15 options OPENPIC
16
17 options INTSTK=0x2000
18
19 makeoptions TEXTADDR=0x90000
20 makeoptions NEED_SREC=yes
21