[Buildroot] [PATCH v2 1/1] openpgm: disable on AVR32

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Fri Nov 1 18:20:27 UTC 2013


Dear Alexander Lukichev,

On Fri,  1 Nov 2013 20:12:28 +0200, Alexander Lukichev wrote:

> +	depends on !BR2_avr32 # incorrectly configures for the toolchain

This comment is somewhat misleading. What really happens is that
openpgm uses compiler intrinsics that did not exist in gcc 4.2. So
maybe the test should actually be on BR2_GCC_VERSION_4_2_2_AVR32_2_1_5
instead of BR2_avr32 (even though it's admittedly quite the same thing,
since AVR32 will never use any other version that this heavily patched
gcc 4.2).

I've added Simon Dawson in the CC list, who is the main contributor to
the AVR32 support in Buildroot.

Best regards,

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com



More information about the buildroot mailing list