2001-08-22 23:44:47 +04:00
|
|
|
# $NetBSD: std.algor,v 1.3 2001/08/22 19:44:47 thorpej Exp $
|
2001-05-28 20:22:13 +04:00
|
|
|
|
|
|
|
machine algor mips
|
|
|
|
|
|
|
|
# Standard exec-package options
|
|
|
|
options EXEC_ELF32 # 32-bit ELF support (native format)
|
|
|
|
options EXEC_SCRIPT # exec of #! scripts
|
|
|
|
|
|
|
|
options MIPS3 # All supported Algor boards are MIPS3
|
2001-06-10 09:26:58 +04:00
|
|
|
options MIPS3_ENABLE_CLOCK_INTR
|
2001-05-28 20:22:13 +04:00
|
|
|
|
2001-08-22 23:44:47 +04:00
|
|
|
makeoptions DEFTEXTADDR="0x80100000"
|
2001-05-28 20:22:13 +04:00
|
|
|
makeoptions ENDIAN="-EL"
|