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.
7 lines
221 B
PHP
7 lines
221 B
PHP
# $NetBSD: Makefile.evbmips.inc,v 1.2 2005/11/24 12:54:29 dbj Exp $
|
|
|
|
SYSTEM_LD_TAIL_EXTRA=; \
|
|
echo ${STRIP} -O srec -o $@.srec $@; \
|
|
${STRIP} -O srec -o $@.srec $@
|
|
EXTRA_KERNELS+= ${KERNELS:@.KERNEL.@${.KERNEL.}.srec@}
|