Forráskód Böngészése

Config.in: require host gcc of at least 8

Ccache 4.9.1 requires a host gcc of at least 8.
See "Build-time support" at
https://ccache.dev/platform-compiler-language-support.html

Signed-off-by: Brandon Maier <brandon.maier@collins.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Brandon Maier 1 éve
szülő
commit
3c8cc1dfc4
1 módosított fájl, 4 hozzáadás és 0 törlés
  1. 4 0
      Config.in

+ 4 - 0
Config.in

@@ -318,8 +318,12 @@ config BR2_JLEVEL
 	  Number of jobs to run simultaneously. If 0, determine
 	  Number of jobs to run simultaneously. If 0, determine
 	  automatically according to number of CPUs on the host system.
 	  automatically according to number of CPUs on the host system.
 
 
+comment "ccache needs a host gcc >= 8"
+	depends on !BR2_HOST_GCC_AT_LEAST_8
+
 config BR2_CCACHE
 config BR2_CCACHE
 	bool "Enable compiler cache"
 	bool "Enable compiler cache"
+	depends on BR2_HOST_GCC_AT_LEAST_8
 	help
 	help
 	  This option will enable the use of ccache, a compiler cache.
 	  This option will enable the use of ccache, a compiler cache.
 	  It will cache the result of previous builds to speed up future
 	  It will cache the result of previous builds to speed up future