Home | History | Annotate | Line # | Download | only in earmeb
config.h revision 1.1.1.7
      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 ""
     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 generate GNU x86 used ISA and feature properties
     69    by default. */
     70 #define DEFAULT_X86_USED_NOTE 0
     71 
     72 /* Supported emulations. */
     73 #define EMULATIONS
     74 
     75 /* Define if you want run-time sanity checks. */
     76 /* #undef ENABLE_CHECKING */
     77 
     78 /* Define to 1 if translation of program messages to the user's native
     79    language is requested. */
     80 /* #undef ENABLE_NLS */
     81 
     82 /* Define to 1 if you have the Mac OS X function
     83    CFLocaleCopyPreferredLanguages in the CoreFoundation framework. */
     84 /* #undef HAVE_CFLOCALECOPYPREFERREDLANGUAGES */
     85 
     86 /* Define to 1 if you have the Mac OS X function CFPreferencesCopyAppValue in
     87    the CoreFoundation framework. */
     88 /* #undef HAVE_CFPREFERENCESCOPYAPPVALUE */
     89 
     90 /* Define if the GNU dcgettext() function is already present or preinstalled.
     91    */
     92 /* #undef HAVE_DCGETTEXT */
     93 
     94 /* Define to 1 if you have the declaration of `asprintf', and to 0 if you
     95    don't. */
     96 #define HAVE_DECL_ASPRINTF 1
     97 
     98 /* Is the prototype for getopt in <unistd.h> in the expected format? */
     99 #define HAVE_DECL_GETOPT 1
    100 
    101 /* Define to 1 if you have the declaration of `mempcpy', and to 0 if you
    102    don't. */
    103 #define HAVE_DECL_MEMPCPY 1
    104 
    105 /* Define to 1 if you have the declaration of `stpcpy', and to 0 if you don't.
    106    */
    107 #define HAVE_DECL_STPCPY 1
    108 
    109 /* Define to 1 if you have the <dlfcn.h> header file. */
    110 #define HAVE_DLFCN_H 1
    111 
    112 /* Define if the GNU gettext() function is already present or preinstalled. */
    113 /* #undef HAVE_GETTEXT */
    114 
    115 /* Define if you have the iconv() function and it works. */
    116 #define HAVE_ICONV 1
    117 
    118 /* Define to 1 if you have the <inttypes.h> header file. */
    119 #define HAVE_INTTYPES_H 1
    120 
    121 /* Define if your <locale.h> file defines LC_MESSAGES. */
    122 #define HAVE_LC_MESSAGES 1
    123 
    124 /* Define to 1 if you have the <memory.h> header file. */
    125 #define HAVE_MEMORY_H 1
    126 
    127 /* Define to 1 if you have the <stdint.h> header file. */
    128 #define HAVE_STDINT_H 1
    129 
    130 /* Define to 1 if you have the <stdlib.h> header file. */
    131 #define HAVE_STDLIB_H 1
    132 
    133 /* Define to 1 if you have the <strings.h> header file. */
    134 #define HAVE_STRINGS_H 1
    135 
    136 /* Define to 1 if you have the <string.h> header file. */
    137 #define HAVE_STRING_H 1
    138 
    139 /* Define to 1 if you have the `strsignal' function. */
    140 #define HAVE_STRSIGNAL 1
    141 
    142 /* Define if <sys/stat.h> has struct stat.st_mtim.tv_nsec */
    143 #define HAVE_ST_MTIM_TV_NSEC 1
    144 
    145 /* Define if <sys/stat.h> has struct stat.st_mtim.tv_sec */
    146 #define HAVE_ST_MTIM_TV_SEC 1
    147 
    148 /* Define to 1 if you have the <sys/stat.h> header file. */
    149 #define HAVE_SYS_STAT_H 1
    150 
    151 /* Define to 1 if you have the <sys/types.h> header file. */
    152 #define HAVE_SYS_TYPES_H 1
    153 
    154 /* Define if <time.h> has struct tm.tm_gmtoff. */
    155 /* #undef HAVE_TM_GMTOFF */
    156 
    157 /* Define to 1 if you have the <unistd.h> header file. */
    158 #define HAVE_UNISTD_H 1
    159 
    160 /* Define to 1 if you have the <windows.h> header file. */
    161 /* #undef HAVE_WINDOWS_H */
    162 
    163 /* Define to 1 if zstd is enabled. */
    164 /* #undef HAVE_ZSTD */
    165 
    166 /* Using i386 COFF? */
    167 /* #undef I386COFF */
    168 
    169 /* Define to the sub-directory in which libtool stores uninstalled libraries.
    170    */
    171 #define LT_OBJDIR ".libs/"
    172 
    173 /* Default CPU for MIPS targets. */
    174 /* #undef MIPS_CPU_STRING_DEFAULT */
    175 
    176 /* Generate 64-bit code by default on MIPS targets. */
    177 /* #undef MIPS_DEFAULT_64BIT */
    178 
    179 /* Choose a default ABI for MIPS targets. */
    180 /* #undef MIPS_DEFAULT_ABI */
    181 
    182 /* Define value for nds32_arch_name */
    183 /* #undef NDS32_DEFAULT_ARCH_NAME */
    184 
    185 /* Define default value for nds32_audio_ext */
    186 /* #undef NDS32_DEFAULT_AUDIO_EXT */
    187 
    188 /* Define default value for nds32_dsp_ext */
    189 /* #undef NDS32_DEFAULT_DSP_EXT */
    190 
    191 /* Define default value for nds32_dx_regs */
    192 /* #undef NDS32_DEFAULT_DX_REGS */
    193 
    194 /* Define default value for nds32_perf_ext */
    195 /* #undef NDS32_DEFAULT_PERF_EXT */
    196 
    197 /* Define default value for nds32_perf_ext2 */
    198 /* #undef NDS32_DEFAULT_PERF_EXT2 */
    199 
    200 /* Define default value for nds32_string_ext */
    201 /* #undef NDS32_DEFAULT_STRING_EXT */
    202 
    203 /* Define default value for nds32_zol_ext */
    204 /* #undef NDS32_DEFAULT_ZOL_EXT */
    205 
    206 /* Define default value for nds32_linux_toolchain */
    207 /* #undef NDS32_LINUX_TOOLCHAIN */
    208 
    209 /* Define if environ is not declared in system header files. */
    210 #define NEED_DECLARATION_ENVIRON 1
    211 
    212 /* Define if ffs is not declared in system header files. */
    213 /* #undef NEED_DECLARATION_FFS */
    214 
    215 /* a.out support? */
    216 /* #undef OBJ_MAYBE_AOUT */
    217 
    218 /* COFF support? */
    219 /* #undef OBJ_MAYBE_COFF */
    220 
    221 /* ECOFF support? */
    222 /* #undef OBJ_MAYBE_ECOFF */
    223 
    224 /* ELF support? */
    225 /* #undef OBJ_MAYBE_ELF */
    226 
    227 /* generic support? */
    228 /* #undef OBJ_MAYBE_GENERIC */
    229 
    230 /* SOM support? */
    231 /* #undef OBJ_MAYBE_SOM */
    232 
    233 /* Name of package */
    234 #define PACKAGE "gas"
    235 
    236 /* Define to the address where bug reports for this package should be sent. */
    237 #define PACKAGE_BUGREPORT ""
    238 
    239 /* Define to the full name of this package. */
    240 #define PACKAGE_NAME "gas"
    241 
    242 /* Define to the full name and version of this package. */
    243 #define PACKAGE_STRING "gas 2.42"
    244 
    245 /* Define to the one symbol short name of this package. */
    246 #define PACKAGE_TARNAME "gas"
    247 
    248 /* Define to the home page for this package. */
    249 #define PACKAGE_URL ""
    250 
    251 /* Define to the version of this package. */
    252 #define PACKAGE_VERSION "2.42"
    253 
    254 /* Define to 1 if you have the ANSI C header files. */
    255 #define STDC_HEADERS 1
    256 
    257 /* Using strict COFF? */
    258 /* #undef STRICTCOFF */
    259 
    260 /* Target alias. */
    261 #define TARGET_ALIAS "armv4eb--netbsdelf-eabi"
    262 
    263 /* Define as 1 if big endian. */
    264 #define TARGET_BYTES_BIG_ENDIAN 1
    265 
    266 /* Canonical target. */
    267 #define TARGET_CANONICAL "armv4eb--netbsdelf-eabi"
    268 
    269 /* Target CPU. */
    270 #define TARGET_CPU "armv4eb"
    271 
    272 /* Target OS. */
    273 #define TARGET_OS "netbsdelf-eabi"
    274 
    275 /* Define if default target is PowerPC Solaris. */
    276 /* #undef TARGET_SOLARIS_COMMENT */
    277 
    278 /* Target vendor. */
    279 #define TARGET_VENDOR ""
    280 
    281 /* Target specific CPU. */
    282 /* #undef TARGET_WITH_CPU */
    283 
    284 /* Use b modifier when opening binary files? */
    285 /* #undef USE_BINARY_FOPEN */
    286 
    287 /* Allow use of EF_MIPS_ABI_O32 on MIPS targets. */
    288 /* #undef USE_EF_MIPS_ABI_O32 */
    289 
    290 /* Use emulation support? */
    291 /* #undef USE_EMULATIONS */
    292 
    293 /* Enable extensions on AIX 3, Interix.  */
    294 #ifndef _ALL_SOURCE
    295 # define _ALL_SOURCE 1
    296 #endif
    297 /* Enable GNU extensions on systems that have them.  */
    298 #ifndef _GNU_SOURCE
    299 # define _GNU_SOURCE 1
    300 #endif
    301 /* Enable threading extensions on Solaris.  */
    302 #ifndef _POSIX_PTHREAD_SEMANTICS
    303 # define _POSIX_PTHREAD_SEMANTICS 1
    304 #endif
    305 /* Enable extensions on HP NonStop.  */
    306 #ifndef _TANDEM_SOURCE
    307 # define _TANDEM_SOURCE 1
    308 #endif
    309 /* Enable general extensions on Solaris.  */
    310 #ifndef __EXTENSIONS__
    311 # define __EXTENSIONS__ 1
    312 #endif
    313 
    314 
    315 /* Using cgen code? */
    316 /* #undef USING_CGEN */
    317 
    318 /* Version number of package */
    319 #define VERSION "2.42"
    320 
    321 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
    322    significant byte first (like Motorola and SPARC, unlike Intel). */
    323 #if defined AC_APPLE_UNIVERSAL_BUILD
    324 # if defined __BIG_ENDIAN__
    325 #  define WORDS_BIGENDIAN 1
    326 # endif
    327 #else
    328 # ifndef WORDS_BIGENDIAN
    329 #  define WORDS_BIGENDIAN 1
    330 # endif
    331 #endif
    332 
    333 /* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a
    334    `char[]'. */
    335 #define YYTEXT_POINTER 1
    336 
    337 /* Enable large inode numbers on Mac OS X 10.5.  */
    338 #ifndef _DARWIN_USE_64_BIT_INODE
    339 # define _DARWIN_USE_64_BIT_INODE 1
    340 #endif
    341 
    342 /* Number of bits in a file offset, on hosts where this is settable. */
    343 /* #undef _FILE_OFFSET_BITS */
    344 
    345 /* Define for large files, on AIX-style hosts. */
    346 /* #undef _LARGE_FILES */
    347 
    348 /* Define to 1 if on MINIX. */
    349 /* #undef _MINIX */
    350 
    351 /* Define to 2 if the system does not provide POSIX.1 features except with
    352    this defined. */
    353 /* #undef _POSIX_1_SOURCE */
    354 
    355 /* Define to 1 if you need to in order for `stat' and other things to work. */
    356 /* #undef _POSIX_SOURCE */
    357