[oe] [PATCH] tbb: add 4.1 20130116 version (4.1 update 2)

Marcin Juszkiewicz marcin.juszkiewicz at linaro.org
Tue Mar 26 07:11:31 UTC 2013


W dniu 26.03.2013 06:59, Khem Raj pisze:
> On Mar 25, 2013, at 2:20 AM, Marcin Juszkiewicz

>> +do_compile() { +    oe_runmake compiler=gcc arch=${HOST_ARCH}
>> runtime=cc4.7_libc2.17_kernel3.8 tbb tbbmalloc +}

> hmmm do you have to encode the tools versions like that, say in
> future we move to gcc 4.8 or kernel 3.9 will this need adjusting too?

If runtime is not defined it is created based on host system so can be
totally wrong. From quick look at makefiles there is only compiler part
checked for "cc3" or "cc4" - to add some arguments to flags.

New version sent.




More information about the Openembedded-devel mailing list