X-Git-Url: https://git.archive.openwrt.org/?p=openwrt.git;a=blobdiff_plain;f=scripts%2Fext-toolchain.sh;h=3ebaa214879e248facf5b69ac75497b51580a5f5;hp=d1e163fd68973032ccd1e9b3e4e7ed95bdf0dbab;hb=f8f3c05e56959f297edebe6438bd4f8c988f1e6e;hpb=67861b3726ac87e6c78cbb891a56a813c5748f8a diff --git a/scripts/ext-toolchain.sh b/scripts/ext-toolchain.sh index d1e163fd68..3ebaa21487 100755 --- a/scripts/ext-toolchain.sh +++ b/scripts/ext-toolchain.sh @@ -356,6 +356,10 @@ print_config() { echo "CONFIG_TOOLCHAIN_PREFIX=\"$prefix\"" >> "$config" echo "CONFIG_TARGET_NAME=\"$target\"" >> "$config" + if [ "$LIBC_TYPE" != glibc ]; then + echo "CONFIG_TOOLCHAIN_LIBC=\"$LIBC_TYPE\"" >> "$config" + fi + local lib for lib in C RT PTHREAD GCC STDCPP SSP GFORTRAN; do local file