mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-08-10 06:29:51 -04:00
13 lines
292 B
Plaintext
13 lines
292 B
Plaintext
# $NetBSD: std.cobalt,v 1.15 2011/02/20 07:54:10 matt Exp $
|
|
|
|
machine cobalt mips
|
|
include "conf/std" # MI standard options
|
|
|
|
options MIPS3
|
|
options MIPS3_ENABLE_CLOCK_INTR
|
|
|
|
options EXEC_ELF32 # exec ELF32 binaries
|
|
options EXEC_SCRIPT # exec #! scripts
|
|
|
|
makeoptions DEFTEXTADDR="0x80001000"
|