From owner-freebsd-toolchain@freebsd.org Fri Nov 20 22:23:04 2015 Return-Path: Delivered-To: freebsd-toolchain@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 59519A349C5 for ; Fri, 20 Nov 2015 22:23:04 +0000 (UTC) (envelope-from gerald@pfeifer.com) Received: from ainaz.pair.com (ainaz.pair.com [209.68.2.66]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3B00B1C0A for ; Fri, 20 Nov 2015 22:23:03 +0000 (UTC) (envelope-from gerald@pfeifer.com) Received: from anthias.dhcp.nue.suse.com (charybdis-ext.suse.de [195.135.221.2]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ainaz.pair.com (Postfix) with ESMTPSA id 1802B3F462; Fri, 20 Nov 2015 17:22:55 -0500 (EST) Date: Fri, 20 Nov 2015 23:22:54 +0100 (CET) From: Gerald Pfeifer To: "William A. Mahaffey III" cc: freebsd-toolchain@freebsd.org Subject: Re: [toolchain] amd64-gcc question In-Reply-To: Message-ID: References: <56449EF8.7070806@hiwaay.net> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-BeenThere: freebsd-toolchain@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Maintenance of FreeBSD's integrated toolchain List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Nov 2015 22:23:04 -0000 On Sun, 15 Nov 2015, Gerald Pfeifer wrote: > I just committed changes to lang/gcc6-devel and lang/gcc5-devel to > add support for Graphite with a new option GRAPHITE. This is off > by default, but you can enable it, rebuild the port, and then have > what you've been looking for. lang/gcc5, which tracks upstream releases, now also has this. I am not planning to push this into older releases of GCC since Graphite support there is sufficiently different (and less mature). Gerald