diff options
author | Alon Zakai <alonzakai@gmail.com> | 2013-05-01 10:01:16 -0700 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2013-05-01 10:01:16 -0700 |
commit | 18c03af5f0ee66eb0d75ba3892cd31c72ea6d5c2 (patch) | |
tree | 499f1d85ab2a8431a1137cecb8f8fb82d4d41f7c /tests/python | |
parent | 48ae14de71a389f29fdb6542e04e1c805788f5bb (diff) | |
parent | cb42d258c2ca1035cac73e7635992d997f9df735 (diff) |
Merge branch 'newtriple' into incoming
Diffstat (limited to 'tests/python')
-rw-r--r-- | tests/python/python.le32.bc | bin | 0 -> 7810608 bytes | |||
-rw-r--r-- | tests/python/readme.txt | 16 |
2 files changed, 16 insertions, 0 deletions
diff --git a/tests/python/python.le32.bc b/tests/python/python.le32.bc Binary files differnew file mode 100644 index 00000000..2a6bc77c --- /dev/null +++ b/tests/python/python.le32.bc diff --git a/tests/python/readme.txt b/tests/python/readme.txt index 2b14754c..31b0ff45 100644 --- a/tests/python/readme.txt +++ b/tests/python/readme.txt @@ -1,3 +1,19 @@ +Updates to Python 2.7.4 and emscripten of Arp 29 2013 with le32 + +Go to js dir, run EMCONFIGURE_JS=1 ~/Dev/emscripten/emconfigure ./configure --without-threads --without-pymalloc --enable-shared --disable-ipv6 +clean out MULTIARCH= in Makefile +make, until error on pgen +Go to native, run ./configure --without-threads --without-pymalloc --enable-shared --disable-ipv6 +cp Parser/pgen ../JS_DIR/Parser +return to JS +chmod +x Parser/pgen +remove #defines of DOUBLE_IS_BIG_ENDIAN_IEEE754 and DOUBLE_IS_ARM_MIXED_ENDIAN_IEEE754 and HAVE_GCC_ASM_FOR_X87 in pyconfig.h +make +link libpython2.7.so with Modules/python.o to get the bitcode file you want + +========================= + + This is Python 2.7.2, compiled to .bc as follows: Uncompress Python into two separate directories, one for native and one for JS. |