From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 88308 invoked by alias); 25 Aug 2015 16:58:52 -0000 Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org Received: (qmail 88223 invoked by uid 89); 25 Aug 2015 16:58:51 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.2 required=5.0 tests=AWL,BAYES_00,RP_MATCHES_RCVD,SPF_PASS autolearn=ham version=3.3.2 X-HELO: zimbra.cs.ucla.edu Received: from zimbra.cs.ucla.edu (HELO zimbra.cs.ucla.edu) (131.179.128.68) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-GCM-SHA384 encrypted) ESMTPS; Tue, 25 Aug 2015 16:58:49 +0000 Received: from localhost (localhost [127.0.0.1]) by zimbra.cs.ucla.edu (Postfix) with ESMTP id 88A30160F23; Tue, 25 Aug 2015 09:58:47 -0700 (PDT) Received: from zimbra.cs.ucla.edu ([127.0.0.1]) by localhost (zimbra.cs.ucla.edu [127.0.0.1]) (amavisd-new, port 10032) with ESMTP id arl3VY1jkkJg; Tue, 25 Aug 2015 09:58:46 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by zimbra.cs.ucla.edu (Postfix) with ESMTP id D9948160F3B; Tue, 25 Aug 2015 09:58:46 -0700 (PDT) Received: from zimbra.cs.ucla.edu ([127.0.0.1]) by localhost (zimbra.cs.ucla.edu [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id QI-OPVVewmpL; Tue, 25 Aug 2015 09:58:46 -0700 (PDT) Received: from [192.168.1.9] (pool-100-32-155-148.lsanca.fios.verizon.net [100.32.155.148]) by zimbra.cs.ucla.edu (Postfix) with ESMTPSA id B5B17160F23; Tue, 25 Aug 2015 09:58:46 -0700 (PDT) Subject: Re: Cross-build issues in gdb/gnulib To: Pedro Alves , Paul_Koning@dell.com References: <55DC3BC4.1000707@redhat.com> <1CC14532-8BF3-4C4A-9773-D61B13393DB9@dell.com> <55DC702C.7030704@redhat.com> Cc: gdb@sourceware.org, bug-gnulib From: Paul Eggert Message-ID: <55DC9EC3.2080508@cs.ucla.edu> Date: Tue, 25 Aug 2015 16:58:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.2.0 MIME-Version: 1.0 In-Reply-To: <55DC702C.7030704@redhat.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2015-08/txt/msg00047.txt.bz2 Pedro Alves wrote: > # Test for the AIX locale name. >> if (LC_ALL=ja_JP LC_TIME= LC_CTYPE= ./conftest; exit) 2>/dev/null; then >> gt_cv_locale_ja=ja_JP >> >>The comment refers to AIX, but it is in fact executed in the "*" case of a case statement, i.e., for everything other than Windows. The same code pattern also appears in the two other locale-*.m4 files. I'm lost. Do you have a specific Gnulib patch in mind?