From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17988 invoked by alias); 30 Nov 2007 17:00:21 -0000 Received: (qmail 17971 invoked by uid 22791); 30 Nov 2007 17:00:20 -0000 X-Spam-Check-By: sourceware.org Received: from pfepa.post.tele.dk (HELO pfepa.post.tele.dk) (195.41.46.235) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 30 Nov 2007 17:00:05 +0000 Received: from x1-6-00-0f-9f-c6-3e-90 (x1-6-00-0f-9f-c6-3e-90.k75.webspeed.dk [80.197.1.215]) by pfepa.post.tele.dk (Postfix) with ESMTP id 87156FAC044; Fri, 30 Nov 2007 18:00:01 +0100 (CET) Received: from x1-6-00-0f-9f-c6-3e-90 (localhost.localdomain [127.0.0.1]) by x1-6-00-0f-9f-c6-3e-90 (8.14.0/8.14.0) with ESMTP id lAUH012X021947; Fri, 30 Nov 2007 18:00:01 +0100 Received: (from rask@localhost) by x1-6-00-0f-9f-c6-3e-90 (8.14.0/8.14.0/Submit) id lAUH002K021946; Fri, 30 Nov 2007 18:00:00 +0100 Date: Fri, 30 Nov 2007 20:49:00 -0000 From: Rask Ingemann Lambertsen To: Mark Mitchell , Bernd Schmidt , Jie Zhang , gcc@gcc.gnu.org, GCC Patches , rsandifo@nildram.co.uk Subject: Re: Link tests after GCC_NO_EXECUTABLES Message-ID: <20071130165959.GN17368@sygehus.dk> References: <474C8FA4.2040603@codesourcery.com> <474C95BA.1060807@t-online.de> <474C96C1.7010208@codesourcery.com> <474C98AA.50105@t-online.de> <474C9A65.2060902@codesourcery.com> <474C9B33.8060503@t-online.de> <474C9CBD.2070708@codesourcery.com> <87fxyqdc45.fsf@firetop.home> <474D943C.4030106@codesourcery.com> <877ik0aerh.fsf@firetop.home> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <877ik0aerh.fsf@firetop.home> User-Agent: Mutt/1.5.14 (2007-02-12) Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org X-SW-Source: 2007-11/txt/msg01716.txt.bz2 On Thu, Nov 29, 2007 at 10:05:54PM +0000, Richard Sandiford wrote: > libstdc++-v3/ > 2007-xx-xx Mark Mitchell > > * configure.ac: Don't check AC_LIBTOOL_DLOPEN if using newlib. > * configure: Regenerate. > > Index: libstdc++-v3/configure.ac > =================================================================== > --- libstdc++-v3/configure.ac (revision 130491) > +++ libstdc++-v3/configure.ac (working copy) > @@ -82,7 +82,9 @@ AH_TEMPLATE(VERSION, [Version number of > # up critical shell variables. > GLIBCXX_CONFIGURE > > -AC_LIBTOOL_DLOPEN > +if test "x${with_newlib}" != "xyes"; then > + AC_LIBTOOL_DLOPEN > +fi > AM_PROG_LIBTOOL > AC_SUBST(enable_shared) > AC_SUBST(enable_static) This bit is fine with me as it clearly improves the situation. For example, it is now possible to build and test sparc-unknown-elf with fortran disabled (--enable-languages=c,c++,objc,obj-c++,java) which is an improvement over the current situation. -- Rask Ingemann Lambertsen Danish law requires addresses in e-mail to be logged and stored for a year