From owner-cvs-gnu Mon May 4 15:07:24 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA10225 for cvs-gnu-outgoing; Mon, 4 May 1998 15:07:24 -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 PAA09098; Mon, 4 May 1998 15:04:00 -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 PAA29832; Mon, 4 May 1998 15:01:28 -0700 (PDT) Date: Mon, 4 May 1998 15:01:28 -0700 (PDT) Message-Id: <199805042201.PAA29832@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/04 15:01:28 PDT Modified files: gnu/usr.bin/binutils/as Makefile Log: 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} Revision Changes Path 1.3 +6 -19 src/gnu/usr.bin/binutils/as/Makefile