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: [readline, djgpp] Check $build_os instead of $host_os in configure


> From: Yao Qi <yao@codesourcery.com>
> Date: Wed, 1 Aug 2012 18:46:27 +0800
> 
> Hi,
> When I configure gdb as '--host=i586-pc-msdosdjgpp --target=i586-pc-msdosdjgpp'
> on x86-linux, I get following configure error in readline.
> 
>    readline/configure: line 6268: pwd.exe: command not found
> 
> Looks like the configure script should check $build_os instead of
> $host_os.  This patch is to fix this problem.  Is it OK?

Fine with me, if you need my approval.


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