From 2c68336b5c66fc89a1f906b62ca34b4fa717067e Mon Sep 17 00:00:00 2001 From: midipix Date: Sat, 22 Dec 2018 15:00:46 -0500 Subject: project: custom config: obtain type size information at config time. --- profiles/toolchain/64-default.h | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 profiles/toolchain/64-default.h (limited to 'profiles') diff --git a/profiles/toolchain/64-default.h b/profiles/toolchain/64-default.h deleted file mode 100644 index 957f6dd..0000000 --- a/profiles/toolchain/64-default.h +++ /dev/null @@ -1,22 +0,0 @@ -#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 - -#endif -- cgit v1.2.3