From owner-freebsd-current@FreeBSD.ORG Mon Aug 26 01:03:36 2013 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 75BE0609; Mon, 26 Aug 2013 01:03:36 +0000 (UTC) (envelope-from gerald@pfeifer.com) Received: from ainaz.pair.com (ainaz.pair.com [209.68.2.66]) by mx1.freebsd.org (Postfix) with ESMTP id 4F6C02D6F; Mon, 26 Aug 2013 01:03:36 +0000 (UTC) Received: from trevally.dhcp.nue.suse.com (charybdis-ext.suse.de [195.135.221.2]) by ainaz.pair.com (Postfix) with ESMTPSA id DC42F3F418; Sun, 25 Aug 2013 21:03:32 -0400 (EDT) Date: Mon, 26 Aug 2013 03:03:31 +0200 (CEST) From: Gerald Pfeifer To: =?ISO-8859-15?Q?Bernhard_Fr=F6hlich?= Subject: Re: patch to add AES intrinsics to gcc In-Reply-To: Message-ID: References: <20130822200902.GG94127@funkthat.com> <105E26EE-8471-49D3-AB57-FBE2779CF8D0@FreeBSD.org> MIME-Version: 1.0 Content-Type: MULTIPART/MIXED; BOUNDARY="0-646792075-1377479013=:3920" X-Mailman-Approved-At: Mon, 26 Aug 2013 02:40:05 +0000 Cc: toolchain@freebsd.org, John-Mark Gurney , David Chisnall , current@freebsd.org X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Aug 2013 01:03:36 -0000 This message is in MIME format. The first part should be readable text, while the remaining parts are likely unreadable without MIME-aware tools. --0-646792075-1377479013=:3920 Content-Type: TEXT/PLAIN; charset=ISO-8859-15 Content-Transfer-Encoding: 8BIT On Fri, 23 Aug 2013, Bernhard Fröhlich wrote: > A possible hack could be to add a check for USE_GCC=any to behave like > a USE_GCC=yes on HEAD on the affected platforms. This pulls in lang/gcc > from ports for a lot of people on HEAD I suppose. I am planning to work on this a bit more once the two patches I submitted to portmgr this weekend (updating math/mpc, updating lang/gcc and the default ports version of GCC from 4.6 to 4.7) have made it into the tree. That said, already today when USE_GCC=any is specified and /usr/bin/gcc does not exist, USE_GCC=any basically becomes USE_GCC=yes and uses a current version of GCC, lang/gcc by default unless a different version is installed. Is this not working for you? Is there anything else that you'd like to see in Mk/bsd.gcc.mk? Gerald --0-646792075-1377479013=:3920--