diff options
author | Bruce Mitchener <bruce.mitchener@gmail.com> | 2014-01-13 22:08:30 +0700 |
---|---|---|
committer | Bruce Mitchener <bruce.mitchener@gmail.com> | 2014-01-14 02:21:11 +0700 |
commit | e3825afd87e2bf638da9b18a9deaf31de5a03cc3 (patch) | |
tree | 21cfbdd8395d47eaa2759c8935d726a2cc5118eb /emcc | |
parent | 3b62c6587c50400cf0899c60ee29fa2282efdd28 (diff) |
Move scalbn to libc to fix broken functionality. Disable test on x86.
Diffstat (limited to 'emcc')
-rwxr-xr-x | emcc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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', |