From owner-freebsd-ppc@FreeBSD.ORG Thu Jun 26 16:36:28 2014 Return-Path: Delivered-To: freebsd-ppc@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 ESMTPS id D35104B4; Thu, 26 Jun 2014 16:36:28 +0000 (UTC) Received: from i3mail.icecube.wisc.edu (i3mail.icecube.wisc.edu [128.104.255.23]) by mx1.freebsd.org (Postfix) with ESMTP id 58C6E2ED6; Thu, 26 Jun 2014 16:36:28 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by i3mail.icecube.wisc.edu (Postfix) with ESMTP id 5DF9638056; Thu, 26 Jun 2014 11:36:27 -0500 (CDT) X-Virus-Scanned: amavisd-new at icecube.wisc.edu Received: from i3mail.icecube.wisc.edu ([127.0.0.1]) by localhost (i3mail.icecube.wisc.edu [127.0.0.1]) (amavisd-new, port 10030) with ESMTP id dqjY9vzi1W_C; Thu, 26 Jun 2014 11:36:27 -0500 (CDT) Received: from comporellon.tachypleus.net (polaris.tachypleus.net [75.101.50.44]) by i3mail.icecube.wisc.edu (Postfix) with ESMTPSA id 9C44A38051; Thu, 26 Jun 2014 11:36:26 -0500 (CDT) Message-ID: <53AC4C02.2030405@freebsd.org> Date: Thu, 26 Jun 2014 09:36:18 -0700 From: Nathan Whitehorn User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:24.0) Gecko/20100101 Thunderbird/24.5.0 MIME-Version: 1.0 To: Baptiste Daroussin Subject: Re: Boost 1.55.0 (Was: Re: PowerPC Packages) References: <539DC0C5.60603@freebsd.org> <20140623131222.GA26450@FreeBSD.org> <20140625073340.GA57075@FreeBSD.org> <20140625072305.45baf39b@zhabar.att.net> <20140626100258.GA47002@FreeBSD.org> <53AC3DB2.3070902@freebsd.org> <20140626154416.GD24440@ivaldir.etoilebsd.net> In-Reply-To: <20140626154416.GD24440@ivaldir.etoilebsd.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Justin Hibbits , FreeBSD Mailing List , FreeBSD PowerPC ML X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 Jun 2014 16:36:28 -0000 On 06/26/14 08:44, Baptiste Daroussin wrote: > On Thu, Jun 26, 2014 at 08:35:14AM -0700, Nathan Whitehorn wrote: >> On 06/26/14 03:02, Alexey Dokuchaev wrote: >>> On Wed, Jun 25, 2014 at 07:23:05AM -0700, Justin Hibbits wrote: >>>> As I mentioned earlier, you can set "FAVORITE_COMPILER=gcc" in >>>> make.conf, and it'll build with gcc47. >>> FAVORITE_COMPILER looks more like a hack to me. Ideally boost's port >>> Makefile should be fixed instead. >>> >>> I also would rather use system compiler (whether it's gcc4.2 or clang) >>> instead of gcc47. >>> >>> ./danfe >>> >> Yes, it should be made to respect whatever cc is. > As long as cc is supported upstream, boost being a nightmare to maintain I will > reject all patches that are not accepted upstream first, otherwise bumping to > 1.56 will be painful. > > That said I fully support the effort. > > regards, > Bapt Surely there's a way to pass the compiler that you want to bjam at the command line. -Nathan