blob: fa28de1543006102ace1ba47c2e45d9959f58b99 (
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.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
|