std.sandpoint revision 1.9.16.2 1 # $NetBSD: std.sandpoint,v 1.9.16.2 2007/10/27 11:28:15 yamt 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 PIC_OPENPIC
16 options PIC_I8259
17
18 options INTSTK=0x2000
19
20 makeoptions TEXTADDR=0x90000
21 makeoptions NEED_SREC=yes
22