package/qhull: add dependency on gcc >= 4.4
authorRomain Naour <romain.naour@gmail.com>
Sat, 27 Feb 2016 13:13:38 +0000 (14:13 +0100)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sat, 27 Feb 2016 15:23:41 +0000 (16:23 +0100)
commit5d70e1e9deeeac6bbfd9e1fede2e95265a6a0aa9
treeb169e62c2109fdb3d06ca305f94b47a5fc69e7fa
parent698f1e971c6c9a72ebdfcd43d19ec647d2c5767e
package/qhull: add dependency on gcc >= 4.4

A variadic template template parameters [1] is used in QhullSet.h, this require
a toolchain with (at least) gcc 4.4 [2][3].

Fixes (bfin toolchain with gcc 4.3):
http://autobuild.buildroot.net/results/32f/32f324c7920ac46d393954de13b8a98a77a0c392

[1] http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2008/n2555.pdf
[2] https://gcc.gnu.org/gcc-4.3/cxx0x_status.html
[3] https://gcc.gnu.org/gcc-4.4/cxx0x_status.html

Signed-off-by: Romain Naour <romain.naour@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/qhull/Config.in