public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
* [Fwd: wrong configure script in cvs head]
@ 2006-04-18  9:13 Corinna Vinschen
  2006-05-02  4:15 ` Daniel Jacobowitz
  0 siblings, 1 reply; 2+ messages in thread
From: Corinna Vinschen @ 2006-04-18  9:13 UTC (permalink / raw)
  To: binutils, gdb-patches; +Cc: HASHI Hiroaki

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.h>], [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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [Fwd: wrong configure script in cvs head]
  2006-04-18  9:13 [Fwd: wrong configure script in cvs head] Corinna Vinschen
@ 2006-05-02  4:15 ` Daniel Jacobowitz
  0 siblings, 0 replies; 2+ messages in thread
From: Daniel Jacobowitz @ 2006-05-02  4:15 UTC (permalink / raw)
  To: Corinna Vinschen, binutils, gdb-patches, HASHI Hiroaki

On Tue, Apr 18, 2006 at 10:49:49AM +0200, Corinna Vinschen wrote:
> 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.

FYI, DJ checked in an identical fix today.

-- 
Daniel Jacobowitz
CodeSourcery

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2006-05-02  4:15 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-04-18  9:13 [Fwd: wrong configure script in cvs head] Corinna Vinschen
2006-05-02  4:15 ` Daniel Jacobowitz

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).