scripts: ext-toolchain: actually probe libc type on config generation
[openwrt/staging/jow.git] / scripts / ext-toolchain.sh
index c9ceb150c1969683e146a5d38edea45a08a77c27..1ef3f42c50a9e4121c54c0bdb0c0ae7b5b3020fe 100755 (executable)
@@ -546,6 +546,7 @@ while [ -n "$1" ]; do
 
                --config)
                        if probe_cc; then
+                               probe_libc
                                print_config "$1"
                                exit $?
                        fi