From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 61414 invoked by alias); 4 Mar 2015 22:00:40 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Received: (qmail 61395 invoked by uid 89); 4 Mar 2015 22:00:39 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.0 required=5.0 tests=AWL,BAYES_00,T_RP_MATCHES_RCVD autolearn=ham version=3.3.2 X-HELO: smtp.fgznet.ch Received: from mail.fgznet.ch (HELO smtp.fgznet.ch) (81.92.96.47) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-SHA encrypted) ESMTPS; Wed, 04 Mar 2015 22:00:37 +0000 Received: from [192.168.225.11] (dhclient-91-190-14-19.flashcable.ch [91.190.14.19]) by smtp.fgznet.ch (8.13.8/8.13.8/Submit_SMTPAUTH) with ESMTP id t24M0QFS036048; Wed, 4 Mar 2015 23:00:33 +0100 (CET) (envelope-from andreast-list@fgznet.ch) Message-ID: <54F7807E.4050408@fgznet.ch> Date: Wed, 04 Mar 2015 22:00:00 -0000 From: Andreas Tobler User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:31.0) Gecko/20100101 Thunderbird/31.5.0 MIME-Version: 1.0 To: Jeff Law , GCC Patches Subject: Re: [patch] FreeBSD powerpc64 remove 32-bit soft-float multilibs. References: <54F36185.4030504@fgznet.ch> <54F77F56.7050007@redhat.com> In-Reply-To: <54F77F56.7050007@redhat.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2015-03/txt/msg00254.txt.bz2 On 04.03.15 22:55, Jeff Law wrote: > On 03/01/15 11:59, Andreas Tobler wrote: >> Hi all, >> >> the appended patch removes the soft-float multilib build option from >> powerpc64-*-freebsd*. >> >> These libraries are rarely to never used on 64-bit FreeBSD PowerPC >> machines. But the build time of these libraries counts. >> >> Is this ok for trunk? If yes, at what stage can I commit, 5.0/5.1? >> >> Thanks, >> Andreas >> >> >> 2015-03-01 Andreas Tobler >> >> * config/rs6000/t-freebsd64: Remove 32-bit soft-float multilibs. > After a short IRC discussion with Andreas, I've approved this for the trunk. Thanks, committed: r221197 Andreas