summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorFlorian Fainelli <f.fainelli@gmail.com>2017-04-03 19:04:24 -0700
committerJo-Philipp Wich <jo@mein.io>2017-12-13 15:28:29 +0100
commit827f108b42504bd468a771cf610373d16f8fd378 (patch)
tree83bc723f506c787be12f5c963aac19c69dec97cf /scripts
parentbb9eb2c96e47b2ca6c3596cf9af1a497d3f55f23 (diff)
downloadopenwrt-827f108b42504bd468a771cf610373d16f8fd378.tar.gz
openwrt-827f108b42504bd468a771cf610373d16f8fd378.tar.bz2
openwrt-827f108b42504bd468a771cf610373d16f8fd378.zip
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 <f.fainelli@gmail.com> (cherry picked from commit 6704410b158b47aecf507971ad2ee5e3db840e3a)
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/ext-toolchain.sh1
1 files changed, 1 insertions, 0 deletions
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