2007-10-27 19:36:29 +04:00
|
|
|
# $NetBSD: std.sandpoint,v 1.13 2007/10/27 15:36:29 nisimura Exp $
|
2001-02-04 21:32:10 +03:00
|
|
|
#
|
|
|
|
# standard, required NetBSD/sandpoint 'options'
|
|
|
|
|
|
|
|
machine sandpoint powerpc
|
2005-09-17 13:44:05 +04:00
|
|
|
include "conf/std" # MI standard options
|
2001-02-04 21:32:10 +03:00
|
|
|
|
2003-02-03 20:09:53 +03:00
|
|
|
options PPC_OEA # Sandpoint uses OEA compliant CPUs
|
|
|
|
makeoptions PPCDIR="oea" # Tell Makefile.powerpc what dir to use
|
2002-04-25 19:03:26 +04:00
|
|
|
|
|
|
|
# Executable support:
|
2001-02-04 21:32:10 +03:00
|
|
|
options EXEC_ELF32 # exec ELF binaries
|
|
|
|
options EXEC_SCRIPT # exec #! scripts
|
|
|
|
|
2007-10-17 23:52:51 +04:00
|
|
|
options PIC_OPENPIC
|
|
|
|
options PIC_I8259
|
2001-08-26 06:47:33 +04:00
|
|
|
|
2003-02-02 23:43:17 +03:00
|
|
|
options INTSTK=0x2000
|
|
|
|
|
2001-08-27 08:53:27 +04:00
|
|
|
makeoptions TEXTADDR=0x90000
|