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>
This commit is contained in:
parent
08fb61d316
commit
6704410b15
1 changed files with 1 additions and 0 deletions
|
@ -35,6 +35,7 @@ LIB_SPECS="
|
||||||
rt: librt-* librt
|
rt: librt-* librt
|
||||||
pthread: libpthread-* libpthread
|
pthread: libpthread-* libpthread
|
||||||
stdcpp: libstdc++
|
stdcpp: libstdc++
|
||||||
|
thread_db: libthread-db
|
||||||
gcc: libgcc_s
|
gcc: libgcc_s
|
||||||
ssp: libssp
|
ssp: libssp
|
||||||
gfortran: libgfortran
|
gfortran: libgfortran
|
||||||
|
|
Loading…
Reference in a new issue