aboutsummaryrefslogtreecommitdiff
path: root/emcc
diff options
context:
space:
mode:
authorBruce Mitchener <bruce.mitchener@gmail.com>2014-01-13 22:08:30 +0700
committerBruce Mitchener <bruce.mitchener@gmail.com>2014-01-14 02:21:11 +0700
commite3825afd87e2bf638da9b18a9deaf31de5a03cc3 (patch)
tree21cfbdd8395d47eaa2759c8935d726a2cc5118eb /emcc
parent3b62c6587c50400cf0899c60ee29fa2282efdd28 (diff)
Move scalbn to libc to fix broken functionality. Disable test on x86.
Diffstat (limited to 'emcc')
-rwxr-xr-xemcc2
1 files changed, 1 insertions, 1 deletions
diff --git a/emcc b/emcc
index 0a9c6556..4d6b8a73 100755
--- a/emcc
+++ b/emcc
@@ -1456,6 +1456,7 @@ try:
'shgetc.c',
]],
['math', [
+ 'scalbn.c',
'scalbnl.c',
]],
['stdio', [
@@ -1556,7 +1557,6 @@ try:
'lgammaf.c',
'lgammaf_r.c',
'lgammal.c',
- 'scalbn.c',
'scalbnf.c',
'signgam.c',
'tgamma.c',