Skip to content
Snippets Groups Projects
Commit 6704410b authored by Florian Fainelli's avatar Florian Fainelli
Browse files

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: default avatarFlorian Fainelli <f.fainelli@gmail.com>
parent 08fb61d3
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment