1 # $NetBSD: std.mvmeppc,v 1.5 2003/02/02 20:43:20 matt Exp $ 2 # 3 # standard, required NetBSD/mvmeppc 'options' 4 5 machine mvmeppc powerpc 6 7 options PPC_MPC6XX # Support Motorola PPC60x CPUs 8 makeoptions PPCDIR="mpc6xx" # Tell Makefile.powerpc what dir to use 9 10 options EXEC_ELF32 # exec ELF binaries 11 options EXEC_SCRIPT # exec #! scripts 12 13 options INTSTK=0x2000 14 options SPILLSTK=0x800 15 16 makeoptions TEXTADDR=0x4000 17