bug-readline
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Bug-readline] [PATCH] [readline] Fix !djgpp x djgpp canadian builds


From: Chet Ramey
Subject: Re: [Bug-readline] [PATCH] [readline] Fix !djgpp x djgpp canadian builds.
Date: Tue, 21 May 2013 20:26:59 -0400
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:17.0) Gecko/20130328 Thunderbird/17.0.5

On 5/21/13 7:54 PM, Yao Qi wrote:
> On 05/22/2013 04:28 AM, Pedro Alves wrote:
>> The issue is that configure is deciding whether to run pwd.exe or pwd
>> based on $host_os (msdosdjgpp), while it should be checking $build_os
>> instead (linux-gnu).
>>
>> Let me know whether this is accepted into readline so we can backport
>> it to GDB's readline copy.
>>
>> readline/
>> 2013-05-21  Pedro Alves<address@hidden>
>>
>>     * configure.in: Check $build_os instead of $host_os wheng deciding
>>     whether to run `pwd.exe' on djgpp.
>>     * configure: Regenerate.
> 
> Pedro,
> I raised this issue last year
> <http://www.sourceware.org/ml/gdb-patches/2012-08/msg00013.html> and I were
> suggested to post patch to address@hidden  The patch was posted to
> bug-readline
> <http://lists.gnu.org/archive/html/bug-readline/2012-08/msg00005.html>.  It
> is unclear to me whether I can backport the patch to GDB, because I don't
> know the patch goes into the 'mainline' of readline or not, so the backport
> is pending there.

This change is in readline-6.3, which is in alpha right now.

Chet
-- 
``The lyf so short, the craft so long to lerne.'' - Chaucer
                 ``Ars longa, vita brevis'' - Hippocrates
Chet Ramey, ITS, CWRU    address@hidden    http://cnswww.cns.cwru.edu/~chet/



reply via email to

[Prev in Thread] Current Thread [Next in Thread]