1# $NetBSD: std.sandpoint,v 1.9 2003/08/12 05:15:44 matt Exp $ 2# 3# standard, required NetBSD/sandpoint 'options' 4 5machine sandpoint powerpc 6 7options PPC_OEA # Sandpoint uses OEA compliant CPUs 8makeoptions PPCDIR="oea" # Tell Makefile.powerpc what dir to use 9 10# Executable support: 11options EXEC_ELF32 # exec ELF binaries 12options EXEC_SCRIPT # exec #! scripts 13 14options OPENPIC 15 16options INTSTK=0x2000 17 18makeoptions TEXTADDR=0x90000 19makeoptions NEED_SREC=yes 20