From owner-cvs-gnu Mon May 11 02:34:43 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA11876 for cvs-gnu-outgoing; Mon, 11 May 1998 02:34:43 -0700 (PDT) (envelope-from owner-cvs-gnu) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA11838; Mon, 11 May 1998 02:34:38 -0700 (PDT) (envelope-from jb@FreeBSD.org) From: John Birrell Received: (from jb@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id CAA28469; Mon, 11 May 1998 02:31:18 -0700 (PDT) Date: Mon, 11 May 1998 02:31:18 -0700 (PDT) Message-Id: <199805110931.CAA28469@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-gnu@FreeBSD.ORG Subject: cvs commit: src/gnu/usr.bin/binutils/as Makefile Sender: owner-cvs-gnu@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jb 1998/05/11 02:31:18 PDT Modified files: gnu/usr.bin/binutils/as Makefile Log: 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! Revision Changes Path 1.4 +4 -2 src/gnu/usr.bin/binutils/as/Makefile