blob: c47925ce81f024d6faaf37207751cff4e0d18dbc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# $NetBSD: std.bebox,v 1.17 2010/10/20 02:39:19 kiyohara Exp $
#
# standard, required NetBSD/bebox 'options'
machine bebox powerpc
include "conf/std" # MI standard options
options PPC_OEA # BeBox uses Motorola PPC60x CPUs
makeoptions PPCDIR="oea" # Tell Makefile.powerpc what dir to use
options PCI_NETBSD_CONFIGURE # MUST REQUIRED
options EXEC_ELF32 # exec ELF binaries
options EXEC_SCRIPT # exec #! scripts
options PIC_I8259
options INTSTK=0x2000
|