From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9383 invoked by alias); 16 May 2013 21:55:34 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 9372 invoked by uid 89); 16 May 2013 21:55:34 -0000 X-Spam-SWARE-Status: No, score=-7.7 required=5.0 tests=AWL,BAYES_00,KHOP_PGP_SIGNED,KHOP_RCVD_UNTRUST,KHOP_THREADED,RCVD_IN_HOSTKARMA_W,RCVD_IN_HOSTKARMA_WL autolearn=ham version=3.3.1 Received: from relay1.mentorg.com (HELO relay1.mentorg.com) (192.94.38.131) by sourceware.org (qpsmtpd/0.84/v0.84-167-ge50287c) with ESMTP; Thu, 16 May 2013 21:55:32 +0000 Received: from svr-orw-fem-01.mgc.mentorg.com ([147.34.98.93]) by relay1.mentorg.com with esmtp id 1Ud694-0001g9-1j from Thomas_Schwinge@mentor.com ; Thu, 16 May 2013 14:55:30 -0700 Received: from SVR-IES-FEM-01.mgc.mentorg.com ([137.202.0.104]) by svr-orw-fem-01.mgc.mentorg.com over TLS secured channel with Microsoft SMTPSVC(6.0.3790.4675); Thu, 16 May 2013 14:55:29 -0700 Received: from feldtkeller.schwinge.homeip.net (137.202.0.76) by SVR-IES-FEM-01.mgc.mentorg.com (137.202.0.104) with Microsoft SMTP Server id 14.2.247.3; Thu, 16 May 2013 22:55:27 +0100 From: Thomas Schwinge To: Yue Lu CC: , Subject: Re: [patch] for mig check in GDB's configure In-Reply-To: References: <8738u4sc19.fsf@kepler.schwinge.homeip.net> <87txmkxlu6.fsf@violet.siamics.net> User-Agent: Notmuch/0.9-101-g81dad07 (http://notmuchmail.org) Emacs/23.4.1 (i486-pc-linux-gnu) Date: Thu, 16 May 2013 21:55:00 -0000 Message-ID: <871u96mvy7.fsf@kepler.schwinge.homeip.net> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha1; protocol="application/pgp-signature" X-Virus-Found: No X-SW-Source: 2013-05/txt/msg00654.txt.bz2 --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Content-length: 1786 Hi! Sorry for the delay. On Sat, 4 May 2013 16:29:01 +0800, Yue Lu wrote: > * configure.ac: Ensure MIG is available when building for GNU > * Hurd. After reviewing and testing it, I now checked in your patch (very minor coding style and wording changes). Congratulations to your first contribution! :-) 2013-05-16 Yue Lu * configure.ac: Ensure MIG is available when building for GNU Hurd hosts. * configure: Regenerate. Index: configure.ac =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /cvs/src/src/gdb/configure.ac,v retrieving revision 1.203 diff -u -p -r1.203 configure.ac --- configure.ac 10 May 2013 16:10:40 -0000 1.203 +++ configure.ac 16 May 2013 21:50:18 -0000 @@ -486,8 +486,15 @@ AC_CHECK_TOOL(AR, ar) AC_CHECK_TOOL(DLLTOOL, dlltool) AC_CHECK_TOOL(WINDRES, windres) =20 -# Needed for GNU/Hurd. -AC_CHECK_TOOL(MIG, mig) +case $host_os in + gnu*) + # Needed for GNU Hurd hosts. + AC_CHECK_TOOL(MIG, mig) + if test x"$MIG" =3D x; then + AC_MSG_ERROR([MIG not found but required for $host hosts]) + fi + ;; +esac =20 # ---------------------- # # Checks for libraries. # Index: configure =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /cvs/src/src/gdb/configure,v retrieving revision 1.391 diff -u -p -r1.391 configure --- configure 10 May 2013 16:10:40 -0000 1.391 +++ configure 16 May 2013 21:50:20 -0000 [...] Gr=C3=BC=C3=9Fe, Thomas --=-=-= Content-Type: application/pgp-signature Content-length: 489 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.12 (GNU/Linux) iQEcBAEBAgAGBQJRlVXAAAoJEGe3hdm9kOiiLagH/35nVPdt4olO0jRMYUKW/V72 amM7pR6B49ODKzgMjScyVxgRerDE/xCts9MMK3NswBWXri8BToMmf34FPcXGA3gc YFJ1lLzb5ngeoBkriG3nd4aXir02NGTEmFZLRXDagazrCT6yp9vEtyC5ANzC+Q+r 4MX6HIMEAQ9FJ3rncM5+AwRlwdoaFJoLDZ6xD1gzp70V6ZIoJAGEw0eI7iEDQcNh TEYwKM5vASbZ7Bsqd67Htg+9zm3OxY+1L0L+RzkxwAj5N3zQeRYCHSWnSeNzOJS/ WmqinFcOyZ62tb8aCLmAApsXzYOPU9c4VpOdXC2Ric8Y78HVqcE48TJzND/XTuY= =J5D+ -----END PGP SIGNATURE----- --=-=-=--