From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5163 invoked by alias); 19 Oct 2011 21:29:14 -0000 Received: (qmail 5144 invoked by uid 22791); 19 Oct 2011 21:29:13 -0000 X-SWARE-Spam-Status: No, hits=-2.2 required=5.0 tests=AWL,BAYES_00,RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from smtp.gentoo.org (HELO smtp.gentoo.org) (140.211.166.183) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 19 Oct 2011 21:28:55 +0000 Received: from vapier.localnet (localhost [127.0.0.1]) by smtp.gentoo.org (Postfix) with ESMTP id 4BDEC1B4001; Wed, 19 Oct 2011 21:28:54 +0000 (UTC) From: Mike Frysinger To: "Hans-Peter Nilsson" Subject: Re: Your sim configure commits broke mn10300-sim and m68hc11-sim Date: Thu, 20 Oct 2011 01:04:00 -0000 User-Agent: KMail/1.13.7 (Linux/3.1.0-rc4; KDE/4.6.5; x86_64; ; ) Cc: gdb-patches@sourceware.org References: <201110180245.p9I2jUfi022507@ignucius.se.axis.com> In-Reply-To: <201110180245.p9I2jUfi022507@ignucius.se.axis.com> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart4100854.A54j8b85yJ"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <201110191728.55017.vapier@gentoo.org> X-IsSubscribed: yes 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 X-SW-Source: 2011-10/txt/msg00548.txt.bz2 --nextPart4100854.A54j8b85yJ Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-length: 741 this is what i committed to fix things: sim/bfin/: sim/cris/: sim/lm32/: sim/m68hc11/: sim/mips/: sim/mn10300/: 2011-10-19 Mike Frysinger * configure: Regenerate after common/acinclude.m4 update. sim/common/: 2011-10-19 Mike Frysinger * acinclude.m4: Call AC_CHECK_LIB when $hardware contains cfi. -mike --- common/acinclude.m4 +++ common/acinclude.m4 @@ -623,7 +623,11 @@ if test "$sim_hw_p" != yes; then fi if test x"$silent" != x"yes"; then echo "Setting hardware to $sim_hw_cflags, $sim_hw, $sim_hw_objs" -fi])dnl +fi]) +dnl Some devices require extra libraries. +case " $hardware " in + *" cfi "*) AC_CHECK_LIB(m, log2);; +esac ]) AC_SUBST(sim_hw_cflags) AC_SUBST(sim_hw_objs) --nextPart4100854.A54j8b85yJ Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part. Content-length: 836 -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.17 (GNU/Linux) iQIcBAABAgAGBQJOn0EWAAoJEEFjO5/oN/WB1vcP/0LeSSDU097IjNYSIJBwFE1f DsixfO9+hsnmN1aftcuovLVHi3iP/v7Sa1mvuiq12S2zj7THBD4h8yHDPcSyBdDd JlIkOF3pcP+feLepw4XcSkKnE/VvmsSHiryS65ePjHZzMvRk+zkvHnWWQoQioPoX fq2lHK0yepGc8XuguTg/CDCVJR3HMx3FPyMmjaPNZj/ggkQ7C+lvap402hS1cxJy A6ZPcpuPLcKpKEvwaoM9uD8233hnc1gLhh2COCmEKIEaakwTzSqmBBM5z6WjfI3U eUFLYf3vy3VIlwz4pKG7XOlvfnxl/AA42/HbJQafK/od9NTlMp44a7DEUJpQFbVw W5R1ZqyGpn8otX2l0YGNx/rgFuTRJBP/TAjJph2t8obL6Ne9ioXGYki5QmMIyk72 AuXAVyqtvnmaj5sulLSjFyf8+TE/bAYJebJHK0wL5tNBtEQq81HcMO0nqBHeCudE r/e3bFj39wygjQK6tYFXMfywXOD/HvKWekOcF8DByxhAu06r7q/vQPQ6WstdB/Sc Z1PKVDRGG3AJBC+DodUpz1TvQJwbKuOSqP0H4meBvilNXjf9svfCvCTqplk3dsG9 WXp9XjLyRmr92G8efDDX3ZrbF3khkbhq08uGoa/9ljzrpakzOMpWVgn6OCOYHNsQ faF5etTHV0cToWff0oEw =ZK61 -----END PGP SIGNATURE----- --nextPart4100854.A54j8b85yJ--