[uClibc] PATCH: Fixes TARGET_LANGUAGES not being set correctly

Kristian Hoffmann khoff at fire2wire.com
Tue Oct 19 23:04:23 UTC 2004


Actually, I missed one thing.  In buildroot/toolchain/ccache/ccache.mk,
the changed line should be ...

ifeq ($(BR2_INSTALL_LIBSTDCPP),y)

not

ifeq ($(BR2_INSTALL_LIBSTDCPP),true)


-Kristian


On Tue, 19 Oct 2004, Erik Andersen wrote:

> On Mon Oct 18, 2004 at 05:21:55PM -0700, Kristian Hoffmann wrote:
> > TARGET_LANGUAGES wasn't being set correctly if you enable GCJ or C++ in
> > the buildroot config.  It looks like INSTALL_LIBSTDCPP and INSTALL_LIBGCJ
> > were renamed to BR2_INSTALL_... in the config system, but not in the gcc
> > and ccache makefiles.
>
> good catch, thanks.
>
>  -Erik
>
> --
> Erik B. Andersen             http://codepoet-consulting.com/
> --This message was written using 73% post-consumer electrons--
>





More information about the uClibc mailing list