scripts: ext-toolchain: add support for musl
authorChristian Marangi <ansuelsmth@gmail.com>
Sun, 17 Jul 2022 15:56:59 +0000 (17:56 +0200)
committerChristian Marangi <ansuelsmth@gmail.com>
Sun, 24 Jul 2022 17:53:45 +0000 (19:53 +0200)
commit7be01fe13b4517e5edb8a4818f437d60144cdcb4
treeb2d9cf719f40afc8f645c0210a63d75a4d041928
parent75311977f5ff64b491cb57ac713d75e0e410d786
scripts: ext-toolchain: add support for musl

Openwrt now supports only glibc and musl. Add support for musl and
rework the libc check to handle the new config flags and correctly
compile package basend on that.

Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
scripts/ext-toolchain.sh