1 1.1 christos /* This file is automatically generated. DO NOT EDIT! */ 2 1.9 christos /* Generated from: NetBSD: mknative-binutils,v 1.16 2024/06/30 16:11:11 christos Exp */ 3 1.6 christos /* Generated from: NetBSD: mknative.common,v 1.16 2018/04/15 15:13:37 christos Exp */ 4 1.1 christos 5 1.1 christos /* config.h. Generated from config.in by configure. */ 6 1.3 christos /* config.in. Generated from configure.ac by autoheader. */ 7 1.1 christos 8 1.1 christos /* Check that config.h is #included before system headers 9 1.1 christos (this works only for glibc, but that should be enough). */ 10 1.1 christos #if defined(__GLIBC__) && !defined(__FreeBSD_kernel__) && !defined(__CONFIG_H__) 11 1.1 christos # error config.h must be #included before system headers 12 1.1 christos #endif 13 1.1 christos #define __CONFIG_H__ 1 14 1.1 christos 15 1.1 christos /* Define if building universal (internal helper macro) */ 16 1.1 christos /* #undef AC_APPLE_UNIVERSAL_BUILD */ 17 1.1 christos 18 1.1 christos /* Define if using AIX 5.2 value for C_WEAKEXT. */ 19 1.1 christos /* #undef AIX_WEAK_SUPPORT */ 20 1.1 christos 21 1.1 christos /* assert broken? */ 22 1.1 christos /* #undef BROKEN_ASSERT */ 23 1.1 christos 24 1.1 christos /* Compiling cross-assembler? */ 25 1.1 christos /* #undef CROSS_COMPILE */ 26 1.1 christos 27 1.1 christos /* Default architecture. */ 28 1.1 christos /* #undef DEFAULT_ARCH */ 29 1.1 christos 30 1.9 christos /* Default compression algorithm for --enable-compressed-debug-sections. */ 31 1.9 christos #define DEFAULT_COMPRESSED_DEBUG_ALGORITHM COMPRESS_DEBUG_GABI_ZLIB 32 1.9 christos 33 1.1 christos /* Default CRIS architecture. */ 34 1.1 christos /* #undef DEFAULT_CRIS_ARCH */ 35 1.1 christos 36 1.1 christos /* Default emulation. */ 37 1.1 christos #define DEFAULT_EMULATION "" 38 1.1 christos 39 1.3 christos /* Define if you want compressed debug sections by default. */ 40 1.3 christos /* #undef DEFAULT_FLAG_COMPRESS_DEBUG */ 41 1.3 christos 42 1.6 christos /* Define to 1 if you want to generate GNU Build attribute notes by default, 43 1.6 christos if none are contained in the input. */ 44 1.6 christos #define DEFAULT_GENERATE_BUILD_NOTES 0 45 1.6 christos 46 1.5 christos /* Define to 1 if you want to generate ELF common symbols with the STT_COMMON 47 1.5 christos type by default. */ 48 1.5 christos #define DEFAULT_GENERATE_ELF_STT_COMMON 0 49 1.5 christos 50 1.3 christos /* Define to 1 if you want to generate x86 relax relocations by default. */ 51 1.3 christos #define DEFAULT_GENERATE_X86_RELAX_RELOCATIONS 1 52 1.3 christos 53 1.7 christos /* Define to 1 if you want to fix Loongson3 LLSC Errata by default. */ 54 1.7 christos #define DEFAULT_MIPS_FIX_LOONGSON3_LLSC 0 55 1.7 christos 56 1.8 christos /* Define default value for RISC-V -march. */ 57 1.8 christos /* #undef DEFAULT_RISCV_ARCH_WITH_EXT */ 58 1.8 christos 59 1.7 christos /* Define to 1 if you want to generate RISC-V arch attribute by default. */ 60 1.8 christos #define DEFAULT_RISCV_ATTR 1 61 1.8 christos 62 1.8 christos /* Define default value for RISC-V -misa-spec. */ 63 1.8 christos /* #undef DEFAULT_RISCV_ISA_SPEC */ 64 1.8 christos 65 1.8 christos /* Define default value for RISC-V -mpriv-spec */ 66 1.8 christos /* #undef DEFAULT_RISCV_PRIV_SPEC */ 67 1.7 christos 68 1.10 christos /* Define to 1 if you want to check x86 TLS relocation by default. */ 69 1.10 christos #define DEFAULT_X86_TLS_CHECK 1 70 1.10 christos 71 1.7 christos /* Define to 1 if you want to generate GNU x86 used ISA and feature properties 72 1.7 christos by default. */ 73 1.7 christos #define DEFAULT_X86_USED_NOTE 0 74 1.7 christos 75 1.1 christos /* Supported emulations. */ 76 1.1 christos #define EMULATIONS 77 1.1 christos 78 1.1 christos /* Define if you want run-time sanity checks. */ 79 1.7 christos /* #undef ENABLE_CHECKING */ 80 1.1 christos 81 1.1 christos /* Define to 1 if translation of program messages to the user's native 82 1.1 christos language is requested. */ 83 1.9 christos /* #undef ENABLE_NLS */ 84 1.9 christos 85 1.9 christos /* Define to 1 if you have the Mac OS X function 86 1.9 christos CFLocaleCopyPreferredLanguages in the CoreFoundation framework. */ 87 1.9 christos /* #undef HAVE_CFLOCALECOPYPREFERREDLANGUAGES */ 88 1.9 christos 89 1.9 christos /* Define to 1 if you have the Mac OS X function CFPreferencesCopyAppValue in 90 1.9 christos the CoreFoundation framework. */ 91 1.9 christos /* #undef HAVE_CFPREFERENCESCOPYAPPVALUE */ 92 1.9 christos 93 1.9 christos /* Define if the GNU dcgettext() function is already present or preinstalled. 94 1.9 christos */ 95 1.9 christos /* #undef HAVE_DCGETTEXT */ 96 1.1 christos 97 1.1 christos /* Is the prototype for getopt in <unistd.h> in the expected format? */ 98 1.1 christos #define HAVE_DECL_GETOPT 1 99 1.1 christos 100 1.1 christos /* Define to 1 if you have the declaration of `mempcpy', and to 0 if you 101 1.1 christos don't. */ 102 1.8 christos #define HAVE_DECL_MEMPCPY 1 103 1.1 christos 104 1.1 christos /* Define to 1 if you have the declaration of `stpcpy', and to 0 if you don't. 105 1.1 christos */ 106 1.1 christos #define HAVE_DECL_STPCPY 1 107 1.1 christos 108 1.1 christos /* Define to 1 if you have the <dlfcn.h> header file. */ 109 1.1 christos #define HAVE_DLFCN_H 1 110 1.1 christos 111 1.9 christos /* Define if the GNU gettext() function is already present or preinstalled. */ 112 1.9 christos /* #undef HAVE_GETTEXT */ 113 1.9 christos 114 1.9 christos /* Define if you have the iconv() function and it works. */ 115 1.9 christos #define HAVE_ICONV 1 116 1.9 christos 117 1.1 christos /* Define to 1 if you have the <inttypes.h> header file. */ 118 1.1 christos #define HAVE_INTTYPES_H 1 119 1.1 christos 120 1.1 christos /* Define if your <locale.h> file defines LC_MESSAGES. */ 121 1.1 christos #define HAVE_LC_MESSAGES 1 122 1.1 christos 123 1.1 christos /* Define to 1 if you have the <memory.h> header file. */ 124 1.1 christos #define HAVE_MEMORY_H 1 125 1.1 christos 126 1.1 christos /* Define to 1 if you have the <stdint.h> header file. */ 127 1.1 christos #define HAVE_STDINT_H 1 128 1.1 christos 129 1.1 christos /* Define to 1 if you have the <stdlib.h> header file. */ 130 1.1 christos #define HAVE_STDLIB_H 1 131 1.1 christos 132 1.1 christos /* Define to 1 if you have the <strings.h> header file. */ 133 1.1 christos #define HAVE_STRINGS_H 1 134 1.1 christos 135 1.1 christos /* Define to 1 if you have the <string.h> header file. */ 136 1.1 christos #define HAVE_STRING_H 1 137 1.1 christos 138 1.6 christos /* Define to 1 if you have the `strsignal' function. */ 139 1.6 christos #define HAVE_STRSIGNAL 1 140 1.6 christos 141 1.1 christos /* Define if <sys/stat.h> has struct stat.st_mtim.tv_nsec */ 142 1.1 christos #define HAVE_ST_MTIM_TV_NSEC 1 143 1.1 christos 144 1.1 christos /* Define if <sys/stat.h> has struct stat.st_mtim.tv_sec */ 145 1.1 christos #define HAVE_ST_MTIM_TV_SEC 1 146 1.1 christos 147 1.1 christos /* Define to 1 if you have the <sys/stat.h> header file. */ 148 1.1 christos #define HAVE_SYS_STAT_H 1 149 1.1 christos 150 1.1 christos /* Define to 1 if you have the <sys/types.h> header file. */ 151 1.1 christos #define HAVE_SYS_TYPES_H 1 152 1.1 christos 153 1.1 christos /* Define if <time.h> has struct tm.tm_gmtoff. */ 154 1.8 christos /* #undef HAVE_TM_GMTOFF */ 155 1.1 christos 156 1.1 christos /* Define to 1 if you have the <unistd.h> header file. */ 157 1.1 christos #define HAVE_UNISTD_H 1 158 1.1 christos 159 1.3 christos /* Define to 1 if you have the <windows.h> header file. */ 160 1.3 christos /* #undef HAVE_WINDOWS_H */ 161 1.1 christos 162 1.9 christos /* Define to 1 if zstd is enabled. */ 163 1.9 christos /* #undef HAVE_ZSTD */ 164 1.9 christos 165 1.1 christos /* Using i386 COFF? */ 166 1.1 christos /* #undef I386COFF */ 167 1.1 christos 168 1.1 christos /* Define to the sub-directory in which libtool stores uninstalled libraries. 169 1.1 christos */ 170 1.1 christos #define LT_OBJDIR ".libs/" 171 1.1 christos 172 1.1 christos /* Default CPU for MIPS targets. */ 173 1.1 christos /* #undef MIPS_CPU_STRING_DEFAULT */ 174 1.1 christos 175 1.1 christos /* Generate 64-bit code by default on MIPS targets. */ 176 1.1 christos /* #undef MIPS_DEFAULT_64BIT */ 177 1.1 christos 178 1.1 christos /* Choose a default ABI for MIPS targets. */ 179 1.1 christos /* #undef MIPS_DEFAULT_ABI */ 180 1.1 christos 181 1.3 christos /* Define value for nds32_arch_name */ 182 1.3 christos /* #undef NDS32_DEFAULT_ARCH_NAME */ 183 1.3 christos 184 1.3 christos /* Define default value for nds32_audio_ext */ 185 1.3 christos /* #undef NDS32_DEFAULT_AUDIO_EXT */ 186 1.3 christos 187 1.7 christos /* Define default value for nds32_dsp_ext */ 188 1.7 christos /* #undef NDS32_DEFAULT_DSP_EXT */ 189 1.7 christos 190 1.3 christos /* Define default value for nds32_dx_regs */ 191 1.3 christos /* #undef NDS32_DEFAULT_DX_REGS */ 192 1.3 christos 193 1.3 christos /* Define default value for nds32_perf_ext */ 194 1.3 christos /* #undef NDS32_DEFAULT_PERF_EXT */ 195 1.3 christos 196 1.3 christos /* Define default value for nds32_perf_ext2 */ 197 1.3 christos /* #undef NDS32_DEFAULT_PERF_EXT2 */ 198 1.3 christos 199 1.3 christos /* Define default value for nds32_string_ext */ 200 1.3 christos /* #undef NDS32_DEFAULT_STRING_EXT */ 201 1.3 christos 202 1.7 christos /* Define default value for nds32_zol_ext */ 203 1.7 christos /* #undef NDS32_DEFAULT_ZOL_EXT */ 204 1.7 christos 205 1.7 christos /* Define default value for nds32_linux_toolchain */ 206 1.7 christos /* #undef NDS32_LINUX_TOOLCHAIN */ 207 1.7 christos 208 1.1 christos /* Define if environ is not declared in system header files. */ 209 1.1 christos #define NEED_DECLARATION_ENVIRON 1 210 1.1 christos 211 1.1 christos /* Define if ffs is not declared in system header files. */ 212 1.1 christos /* #undef NEED_DECLARATION_FFS */ 213 1.1 christos 214 1.1 christos /* a.out support? */ 215 1.1 christos /* #undef OBJ_MAYBE_AOUT */ 216 1.1 christos 217 1.1 christos /* COFF support? */ 218 1.1 christos /* #undef OBJ_MAYBE_COFF */ 219 1.1 christos 220 1.1 christos /* ECOFF support? */ 221 1.1 christos /* #undef OBJ_MAYBE_ECOFF */ 222 1.1 christos 223 1.1 christos /* ELF support? */ 224 1.1 christos /* #undef OBJ_MAYBE_ELF */ 225 1.1 christos 226 1.1 christos /* generic support? */ 227 1.1 christos /* #undef OBJ_MAYBE_GENERIC */ 228 1.1 christos 229 1.1 christos /* SOM support? */ 230 1.1 christos /* #undef OBJ_MAYBE_SOM */ 231 1.1 christos 232 1.1 christos /* Name of package */ 233 1.1 christos #define PACKAGE "gas" 234 1.1 christos 235 1.1 christos /* Define to the address where bug reports for this package should be sent. */ 236 1.1 christos #define PACKAGE_BUGREPORT "" 237 1.1 christos 238 1.1 christos /* Define to the full name of this package. */ 239 1.3 christos #define PACKAGE_NAME "gas" 240 1.1 christos 241 1.1 christos /* Define to the full name and version of this package. */ 242 1.10 christos #define PACKAGE_STRING "gas 2.45" 243 1.1 christos 244 1.1 christos /* Define to the one symbol short name of this package. */ 245 1.3 christos #define PACKAGE_TARNAME "gas" 246 1.1 christos 247 1.1 christos /* Define to the home page for this package. */ 248 1.1 christos #define PACKAGE_URL "" 249 1.1 christos 250 1.1 christos /* Define to the version of this package. */ 251 1.10 christos #define PACKAGE_VERSION "2.45" 252 1.1 christos 253 1.1 christos /* Define to 1 if you have the ANSI C header files. */ 254 1.1 christos #define STDC_HEADERS 1 255 1.1 christos 256 1.1 christos /* Using strict COFF? */ 257 1.1 christos /* #undef STRICTCOFF */ 258 1.1 christos 259 1.1 christos /* Target alias. */ 260 1.8 christos #define TARGET_ALIAS "armv7--netbsdelf-eabihf" 261 1.1 christos 262 1.1 christos /* Define as 1 if big endian. */ 263 1.1 christos #define TARGET_BYTES_BIG_ENDIAN 0 264 1.1 christos 265 1.1 christos /* Canonical target. */ 266 1.8 christos #define TARGET_CANONICAL "armv7--netbsdelf-eabihf" 267 1.1 christos 268 1.1 christos /* Target CPU. */ 269 1.8 christos #define TARGET_CPU "armv7" 270 1.1 christos 271 1.1 christos /* Target OS. */ 272 1.1 christos #define TARGET_OS "netbsdelf-eabihf" 273 1.1 christos 274 1.1 christos /* Define if default target is PowerPC Solaris. */ 275 1.1 christos /* #undef TARGET_SOLARIS_COMMENT */ 276 1.1 christos 277 1.1 christos /* Target vendor. */ 278 1.1 christos #define TARGET_VENDOR "" 279 1.1 christos 280 1.5 christos /* Target specific CPU. */ 281 1.5 christos /* #undef TARGET_WITH_CPU */ 282 1.5 christos 283 1.1 christos /* Use b modifier when opening binary files? */ 284 1.1 christos /* #undef USE_BINARY_FOPEN */ 285 1.1 christos 286 1.9 christos /* Allow use of EF_MIPS_ABI_O32 on MIPS targets. */ 287 1.9 christos /* #undef USE_EF_MIPS_ABI_O32 */ 288 1.9 christos 289 1.1 christos /* Use emulation support? */ 290 1.1 christos /* #undef USE_EMULATIONS */ 291 1.1 christos 292 1.1 christos /* Enable extensions on AIX 3, Interix. */ 293 1.1 christos #ifndef _ALL_SOURCE 294 1.1 christos # define _ALL_SOURCE 1 295 1.1 christos #endif 296 1.1 christos /* Enable GNU extensions on systems that have them. */ 297 1.1 christos #ifndef _GNU_SOURCE 298 1.1 christos # define _GNU_SOURCE 1 299 1.1 christos #endif 300 1.1 christos /* Enable threading extensions on Solaris. */ 301 1.1 christos #ifndef _POSIX_PTHREAD_SEMANTICS 302 1.1 christos # define _POSIX_PTHREAD_SEMANTICS 1 303 1.1 christos #endif 304 1.1 christos /* Enable extensions on HP NonStop. */ 305 1.1 christos #ifndef _TANDEM_SOURCE 306 1.1 christos # define _TANDEM_SOURCE 1 307 1.1 christos #endif 308 1.1 christos /* Enable general extensions on Solaris. */ 309 1.1 christos #ifndef __EXTENSIONS__ 310 1.1 christos # define __EXTENSIONS__ 1 311 1.1 christos #endif 312 1.1 christos 313 1.1 christos 314 1.1 christos /* Using cgen code? */ 315 1.1 christos /* #undef USING_CGEN */ 316 1.1 christos 317 1.1 christos /* Version number of package */ 318 1.10 christos #define VERSION "2.45" 319 1.1 christos 320 1.1 christos /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most 321 1.1 christos significant byte first (like Motorola and SPARC, unlike Intel). */ 322 1.1 christos #if defined AC_APPLE_UNIVERSAL_BUILD 323 1.1 christos # if defined __BIG_ENDIAN__ 324 1.1 christos # define WORDS_BIGENDIAN 1 325 1.1 christos # endif 326 1.1 christos #else 327 1.1 christos # ifndef WORDS_BIGENDIAN 328 1.1 christos /* # undef WORDS_BIGENDIAN */ 329 1.1 christos # endif 330 1.1 christos #endif 331 1.1 christos 332 1.1 christos /* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a 333 1.1 christos `char[]'. */ 334 1.1 christos #define YYTEXT_POINTER 1 335 1.1 christos 336 1.6 christos /* Enable large inode numbers on Mac OS X 10.5. */ 337 1.6 christos #ifndef _DARWIN_USE_64_BIT_INODE 338 1.6 christos # define _DARWIN_USE_64_BIT_INODE 1 339 1.6 christos #endif 340 1.6 christos 341 1.1 christos /* Number of bits in a file offset, on hosts where this is settable. */ 342 1.1 christos /* #undef _FILE_OFFSET_BITS */ 343 1.1 christos 344 1.1 christos /* Define for large files, on AIX-style hosts. */ 345 1.1 christos /* #undef _LARGE_FILES */ 346 1.1 christos 347 1.1 christos /* Define to 1 if on MINIX. */ 348 1.1 christos /* #undef _MINIX */ 349 1.1 christos 350 1.1 christos /* Define to 2 if the system does not provide POSIX.1 features except with 351 1.1 christos this defined. */ 352 1.1 christos /* #undef _POSIX_1_SOURCE */ 353 1.1 christos 354 1.1 christos /* Define to 1 if you need to in order for `stat' and other things to work. */ 355 1.1 christos /* #undef _POSIX_SOURCE */ 356