From owner-svn-ports-all@freebsd.org Wed Apr 5 18:50:41 2017 Return-Path: Delivered-To: svn-ports-all@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 71C29D30C0F; Wed, 5 Apr 2017 18:50:41 +0000 (UTC) (envelope-from andreast@FreeBSD.org) Received: from smtp.imp.ch (smtp.imp.ch [157.161.13.198]) (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 38015C2A; Wed, 5 Apr 2017 18:50:40 +0000 (UTC) (envelope-from andreast@FreeBSD.org) Received: from [192.168.225.14] (dhclient-91-190-14-19.flashcable.ch [91.190.14.19]) (using TLSv1 with cipher ECDHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by fgznet.ch (Postfix) with ESMTPSA id 36F62952C; Wed, 5 Apr 2017 20:50:38 +0200 (CEST) Subject: Re: svn commit: r437798 - head/lang/gcc5/files From: Andreas Tobler To: Jan Beich , gerald Pfeifer Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <201704051652.v35Gqrb2064336@repo.freebsd.org> Message-ID: <84c32055-67ec-b4e0-9243-5450d626aadd@FreeBSD.org> Date: Wed, 5 Apr 2017 20:51:30 +0200 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:52.0) Gecko/20100101 Thunderbird/52.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: de-CH Content-Transfer-Encoding: 7bit X-Scanned-By: Obelix Submit on 127.0.1.1 X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Apr 2017 18:50:41 -0000 On 05.04.17 20:15, Andreas Tobler wrote: > On 05.04.17 19:20, Jan Beich wrote: >> Andreas Tobler writes: >> >>> Author: andreast (src committer) >>> Date: Wed Apr 5 16:52:53 2017 >>> New Revision: 437798 >>> URL: https://svnweb.freebsd.org/changeset/ports/437798 >>> >>> Log: >>> Fix armv6 bootstrap. This piece of config is already in the upstream tree and >>> will go away once gcc-5.5 is released. >>> >>> Approved by: gerald (maintainer) >> >> What about lang/gcc (5.4.0)? Did r437435 remove the file in prematurely? > > Gerald will take care. > And now to second part of the question, aehm somehow yes. The target triple should have been removed but not the HARDFLOAT logic. I forgot that the released gcc-5.4.1 does not have the changes. Only in the branch... Sorry. Andreas