b45c51b1fc
Any problems reported by testers have been fixed, and massive cross-compiling of kernels has shown that any problems that remain with actually building kernels are not related to this.
7 lines
198 B
PHP
7 lines
198 B
PHP
# $NetBSD: Makefile.pmax.inc,v 1.3 2001/12/09 05:00:49 atatat Exp $
|
|
ELF2ECOFF?= elf2ecoff
|
|
|
|
SYSTEM_LD_TAIL_EXTRA=; \
|
|
echo ${ELF2ECOFF} $@ $@.ecoff; ${ELF2ECOFF} $@ $@.ecoff; \
|
|
chmod 755 $@.ecoff
|