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)
committerHauke Mehrtens <hauke@hauke-m.de>
Mon, 3 Oct 2022 15:40:26 +0000 (17:40 +0200)
commitb0622d1221281babcb4fa6901becff0ee9bfe6ab
tree67305c9b87b54b0ad2209abede770e3530525cf1
parentd1a6c3559142a68035a171fb61535401857d41c5
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