From ea008a754fd6b24ef545329abea9431d5a5d18b0 Mon Sep 17 00:00:00 2001 From: midipix Date: Sat, 22 Dec 2018 19:05:43 -0500 Subject: project: custom config: test for x87, x64, and IEEE properties at config time. --- profiles/toolchain/64-default.h | 7 ------- profiles/toolchain/64-le-ieee.h | 6 ------ 2 files changed, 13 deletions(-) delete mode 100644 profiles/toolchain/64-default.h delete mode 100644 profiles/toolchain/64-le-ieee.h (limited to 'profiles') 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 -- cgit v1.2.3