NetBSD/sys/arch/sandpoint/conf/std.sandpoint

18 lines
446 B
Plaintext
Raw Normal View History

2002-04-25 19:03:26 +04:00
# $NetBSD: std.sandpoint,v 1.6 2002/04/25 15:03:26 briggs Exp $
#
# standard, required NetBSD/sandpoint 'options'
machine sandpoint powerpc
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:
options EXEC_ELF32 # exec ELF binaries
options EXEC_SCRIPT # exec #! scripts
options OPENPIC
2001-08-27 08:53:27 +04:00
makeoptions TEXTADDR=0x90000
makeoptions NEED_SREC=yes