Home | History | Annotate | Line # | Download | only in conf
      1 #	$NetBSD: std.rs6000,v 1.2 2008/02/06 17:26:04 garbled Exp $
      2 #
      3 # standard, required NetBSD/prep 'options'
      4 
      5 machine		rs6000 powerpc
      6 include		"conf/std"	# MI standard options
      7 
      8 #options 	POWER
      9 options		PPC_OEA
     10 options 	PPC_OEA601
     11 makeoptions	PPCDIR="oea"	# Tell Makefile.powerpc what dir to use
     12 
     13 options 	EXEC_SCRIPT	# exec #! scripts
     14 options 	EXEC_ELF32	# exec ELF binaries
     15 options 	EXEC_AOUT	# exec a.out binaries
     16 
     17 options 	INTSTK=0x2000
     18 options		PCKBCNOTEST	# 7043 and 7248 fail this test.
     19