summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--package/xvisor/Config.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/package/xvisor/Config.in b/package/xvisor/Config.in
index c7a3b49a6e..996d37afbe 100644
--- a/package/xvisor/Config.in
+++ b/package/xvisor/Config.in
@@ -8,6 +8,7 @@ config BR2_PACKAGE_XVISOR_ARCH_SUPPORTS
menuconfig BR2_PACKAGE_XVISOR
bool "xvisor"
depends on BR2_PACKAGE_XVISOR_ARCH_SUPPORTS
+ depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_9
help
Xvisor is an open-source type-1 hypervisor, which aims at providing
a monolithic, light-weight, portable, and flexible virtualization
@@ -61,3 +62,7 @@ config BR2_PACKAGE_XVISOR_BUILD_TEST_DTB
Build test device-tree blobs for popular boards.
endif
+
+comment "xvisor needs a toolchain w/ gcc >= 4.9"
+ depends on !BR2_TOOLCHAIN_GCC_AT_LEAST_4_9
+ depends on BR2_PACKAGE_XVISOR_ARCH_SUPPORTS
OpenPOWER on IntegriCloud