projects
/
openwrt
/
staging
/
florian.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
08fb61d
)
scripts: Probe external toolchains for libthread-db
master
author
Florian Fainelli
<f.fainelli@gmail.com>
Tue, 4 Apr 2017 02:04:24 +0000
(19:04 -0700)
committer
Florian Fainelli
<f.fainelli@gmail.com>
Thu, 11 May 2017 20:43:01 +0000
(13:43 -0700)
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>
scripts/ext-toolchain.sh
patch
|
blob
|
history
diff --git
a/scripts/ext-toolchain.sh
b/scripts/ext-toolchain.sh
index f4b98774697adf532914b197f2a3556cc0297732..ee7d9532f5de79588900920e73046221679541b7 100755
(executable)
--- 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