NetBSD/sys/arch/pmppc/conf/std.pmppc
dbj 8000972bbe . Have dbsym explicitly suggest increasing SYMTAB_SPACE when
an overflow occurs.
   . Make this error a fatal build time error
   . Move the support for dbsym into the MI Makefile.kern.inc,
     conditional upon the SYMTAB_SPACE option being defined in
     the kernel config file.
2005-11-24 12:54:29 +00:00

20 lines
480 B
Plaintext

# $NetBSD: std.pmppc,v 1.7 2005/11/24 12:54:30 dbj Exp $
#
# standard, required NetBSD/pmppc 'options'
machine pmppc powerpc
include "conf/std" # MI standard options
options PPC_OEA # Artesyn PMPPC uses Motorola PPC750 CPUs
makeoptions PPCDIR="oea" # Tell Makefile.powerpc what dir to use
# Executable support:
options EXEC_ELF32 # exec ELF binaries
options EXEC_SCRIPT # exec #! scripts
options INTSTK=0x2000
makeoptions TEXTADDR=0x40000
makeoptions NEED_BINARY=1