summaryrefslogtreecommitdiff
path: root/profiles/toolchain/64-default.h
blob: d18191757905f58460e7a7a0fcaf869e79b49e5a (plain)
1
2
3
4
5
6
7
8
9
10
#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

#define CONFIG_64                       1
#define ASM                             1

#endif