[Buildroot] [PATCH] uboot-tools: requires host gcc 4.7+

Peter Korsgaard peter at korsgaard.com
Wed Aug 8 14:55:06 UTC 2018


>>>>> "Baruch" == Baruch Siach <baruch at tkos.co.il> writes:

Hi,

 >> >  config BR2_PACKAGE_UBOOT_TOOLS
 >> >  	bool "u-boot tools"
 >> > +	depends on BR2_HOST_GCC_AT_LEAST_4_7 # -std=gnu11
 >> 
 >> What about host-uboot-tools?

 > The only config symbols that builds host-uboot-tools is 
 > BR2_PACKAGE_XVISOR_CREATE_UBOOT_IMAGE. So we should make it depend on 
 > BR2_HOST_GCC_AT_LEAST_4_7, right?

 > AFAIU, there is no way to directly make host packages depend on Kconfig 
 > symbols.

Ehh, but we do have a Config.in.host / BR2_PACKAGE_HOST_UBOOT_TOOLS, and
a number of places where it is selected?

-- 
Bye, Peter Korsgaard



More information about the buildroot mailing list