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: Yao Qi
Subject: Re: [Bug-readline] [PATCH] [readline] Fix !djgpp x djgpp canadian builds.
Date: Wed, 22 May 2013 07:54:59 +0800
User-agent: Mozilla/5.0 (X11; Linux i686; rv:17.0) Gecko/20130110 Thunderbird/17.0.2

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.

--
Yao (齐尧)



reply via email to

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