NetBSD/sys/arch/arc/conf/Makefile.arc.inc

16 lines
450 B
PHP
Raw Normal View History

2001-03-28 21:04:44 +04:00
# $NetBSD: Makefile.arc.inc,v 1.2 2001/03/28 17:04:44 tsutsui Exp $
2000-12-03 10:46:43 +03:00
CFLAGS+= -mips2 -mcpu=r4000
AFLAGS+= -mips2
# Used if DEBUG != ""
DEBUG_SYSTEM_LD_TAIL+=; \
echo mv -f $@ $@.gdb; mv -f $@ $@.gdb; \
echo ${STRIP} ${STRIPFLAGS} -o $@ $@.gdb; \
${STRIP} ${STRIPFLAGS} -o $@ $@.gdb
# XXX
POST_STRIP_SYSTEM_LD_TAIL=; \
2001-03-28 21:04:44 +04:00
echo ${OBJCOPY} --output-target=ecoff-littlemips $@ $@.ecoff; \
${OBJCOPY} --output-target=ecoff-littlemips $@ $@.ecoff