package/grpc: add host gcc >= 4.9 comment
authorFabrice Fontaine <fontaine.fabrice@gmail.com>
Wed, 4 Nov 2020 06:36:36 +0000 (07:36 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Wed, 4 Nov 2020 07:31:23 +0000 (08:31 +0100)
Commit e98610f039b88a5d164b19343d5ecef2d1c01f6d forgot to update comment

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/grpc/Config.in

index 6151f4b3d1410ca9773cd923bef0f8f6e2547442..d1bf0d078d8ab05a0624a7aa39f2bb967684c957 100644 (file)
@@ -20,7 +20,7 @@ config BR2_PACKAGE_GRPC
 
          http://github.com/grpc/grpc
 
-comment "grpc needs a toolchain w/ C++, threads, dynamic library, gcc >= 4.9"
+comment "grpc needs a toolchain w/ C++, threads, dynamic library, gcc >= 4.9, host gcc >= 4.9"
        depends on BR2_PACKAGE_LIBABSEIL_CPP_ARCH_SUPPORTS
        depends on BR2_TOOLCHAIN_HAS_SYNC_4 || BR2_TOOLCHAIN_HAS_ATOMIC
        depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS \