From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27096 invoked by alias); 18 Apr 2006 08:49:56 -0000 Received: (qmail 27078 invoked by uid 22791); 18 Apr 2006 08:49:56 -0000 X-Spam-Check-By: sourceware.org Received: from aquarius.hirmke.de (HELO calimero.vinschen.de) (217.91.18.234) by sourceware.org (qpsmtpd/0.31.1) with ESMTP; Tue, 18 Apr 2006 08:49:51 +0000 Received: by calimero.vinschen.de (Postfix, from userid 500) id 1A792544005; Tue, 18 Apr 2006 10:49:49 +0200 (CEST) Date: Tue, 18 Apr 2006 09:13:00 -0000 From: Corinna Vinschen To: binutils@sources.redhat.com, gdb-patches@sources.redhat.com Cc: HASHI Hiroaki Subject: [Fwd: wrong configure script in cvs head] Message-ID: <20060418084949.GC409@calimero.vinschen.de> Reply-To: binutils@sources.redhat.com, gdb-patches@sources.redhat.com, HASHI Hiroaki Mail-Followup-To: Corinna Vinschen , binutils@sources.redhat.com, gdb-patches@sources.redhat.com, HASHI Hiroaki Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2i Mailing-List: contact binutils-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: binutils-owner@sourceware.org X-SW-Source: 2006-04/txt/msg00220.txt.bz2 Forwarded to the mailing lists which are the usual recipients for patches to the top-level configure and Makefiles, as noted in the MAINTAINERS file. Corinna ----- Forwarded message from HASHI Hiroaki ----- > Date: Tue, 18 Apr 2006 15:13:00 +0900 (JST) > From: HASHI Hiroaki > Subject: wrong configure script in cvs head > To: cygwin AT cygwin DOT com > > In cvs head, configure script do not restore saved 'CFLAGS' value. > > That cause configure error at newlib/libc/configure. > > Index: configure.in > =================================================================== > RCS file: /cvs/src/src/configure.in,v > retrieving revision 1.303 > diff -u -r1.303 configure.in > --- configure.in 6 Apr 2006 21:49:25 -0000 1.303 > +++ configure.in 18 Apr 2006 06:08:54 -0000 > @@ -1145,8 +1145,8 @@ > #include ], [mpfr_t n; mpfr_init(n);], > [AC_MSG_RESULT([yes])], [AC_MSG_RESULT([no]); have_gmp=no]) > LIBS="$saved_LIBS" > - CFLAGS="$saved_CFLAGS" > fi > +CFLAGS="$saved_CFLAGS" > > # Flags needed for both GMP and/or MPFR > AC_SUBST(gmplibs) ----- End forwarded message ----- -- Corinna Vinschen Please, send mails regarding Cygwin to Cygwin Project Co-Leader cygwin AT cygwin DOT com Red Hat