Deleted Added
full compact
Makefile (84908) Makefile (103780)
1# $FreeBSD: head/gnu/usr.bin/binutils/as/Makefile 84908 2001-10-14 01:47:30Z obrien $
1# $FreeBSD: head/gnu/usr.bin/binutils/as/Makefile 103780 2002-09-22 05:29:37Z obrien $
2
3.include "${.CURDIR}/../Makefile.inc0"
4
2
3.include "${.CURDIR}/../Makefile.inc0"
4
5GASES= ${BINUTIL_ARCH}
5GASES= ${TARGET_ARCH}
6FORMATS=freebsd
7
8# Only build the cross tools when not cross-compiling.
9.if ${TARGET_ARCH} == ${MACHINE_ARCH}
10.if defined(CROSS_ARCH)
11.for _g in ${CROSS_ARCH}
12.if (${GASES:R:M${_g:R}} == "")
13GASES+= $(_g)

--- 21 unchanged lines hidden ---
6FORMATS=freebsd
7
8# Only build the cross tools when not cross-compiling.
9.if ${TARGET_ARCH} == ${MACHINE_ARCH}
10.if defined(CROSS_ARCH)
11.for _g in ${CROSS_ARCH}
12.if (${GASES:R:M${_g:R}} == "")
13GASES+= $(_g)

--- 21 unchanged lines hidden ---