1# $NetBSD: std.nintendo,v 1.1 2026/01/09 22:54:28 jmcneill Exp $ 2# 3# standard, required NetBSD/nintendo 'options' 4 5machine evbppc powerpc 6include "conf/std" # MI standard options 7 8options PPC_OEA # IBM PPC750CXe derived CPUs 9makeoptions PPCDIR="oea" # Tell Makefile.powerpc what dir to use 10 11# Executable support: 12options EXEC_ELF32 # exec ELF binaries 13options EXEC_SCRIPT # exec #! scripts 14options EVBPPC_HAS_MBR 15 16options VMSWAP_DEFAULT_PLAINTEXT # do not encrypt swap by 17 # default (slow cpu) 18 19options INTSTK=0x2000 20 21makeoptions TEXTADDR=0x4000 22options DISTANT_KERNEL 23makeoptions EXTRA_LINKFLAGS="-q" 24makeoptions BOARDTYPE="nintendo" 25 26options PPC_INTR_IMPL="<powerpc/intr.h>" 27 28include "arch/evbppc/conf/files.nintendo" 29