mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-09-11 16:15:07 -04:00
22 lines
645 B
Plaintext
22 lines
645 B
Plaintext
# $NetBSD: std.macppc,v 1.23 2008/12/11 05:42:18 alc Exp $
|
|
#
|
|
# Standard/required options for NetBSD/macppc.
|
|
|
|
machine macppc powerpc
|
|
include "conf/std" # MI standard options
|
|
|
|
# standard ("mandatory") kernel options.
|
|
options PPC_OEA # OEA class PowerPC chips
|
|
makeoptions PPCDIR="oea" # Tell Makefile.powerpc what dir to use
|
|
makeoptions PPC_ARCH_MODE="ppc32"
|
|
|
|
# Executable support:
|
|
options EXEC_ELF32 # (native) ELF32 binary support
|
|
options EXEC_AOUT # (native) a.out binary support (deprecated)
|
|
options EXEC_SCRIPT # shell script support
|
|
|
|
options INTSTK=0x2000
|
|
|
|
# Atheros HAL options
|
|
include "external/isc/atheros_hal/conf/std.ath_hal"
|