diff options
Diffstat (limited to 'system/lib/compiler-rt')
-rw-r--r-- | system/lib/compiler-rt/readme.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/system/lib/compiler-rt/readme.txt b/system/lib/compiler-rt/readme.txt index 1fc97635..d32e4600 100644 --- a/system/lib/compiler-rt/readme.txt +++ b/system/lib/compiler-rt/readme.txt @@ -13,4 +13,5 @@ Compile with something like ./emcc system/lib/compiler-rt/*.c -Isystem/lib/compiler-rt/ -o rt.bc ./emcc -O2 -s ASM_JS=1 -g rt.bc -s LINKABLE=1 +manually replace Math_imul with Math.imul |