summaryrefslogtreecommitdiff
path: root/profiles/toolchain/64-default.h
blob: 098854adc3bde7303835c05b55b8570141daa2e2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
#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

#define CONFIG_64                       1
#define ASM                             1

#endif