mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-27 21:26:36 +00:00
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>
This commit is contained in:
parent
48d5bebe76
commit
459f7302df
@ -1,6 +1,8 @@
|
|||||||
config BR2_PACKAGE_LIBCDIO
|
config BR2_PACKAGE_LIBCDIO
|
||||||
bool "libcdio"
|
bool "libcdio"
|
||||||
depends on BR2_USE_MMU # fork()
|
depends on BR2_USE_MMU # fork()
|
||||||
|
# ARC toolchain issue
|
||||||
|
depends on !BR2_arc
|
||||||
select BR2_PACKAGE_LIBICONV if !BR2_ENABLE_LOCALE
|
select BR2_PACKAGE_LIBICONV if !BR2_ENABLE_LOCALE
|
||||||
help
|
help
|
||||||
The GNU Compact Disc Input and Control library.
|
The GNU Compact Disc Input and Control library.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user