Home | History | Annotate | Line # | Download | only in conf
      1 #	$NetBSD: std.hpcmips,v 1.21 2021/06/26 09:11:31 rin Exp $
      2 # standard, required hpcmips info
      3 
      4 machine hpcmips mips
      5 include		"conf/std"	# MI standard options
      6 makeoptions	MACHINE_ARCH="mipsel"
      7 
      8 options 	NOFPU			# No FPU
      9 options 	FPEMUL			# emulate FPU insn
     10 
     11 mainbus0 at root
     12 cpu* at mainbus0
     13 
     14 # Standard exec-package options
     15 options 	EXEC_ELF32		# native exec format
     16 options 	EXEC_SCRIPT		# may be unsafe
     17 
     18 makeoptions	DEFTEXTADDR="0x80001000"
     19 makeoptions	DEFCOPTS="-Os -mmemcpy"
     20 
     21 options 	VMSWAP_DEFAULT_PLAINTEXT	# do not encrypt swap by
     22 						# default (slow cpu)
     23