This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Fwd: wrong configure script in cvs head]


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]