From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31986 invoked by alias); 18 Oct 2011 16:08:26 -0000 Received: (qmail 31968 invoked by uid 22791); 18 Oct 2011 16:08:23 -0000 X-SWARE-Spam-Status: No, hits=-2.0 required=5.0 tests=AWL,BAYES_00,RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from ra.se.axis.com (HELO ra.se.axis.com) (195.60.68.13) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 18 Oct 2011 16:08:03 +0000 Received: from localhost (localhost [127.0.0.1]) by ra.se.axis.com (Postfix) with ESMTP id 323B31243D; Tue, 18 Oct 2011 18:08:01 +0200 (CEST) Received: from ra.se.axis.com ([127.0.0.1]) by localhost (ra.se.axis.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id B6DHdDrsITDV; Tue, 18 Oct 2011 18:08:00 +0200 (CEST) Received: from seth.se.axis.com (seth.se.axis.com [10.0.2.172]) by ra.se.axis.com (Postfix) with ESMTP id AFC8D1242F; Tue, 18 Oct 2011 18:08:00 +0200 (CEST) Received: from ignucius.se.axis.com (ignucius.se.axis.com [10.88.21.50]) by seth.se.axis.com (Postfix) with ESMTP id 9C11C3E097; Tue, 18 Oct 2011 18:08:00 +0200 (CEST) Received: from ignucius.se.axis.com (localhost [127.0.0.1]) by ignucius.se.axis.com (8.12.8p1/8.12.8/Debian-2woody1) with ESMTP id p9IG80F6007671; Tue, 18 Oct 2011 18:08:00 +0200 Received: (from hp@localhost) by ignucius.se.axis.com (8.12.8p1/8.12.8/Debian-2woody1) id p9IG80pZ007667; Tue, 18 Oct 2011 18:08:00 +0200 Date: Tue, 18 Oct 2011 16:55:00 -0000 Message-Id: <201110181608.p9IG80pZ007667@ignucius.se.axis.com> From: Hans-Peter Nilsson To: vapier@gentoo.org CC: hp@axis.com, gdb-patches@sourceware.org In-reply-to: <201110172351.26470.vapier@gentoo.org> (message from Mike Frysinger on Mon, 17 Oct 2011 23:51:25 -0400) Subject: Re: Your sim configure commits broke mn10300-sim and m68hc11-sim MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=iso-8859-1 Content-Transfer-Encoding: 8BIT 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/msg00503.txt.bz2 > From: Mike Frysinger > Date: Mon, 17 Oct 2011 23:51:25 -0400 > i > could update common/acinclude.m4 to do AC_CHECK_LIB(m, log2) when "cfi" is in > the enabled hardware list. that way -lm would get added to @LIBS@ which gets > used in Make-common.in. Sounds like the obvious option, thanks. brgds, H-P