diff options
author | midipix <writeonce@midipix.org> | 2018-12-22 19:05:43 -0500 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2018-12-22 19:14:28 -0500 |
commit | ea008a754fd6b24ef545329abea9431d5a5d18b0 (patch) | |
tree | 578078691e6e32bf49fa76b1c26760b56871e24b /profiles | |
parent | cbf55d337c89e8822e7e98b93b528127aa7c4cab (diff) | |
download | sbpython3-ea008a754fd6b24ef545329abea9431d5a5d18b0.tar.bz2 sbpython3-ea008a754fd6b24ef545329abea9431d5a5d18b0.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-default.h | 7 | ||||
-rw-r--r-- | profiles/toolchain/64-le-ieee.h | 6 |
2 files changed, 0 insertions, 13 deletions
diff --git a/profiles/toolchain/64-default.h b/profiles/toolchain/64-default.h deleted file mode 100644 index e39b71a..0000000 --- a/profiles/toolchain/64-default.h +++ /dev/null @@ -1,7 +0,0 @@ -#ifndef PY_TOOLCHAIN_64_DEFAULT_H -#define PY_TOOLCHAIN_64_DEFAULT_H - -#define HAVE_GCC_ASM_FOR_X87 1 -#define HAVE_GCC_ASM_FOR_X64 1 - -#endif 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 |