summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2017-05-13 15:33:35 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2017-05-13 15:33:35 +0200
commit459f7302df8cdc45aa0f7f2581ebb6f05fb6432a (patch)
treefde6c3fd9062796a509445cffb62de240de1f50d
parent48d5bebe76fafdd7cc3a990b1e6e49468397a2cc (diff)
downloadbuildroot-459f7302df8cdc45aa0f7f2581ebb6f05fb6432a.tar.gz
buildroot-459f7302df8cdc45aa0f7f2581ebb6f05fb6432a.zip
libcdio: disable on ARC, triggers a toolchain bug
libcdio doesn't build on ARC, with the following compiler error: iso9660.c:155:1: error: unrecognized supposed constant [...] iso9660.c:155:1: internal compiler error: in arc_legitimate_constant_p, at config/arc/arc.c:6028 Please submit a full bug report, Since this has been happening for a while and is quite noisy in the autobuilders results, we disable this package on ARC. Fixes: http://autobuild.buildroot.net/results/e837737abaea851bea428a35ea9d3395a6565c54/ Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r--package/libcdio/Config.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/package/libcdio/Config.in b/package/libcdio/Config.in
index fdc001ec40..531af3bb93 100644
--- a/package/libcdio/Config.in
+++ b/package/libcdio/Config.in
@@ -1,6 +1,8 @@
config BR2_PACKAGE_LIBCDIO
bool "libcdio"
depends on BR2_USE_MMU # fork()
+ # ARC toolchain issue
+ depends on !BR2_arc
select BR2_PACKAGE_LIBICONV if !BR2_ENABLE_LOCALE
help
The GNU Compact Disc Input and Control library.
OpenPOWER on IntegriCloud