From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27161 invoked by alias); 12 Apr 2011 15:07:01 -0000 Received: (qmail 27118 invoked by uid 22791); 12 Apr 2011 15:07:00 -0000 X-SWARE-Spam-Status: No, hits=-1.1 required=5.0 tests=AWL,BAYES_05 X-Spam-Check-By: sourceware.org Received: from c60.cesmail.net (HELO c60.cesmail.net) (216.154.195.49) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 12 Apr 2011 15:06:56 +0000 Received: from unknown (HELO delta2) ([192.168.1.50]) by c60.cesmail.net with ESMTP; 12 Apr 2011 11:06:55 -0400 Received: from e178029222.adsl.alicedsl.de (e178029222.adsl.alicedsl.de [85.178.29.222]) by webmail.spamcop.net (Horde MIME library) with HTTP; Tue, 12 Apr 2011 11:06:54 -0400 Message-ID: <20110412110654.jc719rzn6skc8sg0-nzlynne@webmail.spamcop.net> Date: Tue, 12 Apr 2011 15:07:00 -0000 From: Joern Rennecke To: Andreas Tobler Cc: gcc-patches@gcc.gnu.org Subject: Re: [patch] ping1 unbreak bootstrap on FreeBSD ppc MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15; DelSp="Yes"; format="flowed" Content-Disposition: inline Content-Transfer-Encoding: 7bit User-Agent: Internet Messaging Program (IMP) H3 (4.1.4) 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/msg00900.txt.bz2 > 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*) This stops powerpc64-unknown-freebsd6 (aka ppc64-freebsd6) from being accepted by configure. 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.