summaryrefslogtreecommitdiffstats
path: root/gnu
diff options
context:
space:
mode:
authorjb <jb@FreeBSD.org>1998-05-11 09:31:17 +0000
committerjb <jb@FreeBSD.org>1998-05-11 09:31:17 +0000
commitbd175fde7d558ca0380b8eba382dcdc3c88c4a33 (patch)
treea1799b59380360d2036c4128d3357187e6365461 /gnu
parent56f89354f8009b1dba469fbda42401656fc5f9b7 (diff)
downloadFreeBSD-src-bd175fde7d558ca0380b8eba382dcdc3c88c4a33.zip
FreeBSD-src-bd175fde7d558ca0380b8eba382dcdc3c88c4a33.tar.gz
Add CROSS_TARGETS to the list of GASES to build. We end up with a separate
gas for each target format. So for m68k targets that means several gases. I wanted a m68k gas for VxWorks which uses aout in sun3 big endian format, cross compiled on i386 under FreeBSD using libraries supplied by DEC and intended by them for cross compilation on Alpha under OSF/1. And it actually works!
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/binutils/as/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/gnu/usr.bin/binutils/as/Makefile b/gnu/usr.bin/binutils/as/Makefile
index d773bf0..e3e9b7a 100644
--- a/gnu/usr.bin/binutils/as/Makefile
+++ b/gnu/usr.bin/binutils/as/Makefile
@@ -1,10 +1,12 @@
#
-# $Id$
+# $Id: Makefile,v 1.3 1998/05/04 22:01:27 jb Exp $
#
-GASES= ${MACHINE_ARCH} ${CROSS_TOOLS}
+GASES= ${MACHINE_ARCH} ${CROSS_TOOLS} ${CROSS_TARGETS}
.for _g in ${GASES}
+.if exists(${.CURDIR}/as_${_g})
SUBDIR+= as_${_g}
+.endif
.endfor
.include <bsd.subdir.mk>
OpenPOWER on IntegriCloud