1 # $NetBSD: std.mvmeppc,v 1.9 2005/12/11 12:18:19 christos Exp $ 2 # 3 # standard, required NetBSD/mvmeppc 'options' 4 5 machine mvmeppc powerpc 6 include "conf/std" # MI standard options 7 8 options PPC_OEA # Support Motorola PPC60x CPUs 9 makeoptions PPCDIR="oea" # Tell Makefile.powerpc what dir to use 10 11 options EXEC_ELF32 # exec ELF binaries 12 options EXEC_SCRIPT # exec #! scripts 13 14 options INTSTK=0x2000 15 16 makeoptions TEXTADDR=0x4000 17