std.cobalt revision 1.11
1# $NetBSD: std.cobalt,v 1.11 2005/09/17 09:44:06 yamt Exp $ 2 3machine cobalt mips 4include "conf/std" # MI standard options 5makeoptions MACHINE_ARCH="mipsel" 6 7options MIPS3 8 9options EXEC_ELF32 # exec ELF32 binaries 10options EXEC_SCRIPT # exec #! scripts 11 12makeoptions DEFTEXTADDR="0x80001000" 13