diff options
author | midipix <writeonce@midipix.org> | 2018-12-22 15:00:46 -0500 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2018-12-22 19:14:24 -0500 |
commit | ad39fbf857b0951300dc23f59eaae3656db37661 (patch) | |
tree | 1ebfabfe1f6023baf30862be22aa61bb5bae6fa5 /profiles | |
parent | c5ab4e4afe5175d38eb3718cf6955103e1bd70a0 (diff) | |
download | sbpython3-ad39fbf857b0951300dc23f59eaae3656db37661.tar.bz2 sbpython3-ad39fbf857b0951300dc23f59eaae3656db37661.tar.xz |
project: custom config: obtain type size information at config time.
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/toolchain/64-default.h | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/profiles/toolchain/64-default.h b/profiles/toolchain/64-default.h index 098854a..d181917 100644 --- a/profiles/toolchain/64-default.h +++ b/profiles/toolchain/64-default.h @@ -1,24 +1,6 @@ #ifndef PY_TOOLCHAIN_64_DEFAULT_H #define PY_TOOLCHAIN_64_DEFAULT_H -#define SIZEOF_DOUBLE 8 -#define SIZEOF_FLOAT 4 -#define SIZEOF_FPOS_T 16 -#define SIZEOF_INT 4 -#define SIZEOF_LONG 8 -#define SIZEOF_LONG_DOUBLE 16 -#define SIZEOF_LONG_LONG 8 -#define SIZEOF_OFF_T 8 -#define SIZEOF_PID_T 4 -#define SIZEOF_PTHREAD_T 8 -#define SIZEOF_SHORT 2 -#define SIZEOF_SIZE_T 8 -#define SIZEOF_TIME_T 8 -#define SIZEOF_UINTPTR_T 8 -#define SIZEOF_VOID_P 8 -#define SIZEOF_WCHAR_T 4 -#define SIZEOF__BOOL 1 - #define HAVE_GCC_ASM_FOR_X87 1 #define HAVE_GCC_ASM_FOR_X64 1 |