From owner-cvs-src@FreeBSD.ORG Wed May 7 23:39:32 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8C73437B401; Wed, 7 May 2003 23:39:32 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2A3C243F3F; Wed, 7 May 2003 23:39:32 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h486dW0U008582; Wed, 7 May 2003 23:39:32 -0700 (PDT) (envelope-from peter@repoman.freebsd.org) Received: (from peter@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h486dVc9008581; Wed, 7 May 2003 23:39:31 -0700 (PDT) Message-Id: <200305080639.h486dVc9008581@repoman.freebsd.org> From: Peter Wemm Date: Wed, 7 May 2003 23:39:31 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/gnu/usr.bin/binutils/libbinutils Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 May 2003 06:39:32 -0000 peter 2003/05/07 23:39:31 PDT FreeBSD src repository Modified files: gnu/usr.bin/binutils/libbinutils Makefile Log: Set the binutils arch for as/nm correctly on the amd64 platform. As far as binutils is concerned, the amd64 platform is still called "x86-64"/"x86_64". Setting things from ${MACHINE_ARCH} breaks that. Approved by: re (scottl) Revision Changes Path 1.19 +6 -1 src/gnu/usr.bin/binutils/libbinutils/Makefile