blob: 9c260a183c43d33792a40ae9e5ba1050a463129e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# $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
|