xref: /netbsd-src/sys/arch/sgimips/conf/std.sgimips64_32 (revision 9616dacfef448e70e3fbbd865bddf60d54b656c5)
1#	$NetBSD: std.sgimips64_32,v 1.4 2015/02/18 11:15:19 macallan Exp $
2# this is for building n32 kernels
3
4no makeoptions	MACHINE_ARCH
5makeoptions	MACHINE_ARCH="mips64eb"
6makeoptions	LP64="no"
7
8# ELF64 doesn't currently buid with 32bit kernels
9#options 	EXEC_ELF64	# exec ELF64 binaries
10
11# for some reason this kicks in for n32 binaries as well, causing problems
12# with pkgsrc ( MACHINE_ARCH vs. uname -p mismatch )
13#options 	COMPAT_NETBSD32
14
15no options 	COMPAT_LINUX
16