diff options
author | Sergio Prado <sergio.prado@e-labworks.com> | 2017-09-16 10:37:09 -0300 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-09-17 18:49:40 +0200 |
commit | 5323a83e73bdc93cc9132bbf041a455f7ec1a388 (patch) | |
tree | bf4c483e3f3d57407a1e019b7de4c82d054f2f4d /package/python-numpy/python-numpy.mk | |
parent | 24ca614e0c3ecd5e0d254ed172e403b11cb9d467 (diff) | |
download | buildroot-5323a83e73bdc93cc9132bbf041a455f7ec1a388.tar.gz buildroot-5323a83e73bdc93cc9132bbf041a455f7ec1a388.zip |
stella: fix error when building with uClibc-ng
The uClibc-ng C library defines a type called R0 that conflits with a
global variable called R0 from PaddleReader.cxx.
src/emucore/tia/PaddleReader.cxx:25:3: error: ‘constexpr const double R0’ redeclared as different kind of symbol
R0 = 1.5e3,
^
/home/sprado/workspace/build/buildroot/build/stella_uclibc/host/arm-buildroot-linux-uclibcgnueabi/sysroot/usr/include/sys/ucontext.h:42:3:note: previous declaration ‘<anonymous enum> R0’
R0 = 0,
^~
So let's redefine R0 as a private member of the PaddleReader class.
This patch has already been accepted upstream [1] and should be removed in
the next version bump.
[1] https://github.com/stella-emu/stella/commit/391601d2386e41372d6fa198fbe40287d2e87542
Fixes:
http://autobuild.buildroot.net/results/9ab5772f01236eaa7def66a2f443f13efca8c34c
http://autobuild.buildroot.net/results/5a4a194fe85e04ab31b146367c5a45e4f7688fca
http://autobuild.buildroot.net/results/31f6bb3f5879d056fe152ca19b6b0367cc636212
...
Signed-off-by: Sergio Prado <sergio.prado@e-labworks.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/python-numpy/python-numpy.mk')
0 files changed, 0 insertions, 0 deletions