From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2351 invoked by alias); 26 Mar 2012 11:40:29 -0000 Received: (qmail 2343 invoked by uid 22791); 26 Mar 2012 11:40:29 -0000 X-SWARE-Spam-Status: No, hits=-1.8 required=5.0 tests=AWL,BAYES_00,TW_IB X-Spam-Check-By: sourceware.org Received: from relay1.mentorg.com (HELO relay1.mentorg.com) (192.94.38.131) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 26 Mar 2012 11:40:16 +0000 Received: from nat-ies.mentorg.com ([192.94.31.2] helo=EU1-MAIL.mgc.mentorg.com) by relay1.mentorg.com with esmtp id 1SC8HX-0004T9-3W from joseph_myers@mentor.com ; Mon, 26 Mar 2012 04:40:15 -0700 Received: from digraph.polyomino.org.uk ([172.16.63.104]) by EU1-MAIL.mgc.mentorg.com with Microsoft SMTPSVC(6.0.3790.1830); Mon, 26 Mar 2012 12:40:13 +0100 Received: from jsm28 (helo=localhost) by digraph.polyomino.org.uk with local-esmtp (Exim 4.74) (envelope-from ) id 1SC8HU-0003wF-MX; Mon, 26 Mar 2012 11:40:12 +0000 Date: Mon, 26 Mar 2012 11:40:00 -0000 From: "Joseph S. Myers" To: David Edelsohn cc: GCC Patches Subject: Re: [PATCH] PR bootstrap/52623 Disable libquadmath on AIX In-Reply-To: Message-ID: References: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII 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: 2012-03/txt/msg01646.txt.bz2 On Fri, 23 Mar 2012, David Edelsohn wrote: > The build process of libquadmath sometimes encounters problems on AIX > due to multilib and LD_LIBRARY_PATH interfering with GCC's own library > dependencies. Libquadmath is not used on AIX, so this patch adds it > to noconfigdirs. Please include this explanation in a comment on the powerpc-*-aix* | rs6000-*-aix* case. Existing directory-disabling cases may be uncommented, but new ones ought to have comments explaining the reason for disabling the library. -- Joseph S. Myers joseph@codesourcery.com