diff options
author | midipix <writeonce@midipix.org> | 2018-12-22 19:25:03 -0500 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2018-12-22 19:25:03 -0500 |
commit | cad286ed5312b99dc0d8e070610b9b5b626c684e (patch) | |
tree | 2b6585c2f0825fb7f00554a3fb05fc8919c5bfad /profiles | |
parent | f66c30c7adb4abbbf89dda560b5e125f4db2b78f (diff) | |
download | sbpython2-cad286ed5312b99dc0d8e070610b9b5b626c684e.tar.bz2 sbpython2-cad286ed5312b99dc0d8e070610b9b5b626c684e.tar.xz |
project: custom config: test for x87, x64, and IEEE properties at config time.
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/toolchain/64-le-ieee.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/profiles/toolchain/64-le-ieee.h b/profiles/toolchain/64-le-ieee.h deleted file mode 100644 index d982677..0000000 --- a/profiles/toolchain/64-le-ieee.h +++ /dev/null @@ -1,6 +0,0 @@ -#ifndef PY_TOOLCHAIN_64_LE_IEEE_H -#define PY_TOOLCHAIN_64_LE_IEEE_H - -#define DOUBLE_IS_LITTLE_ENDIAN_IEEE754 1 - -#endif |