[Buildroot] [autobuild.buildroot.net] Build results for 2016-01-14

Mason slash.tmp at free.fr
Sun Jan 17 13:05:41 UTC 2016


On 17/01/2016 12:44, Bernd Kuhls wrote:

> Am Sun, 17 Jan 2016 10:05:42 +0100 schrieb Mason:
> 
>> Arnout is suggesting:
>>
>> depends on !BR2_arc || BR2_TOOLCHAIN_GCC_AT_LEAST_4_9
>>
>> Reading more closely, are you saying the build is broken on ARC if gcc
>> version >= 4.8 ? Or if gcc version <= 4.8 ?
> 
> the build on arc is broken with gcc-4.8, the fix was committed to gcc-4.9:
> https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59049
> 
> After further inspection I saw that gcc-4.8 is the only toolchain offered 
> by buildroot for arc so
> 	depends on !BR2_arc
> alone fixes the problem, see http://patchwork.ozlabs.org/patch/569251/

I would have thought

depends on !BR2_arc || BR2_TOOLCHAIN_GCC_AT_LEAST_4_9

was a better solution, since the package would "automatically"
be available once gcc 4.9 is available for that platform.

Regards.



More information about the buildroot mailing list