summaryrefslogtreecommitdiffstats
path: root/scripts/gcc-version.sh
Commit message (Collapse)AuthorAgeFilesLines
* scripts: import Linux Kconfig.includeAhmad Fatoum2020-06-031-0/+20
With this include, we can have goodies like $(cc-option ...) and $(success ...) inside our Kconfig files. gcc-version also now becomes available. While unused for now, it can allow us to selectively turn on warnings on new GCC versions, which were previously disabled because of their too high false positive rate. Signed-off-by: Ahmad Fatoum <a.fatoum@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>