summaryrefslogtreecommitdiffstats
path: root/package/flann
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2014-06-10 23:27:40 +0200
committerPeter Korsgaard <peter@korsgaard.com>2014-06-11 12:53:41 +0200
commitb9cc00e8bf406cf5c0ce900348dcc1aa9e72afc8 (patch)
tree8f0b8989b43a97423ac6945da8b1b0107a1f9084 /package/flann
parent818ef1ea39f64e15e93e36431c59a8b918163721 (diff)
downloadbuildroot-b9cc00e8bf406cf5c0ce900348dcc1aa9e72afc8.tar.gz
buildroot-b9cc00e8bf406cf5c0ce900348dcc1aa9e72afc8.zip
flann: disable with the problematic NIOS II toolchain
Fixes: http://autobuild.buildroot.org/results/062/0620bf8d60aa57949cede0c5b3920ef5446fe98b/ Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/flann')
-rw-r--r--package/flann/Config.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/package/flann/Config.in b/package/flann/Config.in
index 6185b1292d..a3af7c1e01 100644
--- a/package/flann/Config.in
+++ b/package/flann/Config.in
@@ -2,6 +2,8 @@ config BR2_PACKAGE_FLANN
bool "flann"
depends on BR2_INSTALL_LIBSTDCPP
depends on !BR2_PREFER_STATIC_LIB
+ # triggers an assert in the linker of this toolchain
+ depends on !BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_NIOSII201305
help
FLANN is a library for performing fast approximate nearest
neighbor searches in high dimensional spaces. It contains a
OpenPOWER on IntegriCloud