[Buildroot] svn commit: trunk/buildroot

J. Spence j3mail-busybox at rearden.com
Fri Apr 4 05:52:28 UTC 2008


----- "Peter Korsgaard" <jacmet at uclibc.org> wrote:
> On Fri, Mar 28, 2008 at 9:42 AM, Peter Korsgaard <jacmet at uclibc.org>
> wrote:
> > >>>>> "jspence" == jspence  <jspence at uclibc.org> writes:
> 
> >   jspence> @@ -124,6 +129,12 @@
> >   jspence>  ifndef FCFLAGS_FOR_BUILD
> >   jspence>  FCFLAGS_FOR_BUILD:=-g -O2
> >   jspence>  endif
> >   jspence> +
> >   jspence> +ifeq ($(BR2_HAVE_HOST_CCACHE),y)
> >   jspence> +HOSTCC:=$(HOSTCCACHE) $(HOSTCC)
> >   jspence> +HOSTCXX:=$(HOSTCCACHE) $(HOSTCXX)
> >   jspence> +endif
> >
> >  This is no good for the people (like me) that already use ccache
> by
> >  prepending /usr/lib/ccache to the PATH.
> >
> >  Maybe you should simply add it as another option to the existing
> >  ccache Config.in?
> 
> This breaks the build for ccache users, so I'm reverting the hunk for
> now. Please commit a fixed version of it.

Oops, my fault.  We don't have a /usr/lib/ccache on our big build machine, so we did it the way you see it in the patch.  It didn't occur to me to change the path instead, so I think we'll do that on our build machine.



More information about the buildroot mailing list