1867d70fcSchristos /* This file is automatically generated. DO NOT EDIT! */ 2*c42dbd0eSchristos /* Generated from: NetBSD: mknative-binutils,v 1.15 2023/02/07 20:37:30 christos Exp */ 3867d70fcSchristos /* Generated from: NetBSD: mknative.common,v 1.16 2018/04/15 15:13:37 christos Exp */ 4867d70fcSchristos 5867d70fcSchristos /* config.h. Generated from config.in by configure. */ 6867d70fcSchristos /* config.in. Generated from configure.ac by autoheader. */ 7867d70fcSchristos 8867d70fcSchristos /* Check that config.h is #included before system headers 9867d70fcSchristos (this works only for glibc, but that should be enough). */ 10867d70fcSchristos #if defined(__GLIBC__) && !defined(__FreeBSD_kernel__) && !defined(__CONFIG_H__) 11867d70fcSchristos # error config.h must be #included before system headers 12867d70fcSchristos #endif 13867d70fcSchristos #define __CONFIG_H__ 1 14867d70fcSchristos 15867d70fcSchristos /* Define if building universal (internal helper macro) */ 16867d70fcSchristos /* #undef AC_APPLE_UNIVERSAL_BUILD */ 17867d70fcSchristos 18867d70fcSchristos /* Define if using AIX 5.2 value for C_WEAKEXT. */ 19867d70fcSchristos /* #undef AIX_WEAK_SUPPORT */ 20867d70fcSchristos 21867d70fcSchristos /* assert broken? */ 22867d70fcSchristos /* #undef BROKEN_ASSERT */ 23867d70fcSchristos 24867d70fcSchristos /* Compiling cross-assembler? */ 25867d70fcSchristos /* #undef CROSS_COMPILE */ 26867d70fcSchristos 27867d70fcSchristos /* Default architecture. */ 28867d70fcSchristos /* #undef DEFAULT_ARCH */ 29867d70fcSchristos 30867d70fcSchristos /* Default CRIS architecture. */ 31867d70fcSchristos /* #undef DEFAULT_CRIS_ARCH */ 32867d70fcSchristos 33867d70fcSchristos /* Default emulation. */ 34867d70fcSchristos #define DEFAULT_EMULATION "mipsbelf" 35867d70fcSchristos 36867d70fcSchristos /* Define if you want compressed debug sections by default. */ 37867d70fcSchristos /* #undef DEFAULT_FLAG_COMPRESS_DEBUG */ 38867d70fcSchristos 39867d70fcSchristos /* Define to 1 if you want to generate GNU Build attribute notes by default, 40867d70fcSchristos if none are contained in the input. */ 41867d70fcSchristos #define DEFAULT_GENERATE_BUILD_NOTES 0 42867d70fcSchristos 43867d70fcSchristos /* Define to 1 if you want to generate ELF common symbols with the STT_COMMON 44867d70fcSchristos type by default. */ 45867d70fcSchristos #define DEFAULT_GENERATE_ELF_STT_COMMON 0 46867d70fcSchristos 47867d70fcSchristos /* Define to 1 if you want to generate x86 relax relocations by default. */ 48867d70fcSchristos #define DEFAULT_GENERATE_X86_RELAX_RELOCATIONS 1 49867d70fcSchristos 50867d70fcSchristos /* Define to 1 if you want to fix Loongson3 LLSC Errata by default. */ 51867d70fcSchristos #define DEFAULT_MIPS_FIX_LOONGSON3_LLSC 0 52867d70fcSchristos 53*c42dbd0eSchristos /* Define default value for RISC-V -march. */ 54*c42dbd0eSchristos /* #undef DEFAULT_RISCV_ARCH_WITH_EXT */ 55*c42dbd0eSchristos 56867d70fcSchristos /* Define to 1 if you want to generate RISC-V arch attribute by default. */ 57*c42dbd0eSchristos #define DEFAULT_RISCV_ATTR 1 58*c42dbd0eSchristos 59*c42dbd0eSchristos /* Define default value for RISC-V -misa-spec. */ 60*c42dbd0eSchristos /* #undef DEFAULT_RISCV_ISA_SPEC */ 61*c42dbd0eSchristos 62*c42dbd0eSchristos /* Define default value for RISC-V -mpriv-spec */ 63*c42dbd0eSchristos /* #undef DEFAULT_RISCV_PRIV_SPEC */ 64867d70fcSchristos 65867d70fcSchristos /* Define to 1 if you want to generate GNU x86 used ISA and feature properties 66867d70fcSchristos by default. */ 67867d70fcSchristos #define DEFAULT_X86_USED_NOTE 0 68867d70fcSchristos 69867d70fcSchristos /* Supported emulations. */ 70867d70fcSchristos #define EMULATIONS &mipsbelf, &mipslelf, &mipself, 71867d70fcSchristos 72867d70fcSchristos /* Define if you want run-time sanity checks. */ 73867d70fcSchristos /* #undef ENABLE_CHECKING */ 74867d70fcSchristos 75867d70fcSchristos /* Define to 1 if translation of program messages to the user's native 76867d70fcSchristos language is requested. */ 77867d70fcSchristos #define ENABLE_NLS 1 78867d70fcSchristos 79867d70fcSchristos /* Define to 1 if you have the declaration of `asprintf', and to 0 if you 80867d70fcSchristos don't. */ 81867d70fcSchristos #define HAVE_DECL_ASPRINTF 1 82867d70fcSchristos 83867d70fcSchristos /* Is the prototype for getopt in <unistd.h> in the expected format? */ 84867d70fcSchristos #define HAVE_DECL_GETOPT 1 85867d70fcSchristos 86867d70fcSchristos /* Define to 1 if you have the declaration of `mempcpy', and to 0 if you 87867d70fcSchristos don't. */ 88*c42dbd0eSchristos #define HAVE_DECL_MEMPCPY 1 89867d70fcSchristos 90867d70fcSchristos /* Define to 1 if you have the declaration of `stpcpy', and to 0 if you don't. 91867d70fcSchristos */ 92867d70fcSchristos #define HAVE_DECL_STPCPY 1 93867d70fcSchristos 94867d70fcSchristos /* Define to 1 if you have the <dlfcn.h> header file. */ 95867d70fcSchristos #define HAVE_DLFCN_H 1 96867d70fcSchristos 97867d70fcSchristos /* Define to 1 if you have the <inttypes.h> header file. */ 98867d70fcSchristos #define HAVE_INTTYPES_H 1 99867d70fcSchristos 100867d70fcSchristos /* Define if your <locale.h> file defines LC_MESSAGES. */ 101867d70fcSchristos #define HAVE_LC_MESSAGES 1 102867d70fcSchristos 103867d70fcSchristos /* Define to 1 if you have the <memory.h> header file. */ 104867d70fcSchristos #define HAVE_MEMORY_H 1 105867d70fcSchristos 106867d70fcSchristos /* Define to 1 if you have the <stdint.h> header file. */ 107867d70fcSchristos #define HAVE_STDINT_H 1 108867d70fcSchristos 109867d70fcSchristos /* Define to 1 if you have the <stdlib.h> header file. */ 110867d70fcSchristos #define HAVE_STDLIB_H 1 111867d70fcSchristos 112867d70fcSchristos /* Define to 1 if you have the <strings.h> header file. */ 113867d70fcSchristos #define HAVE_STRINGS_H 1 114867d70fcSchristos 115867d70fcSchristos /* Define to 1 if you have the <string.h> header file. */ 116867d70fcSchristos #define HAVE_STRING_H 1 117867d70fcSchristos 118867d70fcSchristos /* Define to 1 if you have the `strsignal' function. */ 119867d70fcSchristos #define HAVE_STRSIGNAL 1 120867d70fcSchristos 121867d70fcSchristos /* Define if <sys/stat.h> has struct stat.st_mtim.tv_nsec */ 122867d70fcSchristos #define HAVE_ST_MTIM_TV_NSEC 1 123867d70fcSchristos 124867d70fcSchristos /* Define if <sys/stat.h> has struct stat.st_mtim.tv_sec */ 125867d70fcSchristos #define HAVE_ST_MTIM_TV_SEC 1 126867d70fcSchristos 127867d70fcSchristos /* Define to 1 if you have the <sys/stat.h> header file. */ 128867d70fcSchristos #define HAVE_SYS_STAT_H 1 129867d70fcSchristos 130867d70fcSchristos /* Define to 1 if you have the <sys/types.h> header file. */ 131867d70fcSchristos #define HAVE_SYS_TYPES_H 1 132867d70fcSchristos 133867d70fcSchristos /* Define if <time.h> has struct tm.tm_gmtoff. */ 134*c42dbd0eSchristos /* #undef HAVE_TM_GMTOFF */ 135867d70fcSchristos 136867d70fcSchristos /* Define to 1 if you have the <unistd.h> header file. */ 137867d70fcSchristos #define HAVE_UNISTD_H 1 138867d70fcSchristos 139867d70fcSchristos /* Define to 1 if you have the <windows.h> header file. */ 140867d70fcSchristos /* #undef HAVE_WINDOWS_H */ 141867d70fcSchristos 142867d70fcSchristos /* Using i386 COFF? */ 143867d70fcSchristos /* #undef I386COFF */ 144867d70fcSchristos 145867d70fcSchristos /* Define to the sub-directory in which libtool stores uninstalled libraries. 146867d70fcSchristos */ 147867d70fcSchristos #define LT_OBJDIR ".libs/" 148867d70fcSchristos 149867d70fcSchristos /* Default CPU for MIPS targets. */ 150867d70fcSchristos #define MIPS_CPU_STRING_DEFAULT "from-abi" 151867d70fcSchristos 152867d70fcSchristos /* Generate 64-bit code by default on MIPS targets. */ 153867d70fcSchristos #define MIPS_DEFAULT_64BIT 0 154867d70fcSchristos 155867d70fcSchristos /* Choose a default ABI for MIPS targets. */ 156867d70fcSchristos #define MIPS_DEFAULT_ABI NO_ABI 157867d70fcSchristos 158867d70fcSchristos /* Define value for nds32_arch_name */ 159867d70fcSchristos /* #undef NDS32_DEFAULT_ARCH_NAME */ 160867d70fcSchristos 161867d70fcSchristos /* Define default value for nds32_audio_ext */ 162867d70fcSchristos /* #undef NDS32_DEFAULT_AUDIO_EXT */ 163867d70fcSchristos 164867d70fcSchristos /* Define default value for nds32_dsp_ext */ 165867d70fcSchristos /* #undef NDS32_DEFAULT_DSP_EXT */ 166867d70fcSchristos 167867d70fcSchristos /* Define default value for nds32_dx_regs */ 168867d70fcSchristos /* #undef NDS32_DEFAULT_DX_REGS */ 169867d70fcSchristos 170867d70fcSchristos /* Define default value for nds32_perf_ext */ 171867d70fcSchristos /* #undef NDS32_DEFAULT_PERF_EXT */ 172867d70fcSchristos 173867d70fcSchristos /* Define default value for nds32_perf_ext2 */ 174867d70fcSchristos /* #undef NDS32_DEFAULT_PERF_EXT2 */ 175867d70fcSchristos 176867d70fcSchristos /* Define default value for nds32_string_ext */ 177867d70fcSchristos /* #undef NDS32_DEFAULT_STRING_EXT */ 178867d70fcSchristos 179867d70fcSchristos /* Define default value for nds32_zol_ext */ 180867d70fcSchristos /* #undef NDS32_DEFAULT_ZOL_EXT */ 181867d70fcSchristos 182867d70fcSchristos /* Define default value for nds32_linux_toolchain */ 183867d70fcSchristos /* #undef NDS32_LINUX_TOOLCHAIN */ 184867d70fcSchristos 185867d70fcSchristos /* Define if environ is not declared in system header files. */ 186867d70fcSchristos #define NEED_DECLARATION_ENVIRON 1 187867d70fcSchristos 188867d70fcSchristos /* Define if ffs is not declared in system header files. */ 189867d70fcSchristos /* #undef NEED_DECLARATION_FFS */ 190867d70fcSchristos 191867d70fcSchristos /* a.out support? */ 192867d70fcSchristos /* #undef OBJ_MAYBE_AOUT */ 193867d70fcSchristos 194867d70fcSchristos /* COFF support? */ 195867d70fcSchristos /* #undef OBJ_MAYBE_COFF */ 196867d70fcSchristos 197867d70fcSchristos /* ECOFF support? */ 198867d70fcSchristos /* #undef OBJ_MAYBE_ECOFF */ 199867d70fcSchristos 200867d70fcSchristos /* ELF support? */ 201867d70fcSchristos /* #undef OBJ_MAYBE_ELF */ 202867d70fcSchristos 203867d70fcSchristos /* generic support? */ 204867d70fcSchristos /* #undef OBJ_MAYBE_GENERIC */ 205867d70fcSchristos 206867d70fcSchristos /* SOM support? */ 207867d70fcSchristos /* #undef OBJ_MAYBE_SOM */ 208867d70fcSchristos 209867d70fcSchristos /* Name of package */ 210867d70fcSchristos #define PACKAGE "gas" 211867d70fcSchristos 212867d70fcSchristos /* Define to the address where bug reports for this package should be sent. */ 213867d70fcSchristos #define PACKAGE_BUGREPORT "" 214867d70fcSchristos 215867d70fcSchristos /* Define to the full name of this package. */ 216867d70fcSchristos #define PACKAGE_NAME "gas" 217867d70fcSchristos 218867d70fcSchristos /* Define to the full name and version of this package. */ 219*c42dbd0eSchristos #define PACKAGE_STRING "gas 2.39" 220867d70fcSchristos 221867d70fcSchristos /* Define to the one symbol short name of this package. */ 222867d70fcSchristos #define PACKAGE_TARNAME "gas" 223867d70fcSchristos 224867d70fcSchristos /* Define to the home page for this package. */ 225867d70fcSchristos #define PACKAGE_URL "" 226867d70fcSchristos 227867d70fcSchristos /* Define to the version of this package. */ 228*c42dbd0eSchristos #define PACKAGE_VERSION "2.39" 229867d70fcSchristos 230867d70fcSchristos /* Define to 1 if you have the ANSI C header files. */ 231867d70fcSchristos #define STDC_HEADERS 1 232867d70fcSchristos 233867d70fcSchristos /* Using strict COFF? */ 234867d70fcSchristos /* #undef STRICTCOFF */ 235867d70fcSchristos 236867d70fcSchristos /* Target alias. */ 237867d70fcSchristos #define TARGET_ALIAS "mipsn64eb--netbsd" 238867d70fcSchristos 239867d70fcSchristos /* Define as 1 if big endian. */ 240867d70fcSchristos #define TARGET_BYTES_BIG_ENDIAN 1 241867d70fcSchristos 242867d70fcSchristos /* Canonical target. */ 243867d70fcSchristos #define TARGET_CANONICAL "mipsn64eb--netbsd" 244867d70fcSchristos 245867d70fcSchristos /* Target CPU. */ 246867d70fcSchristos #define TARGET_CPU "mipsn64eb" 247867d70fcSchristos 248867d70fcSchristos /* Target OS. */ 249867d70fcSchristos #define TARGET_OS "netbsd" 250867d70fcSchristos 251867d70fcSchristos /* Define if default target is PowerPC Solaris. */ 252867d70fcSchristos /* #undef TARGET_SOLARIS_COMMENT */ 253867d70fcSchristos 254867d70fcSchristos /* Target vendor. */ 255867d70fcSchristos #define TARGET_VENDOR "" 256867d70fcSchristos 257867d70fcSchristos /* Target specific CPU. */ 258867d70fcSchristos /* #undef TARGET_WITH_CPU */ 259867d70fcSchristos 260867d70fcSchristos /* Use b modifier when opening binary files? */ 261867d70fcSchristos /* #undef USE_BINARY_FOPEN */ 262867d70fcSchristos 263867d70fcSchristos /* Use emulation support? */ 264867d70fcSchristos #define USE_EMULATIONS 1 265867d70fcSchristos 266867d70fcSchristos /* Allow use of E_MIPS_ABI_O32 on MIPS targets. */ 267867d70fcSchristos #define USE_E_MIPS_ABI_O32 1 268867d70fcSchristos 269867d70fcSchristos /* Enable extensions on AIX 3, Interix. */ 270867d70fcSchristos #ifndef _ALL_SOURCE 271867d70fcSchristos # define _ALL_SOURCE 1 272867d70fcSchristos #endif 273867d70fcSchristos /* Enable GNU extensions on systems that have them. */ 274867d70fcSchristos #ifndef _GNU_SOURCE 275867d70fcSchristos # define _GNU_SOURCE 1 276867d70fcSchristos #endif 277867d70fcSchristos /* Enable threading extensions on Solaris. */ 278867d70fcSchristos #ifndef _POSIX_PTHREAD_SEMANTICS 279867d70fcSchristos # define _POSIX_PTHREAD_SEMANTICS 1 280867d70fcSchristos #endif 281867d70fcSchristos /* Enable extensions on HP NonStop. */ 282867d70fcSchristos #ifndef _TANDEM_SOURCE 283867d70fcSchristos # define _TANDEM_SOURCE 1 284867d70fcSchristos #endif 285867d70fcSchristos /* Enable general extensions on Solaris. */ 286867d70fcSchristos #ifndef __EXTENSIONS__ 287867d70fcSchristos # define __EXTENSIONS__ 1 288867d70fcSchristos #endif 289867d70fcSchristos 290867d70fcSchristos 291867d70fcSchristos /* Using cgen code? */ 292867d70fcSchristos /* #undef USING_CGEN */ 293867d70fcSchristos 294867d70fcSchristos /* Version number of package */ 295*c42dbd0eSchristos #define VERSION "2.39" 296867d70fcSchristos 297867d70fcSchristos /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most 298867d70fcSchristos significant byte first (like Motorola and SPARC, unlike Intel). */ 299867d70fcSchristos #if defined AC_APPLE_UNIVERSAL_BUILD 300867d70fcSchristos # if defined __BIG_ENDIAN__ 301867d70fcSchristos # define WORDS_BIGENDIAN 1 302867d70fcSchristos # endif 303867d70fcSchristos #else 304867d70fcSchristos # ifndef WORDS_BIGENDIAN 305867d70fcSchristos # define WORDS_BIGENDIAN 1 306867d70fcSchristos # endif 307867d70fcSchristos #endif 308867d70fcSchristos 309867d70fcSchristos /* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a 310867d70fcSchristos `char[]'. */ 311867d70fcSchristos #define YYTEXT_POINTER 1 312867d70fcSchristos 313867d70fcSchristos /* Enable large inode numbers on Mac OS X 10.5. */ 314867d70fcSchristos #ifndef _DARWIN_USE_64_BIT_INODE 315867d70fcSchristos # define _DARWIN_USE_64_BIT_INODE 1 316867d70fcSchristos #endif 317867d70fcSchristos 318867d70fcSchristos /* Number of bits in a file offset, on hosts where this is settable. */ 319867d70fcSchristos /* #undef _FILE_OFFSET_BITS */ 320867d70fcSchristos 321867d70fcSchristos /* Define for large files, on AIX-style hosts. */ 322867d70fcSchristos /* #undef _LARGE_FILES */ 323867d70fcSchristos 324867d70fcSchristos /* Define to 1 if on MINIX. */ 325867d70fcSchristos /* #undef _MINIX */ 326867d70fcSchristos 327867d70fcSchristos /* Define to 2 if the system does not provide POSIX.1 features except with 328867d70fcSchristos this defined. */ 329867d70fcSchristos /* #undef _POSIX_1_SOURCE */ 330867d70fcSchristos 331867d70fcSchristos /* Define to 1 if you need to in order for `stat' and other things to work. */ 332867d70fcSchristos /* #undef _POSIX_SOURCE */ 333