summaryrefslogtreecommitdiff
path: root/pkg/binutils/gas/config.h
blob: 08bd3e16db203e6a0aa5eb75742ddd6358b94a9e (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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
#if defined(__GLIBC__) && !defined(__FreeBSD_kernel__) && !defined(__CONFIG_H__)
#  error config.h must be #included before system headers
#endif
#define __CONFIG_H__ 1
/* #undef AC_APPLE_UNIVERSAL_BUILD */
/* #undef AIX_WEAK_SUPPORT */
/* #undef BROKEN_ASSERT */
/* #undef CROSS_COMPILE */
#define DEFAULT_ARCH "x86_64"
/* #undef DEFAULT_CRIS_ARCH */
#define DEFAULT_EMULATION "i386elf"
#define DEFAULT_FLAG_COMPRESS_DEBUG 1
#define DEFAULT_GENERATE_BUILD_NOTES 0
#define DEFAULT_GENERATE_ELF_STT_COMMON 0
#define DEFAULT_GENERATE_X86_RELAX_RELOCATIONS 1
#define DEFAULT_MIPS_FIX_LOONGSON3_LLSC 0
/* #undef DEFAULT_RISCV_ARCH_WITH_EXT */
#define DEFAULT_RISCV_ATTR 1
/* #undef DEFAULT_RISCV_ISA_SPEC */
/* #undef DEFAULT_RISCV_PRIV_SPEC */
#define DEFAULT_X86_USED_NOTE 1
#define EMULATIONS &i386elf,
/* #undef ENABLE_CHECKING */
/* #undef ENABLE_NLS */
#define HAVE_DECL_ASPRINTF 1
#define HAVE_DECL_GETOPT 1
#define HAVE_DECL_MEMPCPY 1
#define HAVE_DECL_STPCPY 1
#define HAVE_DLFCN_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_LC_MESSAGES 1
#define HAVE_MEMORY_H 1
#define HAVE_STDINT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRINGS_H 1
#define HAVE_STRING_H 1
#define HAVE_STRSIGNAL 1
#define HAVE_ST_MTIM_TV_NSEC 1
#define HAVE_ST_MTIM_TV_SEC 1
#define HAVE_SYS_STAT_H 1
#define HAVE_SYS_TYPES_H 1
/* #undef HAVE_TM_GMTOFF */
#define HAVE_UNISTD_H 1
/* #undef HAVE_WINDOWS_H */
/* #undef I386COFF */
#define LT_OBJDIR ".libs/"
/* #undef MIPS_CPU_STRING_DEFAULT */
/* #undef MIPS_DEFAULT_64BIT */
/* #undef MIPS_DEFAULT_ABI */
/* #undef NDS32_DEFAULT_ARCH_NAME */
/* #undef NDS32_DEFAULT_AUDIO_EXT */
/* #undef NDS32_DEFAULT_DSP_EXT */
/* #undef NDS32_DEFAULT_DX_REGS */
/* #undef NDS32_DEFAULT_PERF_EXT */
/* #undef NDS32_DEFAULT_PERF_EXT2 */
/* #undef NDS32_DEFAULT_STRING_EXT */
/* #undef NDS32_DEFAULT_ZOL_EXT */
/* #undef NDS32_LINUX_TOOLCHAIN */
/* #undef NEED_DECLARATION_ENVIRON */
/* #undef NEED_DECLARATION_FFS */
/* #undef OBJ_MAYBE_AOUT */
/* #undef OBJ_MAYBE_COFF */
/* #undef OBJ_MAYBE_ECOFF */
/* #undef OBJ_MAYBE_ELF */
/* #undef OBJ_MAYBE_GENERIC */
/* #undef OBJ_MAYBE_SOM */
#define PACKAGE "gas"
#define PACKAGE_BUGREPORT ""
#define PACKAGE_NAME "gas"
#define PACKAGE_STRING "gas 2.39"
#define PACKAGE_TARNAME "gas"
#define PACKAGE_URL ""
#define PACKAGE_VERSION "2.39"
#define STDC_HEADERS 1
/* #undef STRICTCOFF */
#define TARGET_ALIAS "x86_64-linux-musl"
/* #undef TARGET_BYTES_BIG_ENDIAN */
#define TARGET_CANONICAL "x86_64-pc-linux-musl"
#define TARGET_CPU "x86_64"
#define TARGET_OS "linux-musl"
/* #undef TARGET_SOLARIS_COMMENT */
#define TARGET_VENDOR "pc"
/* #undef TARGET_WITH_CPU */
/* #undef USE_BINARY_FOPEN */
/* #undef USE_EMULATIONS */
/* #undef USE_E_MIPS_ABI_O32 */
#ifndef _ALL_SOURCE
# define _ALL_SOURCE 1
#endif
#ifndef _GNU_SOURCE
# define _GNU_SOURCE 1
#endif
#ifndef _POSIX_PTHREAD_SEMANTICS
# define _POSIX_PTHREAD_SEMANTICS 1
#endif
#ifndef _TANDEM_SOURCE
# define _TANDEM_SOURCE 1
#endif
#ifndef __EXTENSIONS__
# define __EXTENSIONS__ 1
#endif
/* #undef USING_CGEN */
#define VERSION "2.39"
#if defined AC_APPLE_UNIVERSAL_BUILD
# if defined __BIG_ENDIAN__
#  define WORDS_BIGENDIAN 1
# endif
#else
# ifndef WORDS_BIGENDIAN
/* #  undef WORDS_BIGENDIAN */
# endif
#endif
/* #undef YYTEXT_POINTER */
#ifndef _DARWIN_USE_64_BIT_INODE
# define _DARWIN_USE_64_BIT_INODE 1
#endif
/* #undef _FILE_OFFSET_BITS */
/* #undef _LARGE_FILES */
/* #undef _MINIX */
/* #undef _POSIX_1_SOURCE */
/* #undef _POSIX_SOURCE */