From: Florian Fainelli Date: Tue, 4 Apr 2017 02:04:24 +0000 (-0700) Subject: scripts: Probe external toolchains for libthread-db X-Git-Tag: v17.01.5~233 X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=commitdiff_plain;h=827f108b42504bd468a771cf610373d16f8fd378 scripts: Probe external toolchains for libthread-db libthread-db is a package that can be configured for external toolchains, so let's have the script probe for it. Signed-off-by: Florian Fainelli (cherry picked from commit 6704410b158b47aecf507971ad2ee5e3db840e3a) --- diff --git a/scripts/ext-toolchain.sh b/scripts/ext-toolchain.sh index 09390c5e0d..fbe8639c9c 100755 --- a/scripts/ext-toolchain.sh +++ b/scripts/ext-toolchain.sh @@ -35,6 +35,7 @@ LIB_SPECS=" rt: librt-* librt pthread: libpthread-* libpthread stdcpp: libstdc++ + thread_db: libthread-db gcc: libgcc_s ssp: libssp gfortran: libgfortran