Home | History | Annotate | Line # | Download | only in conf
std.ingenic revision 1.1
      1  1.1  macallan # $NetBSD: std.ingenic,v 1.1 2014/11/22 15:17:02 macallan Exp $
      2  1.1  macallan 
      3  1.1  macallan machine evbmips mips
      4  1.1  macallan include		"conf/std"	# MI standard options
      5  1.1  macallan 
      6  1.1  macallan options		EXEC_ELF32	# exec ELF32 binaries
      7  1.1  macallan options		EXEC_SCRIPT	# exec #! scripts
      8  1.1  macallan 
      9  1.1  macallan makeoptions	CPUFLAGS+="-mips32r2"
     10  1.1  macallan makeoptions	DEFTEXTADDR="0x80020000"
     11  1.1  macallan makeoptions	BOARDTYPE="ingenic"
     12  1.1  macallan 
     13  1.1  macallan include 	"arch/evbmips/conf/files.ingenic"
     14  1.1  macallan include 	"arch/mips/conf/files.ingenic"
     15  1.1  macallan 
     16