blob: 09010d178ee618e3974cbb8a2c88eecc7385374d (
plain)
1
2
3
4
5
6
7
8
|
# $NetBSD: std.sgimips64,v 1.3 2011/02/20 07:59:49 matt Exp $
no makeoptions MACHINE_ARCH
makeoptions MACHINE_ARCH="mips64eb"
makeoptions LP64="yes"
options EXEC_ELF64 # exec ELF64 binaries
options COMPAT_NETBSD32
|