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