diff options
author | Alon Zakai <azakai@mozilla.com> | 2010-12-12 15:05:22 -0800 |
---|---|---|
committer | Alon Zakai <azakai@mozilla.com> | 2010-12-12 15:05:22 -0800 |
commit | 6d83c785fb2f9befb0af92f57b5c5f8e5242ba49 (patch) | |
tree | da83e3cb3126df53ddb0aed7f45430330a0f5b07 /tests/python | |
parent | 240ff2ff8e8d797740a6ee1dd534240afed6d6e5 (diff) |
support for library dependencies +misc python float fixes
Diffstat (limited to 'tests/python')
-rw-r--r-- | tests/python/readme.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/python/readme.txt b/tests/python/readme.txt index 5481414a..e8875955 100644 --- a/tests/python/readme.txt +++ b/tests/python/readme.txt @@ -7,6 +7,8 @@ This is Python 2.7.1, compiled to .ll as follows: EDIT pyconfig.h (in ./bin), remove HAVE_GCC_ASM_FOR_X87 HAVE_SIG* except SIGNAL_H + and *add* + #define PY_NO_SHORT_FLOAT_REPR make ...it will fail, but can continue manually cd pylibs |