2002-04-25 19:03:26 +04:00
|
|
|
# $NetBSD: std.sandpoint,v 1.6 2002/04/25 15:03:26 briggs Exp $
|
2001-02-04 21:32:10 +03:00
|
|
|
#
|
|
|
|
# standard, required NetBSD/sandpoint 'options'
|
|
|
|
|
|
|
|
machine sandpoint powerpc
|
|
|
|
|
2001-11-20 15:56:17 +03:00
|
|
|
options PPC_MPC6XX # Sandpoint uses Motorola PPC60x CPUs
|
2002-04-25 19:03:26 +04:00
|
|
|
makeoptions PPCDIR="mpc6xx" # Tell Makefile.powerpc what dir to use
|
|
|
|
|
|
|
|
# Executable support:
|
2001-02-04 21:32:10 +03:00
|
|
|
options EXEC_ELF32 # exec ELF binaries
|
|
|
|
options EXEC_SCRIPT # exec #! scripts
|
|
|
|
|
2001-11-20 15:56:17 +03:00
|
|
|
options OPENPIC
|
2001-08-26 06:47:33 +04:00
|
|
|
|
2001-08-27 08:53:27 +04:00
|
|
|
makeoptions TEXTADDR=0x90000
|
2001-08-26 06:47:33 +04:00
|
|
|
makeoptions NEED_SREC=yes
|