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