Re: [patch] for mig check in GDB's configure

2013-05-04 Thread Yue Lu
Hi, On Fri, May 3, 2013 at 11:22 PM, Pino Toscano toscano.p...@tiscali.it wrote: Hi, instead of the above, what about something like this: case ${host_os} in gnu*) # Needed for GNU/Hurd. AC_CHECK_TOOL(MIG, mig) if test $MIG = ; then AC_MSG_ERROR([no mig

Re: [patch] for mig check in GDB's configure

2013-05-04 Thread Yue Lu
Hi! thanks for your review. On Fri, May 3, 2013 at 8:57 PM, Ivan Shmakov oneing...@gmail.com wrote: A few minor points. I have update this patch after your feedback. From b50f9b2f9ab1792ad584d07c9d2da3c5857d82fe Mon Sep 17 00:00:00 2001 From: hacklu hacklu.newb...@gmail.com Date:

A quarter of the Hurd, Q3/Q4 of 2012: *pthreads*, *hardware* and *porting*.

2013-05-04 Thread Arne Babenhauserheide
Hi, I finally managed to write the qoth for the 3rd and 4th quarter of 2012, and it would be great if you could review it: http://darnassus.sceen.net/~hurd-web/contributing/web_pages/news/qoth_next/ ---to simplify reading it, I pasted the text here, too--- A quarter of the Hurd, Q3/Q4 of

Re: [patch] for mig check in GDB's configure

2013-05-04 Thread Yue Lu
Hi, On Sun, May 5, 2013 at 1:22 AM, Doug Evans d...@google.com wrote: On Fri, May 3, 2013 at 3:43 AM, 陆岳 hacklu.newb...@gmail.com wrote: Hmm, I think that instead of only examining the host system, $host, this also needs to examine the target system, $target. (Please tell if the difference

Re: [patch] for mig check in GDB's configure

2013-05-04 Thread Doug Evans
On Fri, May 3, 2013 at 3:43 AM, 陆岳 hacklu.newb...@gmail.com wrote: Hmm, I think that instead of only examining the host system, $host, this also needs to examine the target system, $target. (Please tell if the difference between build, host, and target system is not clear to you.) The MIG