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, 4 Dec 2022 15:07:35 +0000 (16:07 +0100)
commit1f5b8a32e4a07b5ca55b0fce73ade5e026d4e584
tree81fb170787eed94944a108beb1b8550149cf365c
parented785589ea9a11d526a01067b79af4fe1b5dd5b7
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>
(cherry picked from commit ddeabc75ebe3151ff7da302cb1aae702b3ad7eba)
scripts/ext-toolchain.sh