NetBSD/sys/arch/prep/conf/std.prep
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

13 lines
335 B
Plaintext

# $NetBSD: std.prep,v 1.4 2002/04/18 20:08:07 matt Exp $
#
# standard, required NetBSD/prep 'options'
machine prep powerpc
options EXEC_SCRIPT # exec #! scripts
options EXEC_ELF32 # exec ELF binaries
options EXEC_AOUT # exec a.out binaries
options PPC_MPC6XX
makeoptions PPCDIR="mpc6xx" # Tell Makefile.powerpc what dir to use