Skip to content

Commit f920873

Browse files
Zakharov Vladjacmet
authored andcommitted
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 <[email protected]> Signed-off-by: Peter Korsgaard <[email protected]>
1 parent 1c186c6 commit f920873

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

package/xterm/Config.in

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ config BR2_PACKAGE_XTERM
44
select BR2_PACKAGE_XLIB_LIBXAW
55
depends on BR2_PACKAGE_XORG7
66
depends on BR2_USE_MMU # fork()
7+
# ARC toolchain issue
8+
depends on !BR2_TOOLCHAIN_EXTERNAL_SYNOPSYS_ARC
79
help
810
xterm terminal emulator
911

0 commit comments

Comments
 (0)