diff options
author | Zakharov Vlad <Vladislav.Zakharov@synopsys.com> | 2017-02-28 18:20:16 +0300 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2017-02-28 20:59:23 +0100 |
commit | f920873b412900df8060573c11f800ccfc324edf (patch) | |
tree | d8bfe1d2a303590ebd572e038f15b98075e6a4cc | |
parent | 1c186c6ca1689111fb2a4a164f57b3b96ebd21c8 (diff) | |
download | buildroot-f920873b412900df8060573c11f800ccfc324edf.tar.gz buildroot-f920873b412900df8060573c11f800ccfc324edf.zip |
xterm: disable with ARC external toolchain
This package fails when building with ARC external toolchain
Marking this with special comment "# ARC toolchain issue" as the package
is to be enabled as soon as the issue with the ARC toolchain is
resolved.
Fixes:
http://autobuild.buildroot.net/results/28a/28a92049a6ceef005787c5779f77ecf3fe8ad642//
Signed-off-by: Vlad Zakharov <vzakhar@synopsys.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
-rw-r--r-- | package/xterm/Config.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package/xterm/Config.in b/package/xterm/Config.in index e17d2c6d90..f11aafad7a 100644 --- a/package/xterm/Config.in +++ b/package/xterm/Config.in @@ -4,6 +4,8 @@ config BR2_PACKAGE_XTERM select BR2_PACKAGE_XLIB_LIBXAW depends on BR2_PACKAGE_XORG7 depends on BR2_USE_MMU # fork() + # ARC toolchain issue + depends on !BR2_TOOLCHAIN_EXTERNAL_SYNOPSYS_ARC help xterm terminal emulator |