diff options
author | Wenzong Fan <wenzong.fan@windriver.com> | 2015-09-23 23:12:31 -0400 |
---|---|---|
committer | Joe MacDonald <joe_macdonald@mentor.com> | 2015-10-21 15:57:26 -0400 |
commit | b851e928eacb9c27923a9028618d107fe22136fd (patch) | |
tree | 2760af48c0b1032325c1f948aa6cf7f42994b3ce /meta-python/recipes-devtools/python/python-matplotlib/fix_setupext.patch | |
parent | 0289eac721085563ff727515022e8c61b2ecf30d (diff) | |
download | meta-openembedded-b851e928eacb9c27923a9028618d107fe22136fd.tar.gz |
squid: disable atomic operations for powerpc/mips
Don't enable GNU atomic operations for all targets, it fails on
powerpc and mips:
AtomicWord.h: undefined reference to `__sync_fetch_and_add_8'
collect2: error: ld returned 1 exit status
Refer to https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56300:
There is no hardware support for 8 bytes atomic operations on
32-bit MIPS targets.
The 32-bit PowerPC fails as well.
Signed-off-by: Wenzong Fan <wenzong.fan@windriver.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python-matplotlib/fix_setupext.patch')
0 files changed, 0 insertions, 0 deletions