diff options
author | Jukka Jylänki <jujjyl@gmail.com> | 2014-03-15 18:41:36 +0200 |
---|---|---|
committer | Jukka Jylänki <jujjyl@gmail.com> | 2014-03-28 23:06:16 -0400 |
commit | 58f9620df20ab6a9bf35c7c91075ecd81597b411 (patch) | |
tree | c3a97f61a720386d90fab1fe90e3ba2320684b5c /tools | |
parent | cde38c81c2330c139fa5d7d12a9e3688c5059f9c (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.py | 1 |
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', |