8000972bbe
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.
20 lines
480 B
Plaintext
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
|