package/mesa3d: fix nouveau std::isinf related compile failure
authorPeter Seiderer <ps.report@gmx.net>
Wed, 4 Mar 2020 11:00:50 +0000 (12:00 +0100)
committerYann E. MORIN <yann.morin.1998@free.fr>
Thu, 5 Mar 2020 17:19:41 +0000 (18:19 +0100)
commit99e7cf6de704f6b58cc1b433151fe1d54c4535ed
tree8d5e250098bea185ef9cba2bef0bdc1910814b61
parent47b348114d746c10ad4bb2a099f91e1ea133d9a9
package/mesa3d: fix nouveau std::isinf related compile failure

Activate already existing mesa3d solution for the isinf compile
failure for uclibc based toolchains instead of using a custom
workaround.

- remove 0005-src-gallium-drivers-nouveau-codegen-nv50_ir_ra.cpp-p.patch
- add 0004-c99_math-import-isinf-for-uclibc-based-toolchains.patch

Fixes:
  http://autobuild.buildroot.net/results/cbefc5d4a4fefb674e596400fa1d2698cd89c5b3/
  http://autobuild.buildroot.net/results/dc974da012f53fa4ed3be616f937b0afae423d66/

  ../src/gallium/drivers/nouveau/codegen/nv50_ir_ra.cpp: In member function 'bool nv50_ir::GCRA::simplify()':
  ../src/gallium/drivers/nouveau/codegen/nv50_ir_ra.cpp:1348:19: error: expected unqualified-id before '(' token
            if (std::isinf(bestScore)) {
                     ^

Signed-off-by: Peter Seiderer <ps.report@gmx.net>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
package/mesa3d/0004-c99_math-import-isinf-for-uclibc-based-toolchains.patch [new file with mode: 0644]
package/mesa3d/0005-src-gallium-drivers-nouveau-codegen-nv50_ir_ra.cpp-p.patch [deleted file]