[Buildroot] [PATCH 1/2] squid: bump to version 3.5.3

Gustavo Zacarias gustavo at zacarias.com.ar
Sun Mar 29 15:03:03 UTC 2015


On 03/29/2015 11:52 AM, Baruch Siach wrote:

> Hi Gustavo,
> 
> On Sun, Mar 29, 2015 at 11:33:31AM -0300, Gustavo Zacarias wrote:
>> +# Atomics support requires __sync_add_and_fetch_8 (64-bits)
>> +# That's only handled in gcc's libatomic for 32-bit arches
> 
> Maybe you mean "64-bit arches"? Otherwise the code does not match.

Hi Baruch.
Actually no, that's exactly what i mean.
Native atomics don't need libatomic, atomics that aren't supported by
said arch are, for example 8-byte atomics on 32-bit (4-byte) architectures.
That's cared for in gcc's libatomic, but we don't build it, hence this.
Regards.




More information about the buildroot mailing list