diff mbox

Revert "libcdio: disable on ARC, triggers a toolchain bug"

Message ID 20170516073213.9321-1-abrodkin@synopsys.com
State Accepted
Headers show

Commit Message

Alexey Brodkin May 16, 2017, 7:32 a.m. UTC
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(-)

Comments

Bernd Kuhls May 23, 2017, 8:49 p.m. UTC | #1
Am Tue, 16 May 2017 10:32:13 +0300 schrieb Alexey Brodkin:

> This reverts commit 459f7302df8cdc45aa0f7f2581ebb6f05fb6432a.
> 
> libcdio building is fixed for ARC in 2b360bd547f1 "gcc: arc-2017.03-rc2:
> Fix "unrecognized supposed constant" error"

Tested-by: Bernd Kuhls <bernd.kuhls@t-online.de>
(compile-tested together with http://patchwork.ozlabs.org/patch/766176/)
Alexey Brodkin May 24, 2017, 3:42 p.m. UTC | #2
Hello,

On Tue, 2017-05-16 at 10:32 +0300, Alexey Brodkin wrote:
> 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>

Any chance to get this merged before Buildroot release?

-Alexey
Thomas Petazzoni May 25, 2017, 1:58 p.m. UTC | #3
Hello,

On Tue, 16 May 2017 10:32:13 +0300, Alexey Brodkin wrote:
> 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(-)

Applied to master, thanks.

Thomas
diff mbox

Patch

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.