21 lines
489 B
Plaintext
21 lines
489 B
Plaintext
# $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"
|