]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commit
Config.in: add symbols for BR2_HOST_GCC_AT_LEAST_X_Y
authorArnout Vandecappelle <arnout@mind.be>
Thu, 31 Dec 2015 00:34:13 +0000 (01:34 +0100)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Thu, 31 Dec 2015 09:32:10 +0000 (10:32 +0100)
commit12825f7af5b6632020f04fd29f1444d3a2d21b7c
tree2bcaaf2b27dc3303498d9c453b275bc088de5317
parent449803965c31de78288c5e61502a2988636a87ac
Config.in: add symbols for BR2_HOST_GCC_AT_LEAST_X_Y

Some host packages need a recent gcc version. Add symbols to Config.in
to specify the HOSTCC version. The values are passed through the
environment, and this environment is generated in a new support script.

Also update the documentation to mention the new symbols.

[Thomas: simplify by using only make logic instead of an external
shell script.]

Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Config.in
Makefile
docs/manual/adding-packages-directory.txt