* [Buildroot] [PATCH] flann: disable with the problematic NIOS II toolchain
@ 2014-06-10 21:27 Thomas Petazzoni
2014-06-11 10:53 ` Peter Korsgaard
0 siblings, 1 reply; 2+ messages in thread
From: Thomas Petazzoni @ 2014-06-10 21:27 UTC (permalink / raw)
To: buildroot
Fixes:
http://autobuild.buildroot.org/results/062/0620bf8d60aa57949cede0c5b3920ef5446fe98b/
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
---
package/flann/Config.in | 2 ++
1 file changed, 2 insertions(+)
diff --git a/package/flann/Config.in b/package/flann/Config.in
index 6185b12..a3af7c1 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
--
2.0.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [Buildroot] [PATCH] flann: disable with the problematic NIOS II toolchain
2014-06-10 21:27 [Buildroot] [PATCH] flann: disable with the problematic NIOS II toolchain Thomas Petazzoni
@ 2014-06-11 10:53 ` Peter Korsgaard
0 siblings, 0 replies; 2+ messages in thread
From: Peter Korsgaard @ 2014-06-11 10:53 UTC (permalink / raw)
To: buildroot
>>>>> "Thomas" == Thomas Petazzoni <thomas.petazzoni@free-electrons.com> writes:
> Fixes:
> http://autobuild.buildroot.org/results/062/0620bf8d60aa57949cede0c5b3920ef5446fe98b/
> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Committed, thanks.
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-06-11 10:53 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-06-10 21:27 [Buildroot] [PATCH] flann: disable with the problematic NIOS II toolchain Thomas Petazzoni
2014-06-11 10:53 ` Peter Korsgaard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox