mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-30 16:14:12 +00:00
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>
This commit is contained in:
parent
f4dd18ca39
commit
ddeabc75eb
@ -546,6 +546,7 @@ while [ -n "$1" ]; do
|
|||||||
|
|
||||||
--config)
|
--config)
|
||||||
if probe_cc; then
|
if probe_cc; then
|
||||||
|
probe_libc
|
||||||
print_config "$1"
|
print_config "$1"
|
||||||
exit $?
|
exit $?
|
||||||
fi
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user