Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] Revert "libcdio: disable on ARC, triggers a toolchain bug"
@ 2017-05-16  7:32 Alexey Brodkin
  2017-05-23 20:49 ` Bernd Kuhls
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Alexey Brodkin @ 2017-05-16  7:32 UTC (permalink / raw)
  To: buildroot

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@synopsys.com>
---
 package/libcdio/Config.in | 2 --
 1 file changed, 2 deletions(-)

diff --git a/package/libcdio/Config.in b/package/libcdio/Config.in
index 531af3bb93..fdc001ec40 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.
-- 
2.11.0

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2017-05-25 13:58 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-05-16  7:32 [Buildroot] [PATCH] Revert "libcdio: disable on ARC, triggers a toolchain bug" Alexey Brodkin
2017-05-23 20:49 ` Bernd Kuhls
2017-05-24 15:42 ` Alexey Brodkin
2017-05-25 13:58 ` Thomas Petazzoni

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox