This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC 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]

Re: [committed] boehm-gc prep for newer automake


Hi Nathanael,

    I apologise if you've already taken care of
this, but how are you propagating these changes
upstream?

If nothing, you can at least CC Hans Boehm (
Hans dot Boehm at hp dot com or boehm at acm
dot org) on these or post these to the Boehm
GC list:

http://www.hpl.hp.com/personal/Hans_Boehm/gc/

(End of page)

Thanks,
Ranjit.


Nathanael Nerode wrote:

> Prep for the eventual, planned switch to automake 1.7.
> 
> No current effect.
> 
> 	* configure.in: Add CCAS, CCASFLAGS for future automakes.
> 	* configure, Makefile.in, include/Makefile.in: Regenerate.
> 
> Index: configure.in
> ===================================================================
> RCS file: /cvs/gcc/gcc/boehm-gc/configure.in,v
> retrieving revision 1.60
> diff -u -r1.60 configure.in
> --- configure.in	26 Feb 2004 23:27:53 -0000	1.60
> +++ configure.in	26 Feb 2004 23:46:03 -0000
> @@ -87,6 +87,12 @@
>  AC_SUBST(CFLAGS)
>  AC_SUBST(CXXFLAGS)
>  
> +# Newer automakes demand CCAS and CCASFLAGS.
> +: ${CCAS='$(CC)'}
> +: ${CCASFLAGS='$(CFLAGS)'}
> +AC_SUBST(CCAS)
> +AC_SUBST(CCASFLAGS)
> +
>  AC_CHECK_TOOL(AS, as)
>  AC_CHECK_TOOL(AR, ar)
>  AC_CHECK_TOOL(RANLIB, ranlib, :)
> 


-- 
Ranjit Mathew          Email: rmathew AT hotmail DOT com

Bangalore, INDIA.      Web: http://ranjitmathew.tripod.com/


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