diff options
author | Alexey Brodkin <Alexey.Brodkin@synopsys.com> | 2017-05-16 10:32:13 +0300 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-05-25 15:54:24 +0200 |
commit | 2c1d080c2dc75fb021ace02472c8db0f2538e481 (patch) | |
tree | b902f16f77b915f7f06501251ed29f5d7c47b03b | |
parent | a71fb422bae5141d8605650e5ce12b2b244ed8fb (diff) | |
download | buildroot-2c1d080c2dc75fb021ace02472c8db0f2538e481.tar.gz buildroot-2c1d080c2dc75fb021ace02472c8db0f2538e481.zip |
Revert "libcdio: disable on ARC, triggers a toolchain bug"
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>
Tested-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r-- | package/libcdio/Config.in | 2 |
1 files changed, 0 insertions, 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. |