blob: 7216b46ce05c054b02e29641b0359fe95e4d13b9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# $NetBSD: std.ofppc,v 1.15 2012/06/02 21:47:46 mrg Exp $
#
# standard, required NetBSD/ofppc 'options'
machine ofppc powerpc
include "conf/std" # MI standard options
options PPC_OEA
options PPC_OEA64_BRIDGE
makeoptions PPCDIR="oea" # Tell Makefile.powerpc what dir to use
options EXEC_ELF32 # exec ELF binaries
options EXEC_SCRIPT # exec #! scripts
options INTSTK=0x2000
options PCI_NETBSD_CONFIGURE
# Atheros HAL options
include "external/isc/atheros_hal/conf/std.ath_hal"
|