aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorJukka Jylänki <jujjyl@gmail.com>2014-03-15 18:41:36 +0200
committerJukka Jylänki <jujjyl@gmail.com>2014-03-28 23:06:16 -0400
commit58f9620df20ab6a9bf35c7c91075ecd81597b411 (patch)
treec3a97f61a720386d90fab1fe90e3ba2320684b5c /tools
parentcde38c81c2330c139fa5d7d12a9e3688c5059f9c (diff)
Migrate to using musl 0.9.13 libc bsearch to take advantage of compiled asm.js performance in the algorithm.
Diffstat (limited to 'tools')
-rw-r--r--tools/system_libs.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/system_libs.py b/tools/system_libs.py
index ee185a51..d37872a4 100644
--- a/tools/system_libs.py
+++ b/tools/system_libs.py
@@ -221,6 +221,7 @@ def calculate(temp_files, in_temp, stdout, stderr):
'fputws.c',
]],
['stdlib', [
+ 'bsearch.c',
'ecvt.c',
'fcvt.c',
'gcvt.c',