mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-09-07 14:16:53 -04:00
19 lines
464 B
Plaintext
19 lines
464 B
Plaintext
# $NetBSD: std.bebox,v 1.17 2010/10/20 02:39:19 kiyohara Exp $
|
|
#
|
|
# standard, required NetBSD/bebox 'options'
|
|
|
|
machine bebox powerpc
|
|
include "conf/std" # MI standard options
|
|
|
|
options PPC_OEA # BeBox uses Motorola PPC60x CPUs
|
|
makeoptions PPCDIR="oea" # Tell Makefile.powerpc what dir to use
|
|
|
|
options PCI_NETBSD_CONFIGURE # MUST REQUIRED
|
|
|
|
options EXEC_ELF32 # exec ELF binaries
|
|
options EXEC_SCRIPT # exec #! scripts
|
|
|
|
options PIC_I8259
|
|
|
|
options INTSTK=0x2000
|