NetBSD/sys/arch/macppc/conf/std.macppc
matt 66c475ca19 Use a common genassym.cf for all the PPC_MPC6XX ports. Add a makeoptions to
std.foo to indicate the directory to get genassym.cf from.  Add an intrframe
to <powerpc/frame.h> and make trap_subr.S use symbolic offsets into it.
2002-04-18 20:08:05 +00:00

17 lines
535 B
Plaintext

# $NetBSD: std.macppc,v 1.13 2002/04/18 20:08:08 matt Exp $
#
# Standard/required options for NetBSD/macppc.
machine macppc powerpc
# standard ("mandatory") kernel options.
options PPC_MPC6XX # OEA class PowerPC chips
makeoptions PPCDIR="mpc6xx" # Tell Makefile.powerpc what dir to use
# 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 OPENPIC # OpenPIC (really only on CHRP-ish systems)