~ubuntu-branches/ubuntu/vivid/emscripten/vivid

« back to all changes in this revision

Viewing changes to system/lib/compiler-rt/readme.txt

  • Committer: Package Import Robot
  • Author(s): Sylvestre Ledru
  • Date: 2013-05-02 13:11:51 UTC
  • Revision ID: package-import@ubuntu.com-20130502131151-q8dvteqr1ef2x7xz
Tags: upstream-1.4.1~20130504~adb56cb
ImportĀ upstreamĀ versionĀ 1.4.1~20130504~adb56cb

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
These files are from compiler-rt,
 
2
 
 
3
Last Changed Rev: 179380
 
4
Last Changed Date: 2013-04-12 07:57:03 -0700 (Fri, 12 Apr 2013)
 
5
 
 
6
===========================================================================
 
7
 
 
8
Changes:
 
9
 
 
10
  * add emscripten endianness to int_endianness.h
 
11
  * add rem functions
 
12
 
 
13
===========================================================================
 
14
 
 
15
Compile with something like
 
16
 
 
17
./emcc system/lib/compiler-rt/*.c -Isystem/lib/compiler-rt/ -o rt.bc
 
18
./emcc -O2 -s ASM_JS=1 -g rt.bc -s LINKABLE=1
 
19
manually replace Math_imul with Math.imul
 
20