diff mbox

xterm: disable with ARC external toolchain

Message ID 1488295216-26882-1-git-send-email-vzakhar@synopsys.com
State Accepted
Commit f920873b412900df8060573c11f800ccfc324edf
Headers show

Commit Message

Zakharov Vlad Feb. 28, 2017, 3:20 p.m. UTC
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>
---
 package/xterm/Config.in | 2 ++
 1 file changed, 2 insertions(+)

Comments

Peter Korsgaard Feb. 28, 2017, 8 p.m. UTC | #1
>>>>> "Vlad" == Vlad Zakharov <Vladislav.Zakharov@synopsys.com> writes:

 > 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>

Committed, thanks.
diff mbox

Patch

diff --git a/package/xterm/Config.in b/package/xterm/Config.in
index e17d2c6..f11aafa 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