aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorJukka Jylänki <jujjyl@gmail.com>2014-03-16 03:57:19 +0200
committerJukka Jylänki <jujjyl@gmail.com>2014-03-28 23:06:17 -0400
commit4fc97c69d66a81e93849ebbff1f6eed8be7dd174 (patch)
treecbd286947d534280650d067f45e23ab7b0b5c89c /tools
parentfc1a3e285393446ef3cc2fad07b2611bf2da80d4 (diff)
Migrate to using musl 0.9.13 strstr 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 2564460a..5a30547f 100644
--- a/tools/system_libs.py
+++ b/tools/system_libs.py
@@ -251,6 +251,7 @@ def calculate(temp_files, in_temp, stdout, stderr):
'strnlen.c',
'strsep.c',
'strspn.c',
+ 'strstr.c',
'strverscmp.c',
'wcpcpy.c',
'wcpncpy.c',