mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2025-02-16 03:46:58 +00:00
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 6704410b15
)
This commit is contained in:
parent
bb9eb2c96e
commit
827f108b42
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user