From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32071 invoked by alias); 12 Apr 2011 15:19:29 -0000 Received: (qmail 32062 invoked by uid 22791); 12 Apr 2011 15:19:28 -0000 X-SWARE-Spam-Status: No, hits=-2.0 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mail.fgznet.ch (HELO smtp.fgznet.ch) (81.92.96.47) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 12 Apr 2011 15:19:23 +0000 Received: from deuterium.andreas.nets (dhclient-91-190-8-131.flashcable.ch [91.190.8.131]) by smtp.fgznet.ch (8.13.8/8.13.8/Submit_SMTPAUTH) with ESMTP id p3CFJFJk034235; Tue, 12 Apr 2011 17:19:21 +0200 (CEST) (envelope-from andreast-list@fgznet.ch) Message-ID: <4DA46D73.6080607@fgznet.ch> Date: Tue, 12 Apr 2011 15:19:00 -0000 From: Andreas Tobler User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; en-US; rv:1.9.2.14) Gecko/20110221 Lightning/1.0b2 Thunderbird/3.1.8 MIME-Version: 1.0 To: Joern Rennecke CC: gcc-patches@gcc.gnu.org Subject: Re: [patch] ping1 unbreak bootstrap on FreeBSD ppc References: <20110412110654.jc719rzn6skc8sg0-nzlynne@webmail.spamcop.net> In-Reply-To: <20110412110654.jc719rzn6skc8sg0-nzlynne@webmail.spamcop.net> Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes 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 X-SW-Source: 2011-04/txt/msg00902.txt.bz2 On 12.04.11 17:06, Joern Rennecke wrote: >> 2011-03-12 Andreas Tobler > > >> * config/rs6000/freebsd.h: (RELOCATABLE_NEEDS_FIXUP): Define in >> terms of target_flags_explicit. Adjust copyright year. > > >> * config.gcc: Add FreeBSD PowerPC soft-float libgcc bits. >> * config/rs6000/t-freebsd: New file. Add override for >> LIB2FUNCS_EXTRA. > >> Committed as: > >> - gcc: 170930 > > > You didn't mention this change: > -powerpc*-*-freebsd*) > +powerpc-*-freebsd*) Yes, my fault. But currently there is _no_ support for powerpc64-*-freebsd*. The first release of the OS which really supports 64-bit powerpc will be FreeBSD-9.0. > This stops powerpc64-unknown-freebsd6 (aka ppc64-freebsd6) from being accepted > by configure. As I understand this is fine since there is no freebsd6 support available for powerpc64. > FWIW GCC 4.6 used to accept cross configurations with this target, > and 'make all-gcc' would run to completion without complaint. > I'm not saying I'm missing the configuration, but I stumbled across this when > trying to sort out removed/obsoleted vs. live broken configurations, and there > was no ChangeLog to tell what was going on. I was in the hope to contribute the gcc support for powerpc64 freebsd a few weeks ago. Unfortunately I have first to fix a few system issues before I can continue. The last working revision of FSF gcc is r122895, but this includes local additions which are not yet ready to be released. Andreas