aboutsummaryrefslogtreecommitdiff
path: root/system/lib/compiler-rt/readme.txt
blob: 1fc97635f343c54de823f139e1c8b6c8eed4f628 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
These files are from compiler-rt,

Last Changed Rev: 179380
Last Changed Date: 2013-04-12 07:57:03 -0700 (Fri, 12 Apr 2013)

===========================================================================

Changes: add emscripten endianness to int_endianness.h

===========================================================================

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