This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


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<palves@redhat.com>

	* 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 bug-readline@gnu.org. 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 (éå)


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]