libcdio: disable on ARC, triggers a toolchain bug
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sat, 13 May 2017 13:33:35 +0000 (15:33 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sat, 13 May 2017 13:33:35 +0000 (15:33 +0200)
commit459f7302df8cdc45aa0f7f2581ebb6f05fb6432a
treefde6c3fd9062796a509445cffb62de240de1f50d
parent48d5bebe76fafdd7cc3a990b1e6e49468397a2cc
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>
package/libcdio/Config.in