diff options
author | Evgeniy Didin <Evgeniy.Didin@synopsys.com> | 2018-06-28 13:57:00 +0300 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@bootlin.com> | 2018-06-28 22:00:54 +0200 |
commit | c667a10fc396c4dc0b195f0546b8a69e2d2fa944 (patch) | |
tree | 9c8c7974620dc761709b41064f64ed4aff3d6bc5 | |
parent | d2b5b6b59bd4136cda66eb4e3ae6ea1df3ea6ced (diff) | |
download | buildroot-c667a10fc396c4dc0b195f0546b8a69e2d2fa944.tar.gz buildroot-c667a10fc396c4dc0b195f0546b8a69e2d2fa944.zip |
xterm: enable for ARC external toolchain
With the latest prebuilt ARC toolchain this package is building
without any errors.
Signed-off-by: Evgeniy Didin <didin@synopsys.com>
Cc: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Cc: arc-buildroot@synopsys.com
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
-rw-r--r-- | package/xterm/Config.in | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/package/xterm/Config.in b/package/xterm/Config.in index f3bc4500a8..eaa756a441 100644 --- a/package/xterm/Config.in +++ b/package/xterm/Config.in @@ -2,8 +2,6 @@ config BR2_PACKAGE_XTERM bool "xterm" depends on BR2_PACKAGE_XORG7 depends on BR2_USE_MMU # fork() - # ARC toolchain issue - depends on !BR2_TOOLCHAIN_EXTERNAL_SYNOPSYS_ARC select BR2_PACKAGE_NCURSES select BR2_PACKAGE_XLIB_LIBXAW help |