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