Deleted Added
full compact
Makefile (53152) Makefile (54748)
1#
1#
2# $FreeBSD: head/gnu/usr.bin/binutils/as/Makefile 53152 1999-11-14 13:54:44Z marcel $
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.
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__MA!=/sbin/sysctl -b hw.machine_arch
12.if ${__MA} == ${MACHINE_ARCH}
11.if ${TARGET_ARCH} == ${MACHINE_ARCH}
13.if defined(CROSS_ARCH)
14.for _g in ${CROSS_ARCH}
15.if (${GASES:R:M${_g:R}} == "")
16GASES+=$(_g)
17.endif
18.endfor
19.endif
20.if defined(CROSS_FORMATS)

--- 17 unchanged lines hidden ---
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 ---