diff options
author | Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk> | 2020-03-24 11:05:27 +0000 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2020-03-29 18:47:03 +0200 |
commit | a08394b3c6f5c8e4b4828b11bf691836c8dd306f (patch) | |
tree | 295cbb45552db884ade6cc646dfd07fe47dccb19 /tools/scons | |
parent | 66cbfeeaae2c8d9eff8ede50e52ba99875b0ad66 (diff) | |
download | upstream-a08394b3c6f5c8e4b4828b11bf691836c8dd306f.tar.gz upstream-a08394b3c6f5c8e4b4828b11bf691836c8dd306f.tar.bz2 upstream-a08394b3c6f5c8e4b4828b11bf691836c8dd306f.zip |
build: prereq: tidy gcc version checks
There is a restriction in the number of parameters(10) that may be passed to
the SetupHostCommand macro so continually adding explicit gcc'n' version
checks ends up breaking the compiler check for the later versions and
oddballs like Darwin as was done in 835d1c68a0 which added gcc10.
Drop all the explicitly specified gcc version checks. If a suitable gcc
compiler is not found, it may be specified at the dependency checking
stage after which that version will be symlinked into the build staging
host directory.
eg. 'CC=gccfoo CXX=g++foo make prereq'
Signed-off-by: Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>
Acked-by: Jo-Philipp Wich <jo@mein.io>
(cherry picked from commit 1fb3c003d68d3feaf797e8b64edccc9fa622d250)
Diffstat (limited to 'tools/scons')
0 files changed, 0 insertions, 0 deletions