scripts: ext-toolchain: actually probe libc type on config generation
authorChristian Marangi <ansuelsmth@gmail.com>
Sun, 17 Jul 2022 15:53:58 +0000 (17:53 +0200)
committerChristian Marangi <ansuelsmth@gmail.com>
Sun, 24 Jul 2022 17:53:44 +0000 (19:53 +0200)
commitddeabc75ebe3151ff7da302cb1aae702b3ad7eba
treedb657d71450bce52c3b72101cde26207383f77d9
parentf4dd18ca39c42a324e34633c8ee553717531bc3b
scripts: ext-toolchain: actually probe libc type on config generation

Currently we never call probe_cc before config generation, this cause
the script to never actually detect the correct libc type.
Call probe_cc before config generation to correctl set the .config file.

Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
scripts/ext-toolchain.sh