Deleted Added
sdiff udiff text old ( 53152 ) new ( 54748 )
full compact
1#
2# $FreeBSD: head/gnu/usr.bin/binutils/as/Makefile 54748 1999-12-17 15:50:45Z marcel $
3#
4
5.include "${.CURDIR}/../Makefile.inc0"
6
7GASES= ${BINUTIL_ARCH}
8FORMATS= freebsd
9
10# Only build the cross tools when not cross-compiling.
11.if ${TARGET_ARCH} == ${MACHINE_ARCH}
12.if defined(CROSS_ARCH)
13.for _g in ${CROSS_ARCH}
14.if (${GASES:R:M${_g:R}} == "")
15GASES+=$(_g)
16.endif
17.endfor
18.endif
19.if defined(CROSS_FORMATS)

--- 17 unchanged lines hidden ---