7998238373
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}
11 lines
123 B
Makefile
11 lines
123 B
Makefile
#
|
|
# $Id$
|
|
#
|
|
|
|
GASES= ${MACHINE_ARCH} ${CROSS_TOOLS}
|
|
.for _g in ${GASES}
|
|
SUBDIR+= as_${_g}
|
|
.endfor
|
|
|
|
.include <bsd.subdir.mk>
|