freebsd-skq/gnu/usr.bin/binutils/as/Makefile
John Birrell 7998238373 Add support for cross-architecture gases. Since the GNU code doesn't
support more than one architecture at a time, build as from the
default for the host and if CROSS_TOOLS defines other architectures,
build them as as_${arch}
1998-05-04 22:01:27 +00:00

11 lines
123 B
Makefile

#
# $Id$
#
GASES= ${MACHINE_ARCH} ${CROSS_TOOLS}
.for _g in ${GASES}
SUBDIR+= as_${_g}
.endfor
.include <bsd.subdir.mk>