NetBSD/sys/arch/sgimips/conf/Makefile.sgimips.inc
matt 23347d39ed Merge forward matt-nb5-mips64
Adapt to new interrupt/spl framework
Deal with arcbios calls being O32 and kernels being N32/N64.
Need to save/restore T8 across arcbios calls.
2011-02-20 07:59:49 +00:00

12 lines
276 B
PHP

# $NetBSD: Makefile.sgimips.inc,v 1.12 2011/02/20 07:59:49 matt Exp $
WANT_ECOFF?=no
GENASSYM_EXTRAS+= ${S}/dev/arcbios/genassym.cf
.if ${WANT_ECOFF} == "yes"
SYSTEM_LD_TAIL_EXTRA=; \
echo ${ELF2ECOFF} $@ $@.ecoff; ${ELF2ECOFF} $@ $@.ecoff; \
chmod 755 $@.ecoff
.endif