[Buildroot] [git commit] Revert "libcdio: disable on ARC, triggers a toolchain bug"

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Thu May 25 13:54:24 UTC 2017


commit: https://git.buildroot.net/buildroot/commit/?id=2c1d080c2dc75fb021ace02472c8db0f2538e481
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

This reverts commit 459f7302df8cdc45aa0f7f2581ebb6f05fb6432a.

libcdio building is fixed for ARC in
2b360bd547f1 "gcc: arc-2017.03-rc2: Fix "unrecognized supposed constant" error"

Signed-off-by: Alexey Brodkin <abrodkin at synopsys.com>
Tested-by: Bernd Kuhls <bernd.kuhls at t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>
---
 package/libcdio/Config.in | 2 --
 1 file changed, 2 deletions(-)

diff --git a/package/libcdio/Config.in b/package/libcdio/Config.in
index 531af3b..fdc001e 100644
--- a/package/libcdio/Config.in
+++ b/package/libcdio/Config.in
@@ -1,8 +1,6 @@
 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.


More information about the buildroot mailing list