From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15796 invoked by alias); 1 Apr 2011 12:41:13 -0000 Received: (qmail 15767 invoked by uid 22791); 1 Apr 2011 12:41:12 -0000 X-SWARE-Spam-Status: No, hits=-2.4 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW X-Spam-Check-By: sourceware.org Received: from mail-pv0-f175.google.com (HELO mail-pv0-f175.google.com) (74.125.83.175) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 01 Apr 2011 12:41:07 +0000 Received: by pvc30 with SMTP id 30so1108102pvc.20 for ; Fri, 01 Apr 2011 05:41:06 -0700 (PDT) Received: by 10.142.217.8 with SMTP id p8mr3196433wfg.10.1301661666393; Fri, 01 Apr 2011 05:41:06 -0700 (PDT) Received: from yakj.usersys.redhat.com (93-34-210-217.ip51.fastwebnet.it [93.34.210.217]) by mx.google.com with ESMTPS id o11sm2889813wfa.0.2011.04.01.05.41.02 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 01 Apr 2011 05:41:05 -0700 (PDT) Message-ID: <4D95C7DB.8040200@gnu.org> Date: Fri, 01 Apr 2011 12:41:00 -0000 From: Paolo Bonzini User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13) Gecko/20101209 Fedora/3.1.7-0.35.b3pre.fc14 Lightning/1.0b3pre Mnenhy/0.8.3 Thunderbird/3.1.7 MIME-Version: 1.0 To: "Joseph S. Myers" CC: gcc-patches@gcc.gnu.org, dj@redhat.com, neroden@gcc.gnu.org, aoliva@redhat.com, Ralf.Wildenhues@gmx.de Subject: Re: More old target toplevel cleanup References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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/msg00023.txt.bz2 On 04/01/2011 02:34 PM, Joseph S. Myers wrote: > This patch does some more toplevel configure cleanup related to targets no > longer supported by GCC: > > * The code to enable libgomp on hosted POSIX systems handled *-*-sysv4*; > GCC no longer supports any such targets. > > * The md_exec_prefix code covered lots of targets that either are no > longer supported by GCC, or that no longer define MD_EXEC_PREFIX after my > cleanups for 4.6; this is reduced to the set of targets that actually > define this macro in current GCC (DJGPP, HP-UX, QNX, Solaris). (In the > VMS case, a different macro, STANDARD_EXEC_PREFIX, is defined - but it's > "/gnu/libexec/gcc/" in xm-vms.h, not the value in this script.) > > OK to commit? Nice, thanks. Paolo