From 6bcce84f321f71f06ce0e8ad5846b99e854c5876 Mon Sep 17 00:00:00 2001 From: John Birrell Date: Mon, 11 May 1998 09:31:17 +0000 Subject: 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! --- gnu/usr.bin/binutils/as/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'gnu/usr.bin/binutils') diff --git a/gnu/usr.bin/binutils/as/Makefile b/gnu/usr.bin/binutils/as/Makefile index d773bf072e8c..e3e9b7aaf4ce 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 -- cgit v1.3