All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] cmake/ctest: disable for xtensa
@ 2015-03-17  9:14 Baruch Siach
  0 siblings, 0 replies; only message in thread
From: Baruch Siach @ 2015-03-17  9:14 UTC (permalink / raw)
  To: buildroot

cmake is missing endianness configuration for xtensa.

Fixes:
http://autobuild.buildroot.net/results/bdf/bdfce8f6aa238ed59331f051cdaff1f60e273c3e/
http://autobuild.buildroot.net/results/de9/de9021fdc63600536ffa91e4b8718584e3e5702c/
http://autobuild.buildroot.net/results/0f1/0f1afc62e91ab798fa65685af3dea3caac663f11/

Signed-off-by: Baruch Siach <baruch@tkos.co.il>
---
 package/cmake/Config.in | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/package/cmake/Config.in b/package/cmake/Config.in
index 0b5bba975403..f39f79467dd0 100644
--- a/package/cmake/Config.in
+++ b/package/cmake/Config.in
@@ -12,6 +12,7 @@ config BR2_PACKAGE_CMAKE_CTEST
 	select BR2_PACKAGE_XZ
 	depends on BR2_USE_WCHAR # libarchive
 	depends on BR2_INSTALL_LIBSTDCPP
+	depends on !BR2_xtensa
 	help
 	  CTest is a testing tool distributed as a part of CMake. It
 	  can be used to automate updating (using CVS for example),
@@ -22,4 +23,5 @@ config BR2_PACKAGE_CMAKE_CTEST
 	  http://www.cmake.org/
 
 comment "ctest needs a toolchain w/ C++, wchar"
+	depends on !BR2_xtensa
 	depends on !BR2_INSTALL_LIBSTDCPP || !BR2_USE_WCHAR
-- 
2.1.4

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2015-03-17  9:14 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-03-17  9:14 [Buildroot] [PATCH] cmake/ctest: disable for xtensa Baruch Siach

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.