73 lines
1.2 KiB
C
73 lines
1.2 KiB
C
|
/* automatically generated by configure */
|
||
|
/* on Tue Oct 18 12:29:50 CST 2022 */
|
||
|
/* target uppercase defines */
|
||
|
|
||
|
#ifndef TARGET_OS_LINUX_GNU
|
||
|
#define TARGET_OS_LINUX_GNU "linux-gnu"
|
||
|
#endif
|
||
|
|
||
|
#ifndef TARGET_OS_LINUX
|
||
|
#define TARGET_OS_LINUX "linux-gnu"
|
||
|
#endif
|
||
|
|
||
|
#ifndef TARGET_OS_TYPE
|
||
|
#define TARGET_OS_TYPE "linux-gnu"
|
||
|
#endif
|
||
|
|
||
|
#ifndef TARGET_CPU_X86_64
|
||
|
#define TARGET_CPU_X86_64 "x86_64"
|
||
|
#endif
|
||
|
|
||
|
#ifndef TARGET_CPU_X
|
||
|
#define TARGET_CPU_X "x86_64"
|
||
|
#endif
|
||
|
|
||
|
#ifndef TARGET_CPU_X86
|
||
|
#define TARGET_CPU_X86 "x86_64"
|
||
|
#endif
|
||
|
|
||
|
#ifndef TARGET_CPU_TYPE
|
||
|
#define TARGET_CPU_TYPE "x86_64"
|
||
|
#endif
|
||
|
|
||
|
#ifndef TARGET_ARCH_X86_64
|
||
|
#define TARGET_ARCH_X86_64 "x86_64"
|
||
|
#endif
|
||
|
|
||
|
#ifndef TARGET_ARCH_TYPE
|
||
|
#define TARGET_ARCH_TYPE "x86_64"
|
||
|
#endif
|
||
|
/* host uppercase defines */
|
||
|
|
||
|
#ifndef HOST_OS_LINUX_GNU
|
||
|
#define HOST_OS_LINUX_GNU "linux-gnu"
|
||
|
#endif
|
||
|
|
||
|
#ifndef HOST_OS_LINUX
|
||
|
#define HOST_OS_LINUX "linux-gnu"
|
||
|
#endif
|
||
|
|
||
|
#ifndef HOST_OS_TYPE
|
||
|
#define HOST_OS_TYPE "linux-gnu"
|
||
|
#endif
|
||
|
|
||
|
#ifndef HOST_CPU_X8664
|
||
|
#define HOST_CPU_X8664 "x86_64"
|
||
|
#endif
|
||
|
|
||
|
#ifndef HOST_CPU_X
|
||
|
#define HOST_CPU_X "x86_64"
|
||
|
#endif
|
||
|
|
||
|
#ifndef HOST_CPU_TYPE
|
||
|
#define HOST_CPU_TYPE "x86_64"
|
||
|
#endif
|
||
|
|
||
|
#ifndef HOST_ARCH_X86_64
|
||
|
#define HOST_ARCH_X86_64 "x86_64"
|
||
|
#endif
|
||
|
|
||
|
#ifndef HOST_ARCH_TYPE
|
||
|
#define HOST_ARCH_TYPE "x86_64"
|
||
|
#endif
|