bug-hurd
[Top][All Lists]
Advanced

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

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


From: Yue Lu
Subject: Re: [patch] for mig check in GDB's configure
Date: Sat, 4 May 2013 15:51:14 +0800

Hi,

On Fri, May 3, 2013 at 11:22 PM, Pino Toscano <toscano.pino@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 for use])
>       fi
>     ;;
>   esac
>
> that is, look for mig as mandatory only on Hurd, using a less-ambiguous
> variable as $host_os.

I almost agree with you, the $host_os is much better than $host.
in hurd it just says gnu0.3.  we needn't to check for linux which says linux-gnu




-- 
Yue Lu (陆岳)



reply via email to

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