From owner-cvs-ports@FreeBSD.ORG Fri Apr 16 08:14:08 2004 Return-Path: Delivered-To: cvs-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 90E3416A4CE; Fri, 16 Apr 2004 08:14:08 -0700 (PDT) Received: from TRANG.nuxi.com (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id 623F343D31; Fri, 16 Apr 2004 08:14:08 -0700 (PDT) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by TRANG.nuxi.com (8.12.11/8.12.10) with ESMTP id i3GFE7au017374; Fri, 16 Apr 2004 08:14:07 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.11/8.12.11/Submit) id i3GFE7cF017373; Fri, 16 Apr 2004 08:14:07 -0700 (PDT) (envelope-from obrien) Date: Fri, 16 Apr 2004 08:14:07 -0700 From: "David O'Brien" To: Gerald Pfeifer Message-ID: <20040416151407.GA15239@dragon.nuxi.com> References: <200404131104.i3DB42oZ055432@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.1i X-Operating-System: FreeBSD 5.2-CURRENT Organization: The NUXI BSD Group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 cc: Dirk Meyer cc: cvs-ports@FreeBSD.org cc: cvs-all@FreeBSD.org cc: ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/lang/gcc32 Makefile X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: obrien@FreeBSD.org List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Apr 2004 15:14:08 -0000 On Tue, Apr 13, 2004 at 04:38:09PM +0200, Gerald Pfeifer wrote: > I believe you could also make it work on amd64 by using the hack I have > been applying to the gcc33 and gcc34 ports: > > .if ${ARCH} == "amd64" > CONFIGURE_TARGET= x86_64-portbld-freebsd${OSREL} > .else > CONFIGURE_TARGET= ${ARCH}-portbld-freebsd${OSREL} > .endif I don't supose you're got time to figure out why the .else part is needed? -- -- David (obrien@FreeBSD.org)