aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorJukka Jylänki <jujjyl@gmail.com>2014-03-16 03:53:58 +0200
committerJukka Jylänki <jujjyl@gmail.com>2014-03-28 23:06:17 -0400
commitf546d9a039d8b1ead4f6b5843e97faf8b4944a70 (patch)
treeaff1cc6e5908752d605f10bcb83af5929d4fcb96 /tools
parentd468544eec5b4900228a19b5af1fa0d051e736ac (diff)
Migrate to using musl 0.9.13 memchr for better asm.js performance.
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 6814e806..dc24c1e3 100644
--- a/tools/system_libs.py
+++ b/tools/system_libs.py
@@ -239,6 +239,7 @@ def calculate(temp_files, in_temp, stdout, stderr):
'memccpy.c',
'memmem.c',
'mempcpy.c',
+ 'memchr.c',
'memrchr.c',
'stpcpy.c',
'strcasestr.c',