1 /* This file is automatically generated. DO NOT EDIT! */ 2 /* Generated from: NetBSD: mknative-gcc,v 1.120 2025/09/16 04:18:30 mrg Exp */ 3 /* Generated from: NetBSD: mknative.common,v 1.16 2018/04/15 15:13:37 christos Exp */ 4 5 /* auto-host.h. Generated from config.in by configure. */ 6 /* config.in. Generated from configure.ac by autoheader. */ 7 8 /* Define if this compiler should be built as the offload target compiler. */ 9 #ifndef USED_FOR_TARGET 10 /* #undef ACCEL_COMPILER */ 11 #endif 12 13 14 /* Define if building universal (internal helper macro) */ 15 #ifndef USED_FOR_TARGET 16 /* #undef AC_APPLE_UNIVERSAL_BUILD */ 17 #endif 18 19 20 /* Define to the assembler option to enable compressed debug sections. */ 21 #ifndef USED_FOR_TARGET 22 #define AS_COMPRESS_DEBUG_OPTION "--compress-debug-sections" 23 #endif 24 25 26 /* Define to the assembler option to disable compressed debug sections. */ 27 #ifndef USED_FOR_TARGET 28 #define AS_NO_COMPRESS_DEBUG_OPTION "--nocompress-debug-sections" 29 #endif 30 31 32 /* Define to the root for URLs about GCC changes. */ 33 #ifndef USED_FOR_TARGET 34 #define CHANGES_ROOT_URL "https://gcc.gnu.org/" 35 #endif 36 37 38 /* Define as the number of bits in a byte, if `limits.h' doesn't. */ 39 #ifndef USED_FOR_TARGET 40 /* #undef CHAR_BIT */ 41 #endif 42 43 44 /* Define to 0/1 if you want more run-time sanity checks. This one gets a grab 45 bag of miscellaneous but relatively cheap checks. */ 46 #ifndef USED_FOR_TARGET 47 #define CHECKING_P 0 48 #endif 49 50 51 /* Define 0/1 to force the choice for exception handling model. */ 52 #ifndef USED_FOR_TARGET 53 /* #undef CONFIG_SJLJ_EXCEPTIONS */ 54 #endif 55 56 57 /* Specify a runpath directory, additional to those provided by the compiler 58 */ 59 #ifndef USED_FOR_TARGET 60 #define DARWIN_ADD_RPATH "" 61 #endif 62 63 64 /* Should add an extra runpath directory */ 65 #ifndef USED_FOR_TARGET 66 #define DARWIN_DO_EXTRA_RPATH 0 67 #endif 68 69 70 /* Define to enable the use of a default assembler. */ 71 #ifndef USED_FOR_TARGET 72 /* #undef DEFAULT_ASSEMBLER */ 73 #endif 74 75 76 /* Define to enable the use of a default debug linker. */ 77 #ifndef USED_FOR_TARGET 78 /* #undef DEFAULT_DSYMUTIL */ 79 #endif 80 81 82 /* Define to enable the use of a default linker. */ 83 #ifndef USED_FOR_TARGET 84 /* #undef DEFAULT_LINKER */ 85 #endif 86 87 88 /* Define to larger than zero set the default stack clash protector size. */ 89 #ifndef USED_FOR_TARGET 90 #define DEFAULT_STK_CLASH_GUARD_SIZE 0 91 #endif 92 93 94 /* Define if you want to use __cxa_atexit, rather than atexit, to register C++ 95 destructors for local statics and global objects. This is essential for 96 fully standards-compliant handling of destructors, but requires 97 __cxa_atexit in libc. */ 98 #ifndef USED_FOR_TARGET 99 #define DEFAULT_USE_CXA_ATEXIT 2 100 #endif 101 102 103 /* The default for -fdiagnostics-color option */ 104 #ifndef USED_FOR_TARGET 105 #define DIAGNOSTICS_COLOR_DEFAULT -1 106 #endif 107 108 109 /* The default for -fdiagnostics-urls option */ 110 #ifndef USED_FOR_TARGET 111 #define DIAGNOSTICS_URLS_DEFAULT DIAGNOSTICS_URL_AUTO 112 #endif 113 114 115 /* Define to the root for documentation URLs. */ 116 #ifndef USED_FOR_TARGET 117 #define DOCUMENTATION_ROOT_URL "https://gcc.gnu.org/onlinedocs/gcc-14.3.0/" 118 #endif 119 120 121 /* Define to the dsymutil version. */ 122 #ifndef USED_FOR_TARGET 123 /* #undef DSYMUTIL_VERSION */ 124 #endif 125 126 127 /* Define 0/1 if static analyzer feature is enabled. */ 128 #ifndef USED_FOR_TARGET 129 #define ENABLE_ANALYZER 1 130 #endif 131 132 133 /* Define if you want assertions enabled. This is a cheap check. */ 134 #ifndef USED_FOR_TARGET 135 #define ENABLE_ASSERT_CHECKING 1 136 #endif 137 138 139 /* Define to 1 to specify that we are using the BID decimal floating point 140 format instead of DPD */ 141 #ifndef USED_FOR_TARGET 142 #define ENABLE_DECIMAL_BID_FORMAT 0 143 #endif 144 145 146 /* Define to 1 to enable decimal float extension to C. */ 147 #ifndef USED_FOR_TARGET 148 #define ENABLE_DECIMAL_FLOAT 0 149 #endif 150 151 152 /* Define if your target supports default PIE and it is enabled. */ 153 #ifndef USED_FOR_TARGET 154 /* #undef ENABLE_DEFAULT_PIE */ 155 #endif 156 157 158 /* Define if your target supports default stack protector and it is enabled. 159 */ 160 #ifndef USED_FOR_TARGET 161 /* #undef ENABLE_DEFAULT_SSP */ 162 #endif 163 164 165 /* Define if you want more run-time sanity checks for dataflow. */ 166 #ifndef USED_FOR_TARGET 167 /* #undef ENABLE_DF_CHECKING */ 168 #endif 169 170 171 /* Define to 0/1 if you want extra run-time checking that might affect code 172 generation. */ 173 #ifndef USED_FOR_TARGET 174 #define ENABLE_EXTRA_CHECKING 0 175 #endif 176 177 178 /* Define to 1 to enable fixed-point arithmetic extension to C. */ 179 #ifndef USED_FOR_TARGET 180 #define ENABLE_FIXED_POINT 1 181 #endif 182 183 184 /* Define if you want fold checked that it never destructs its argument. This 185 is quite expensive. */ 186 #ifndef USED_FOR_TARGET 187 /* #undef ENABLE_FOLD_CHECKING */ 188 #endif 189 190 191 /* Define if you want the garbage collector to operate in maximally paranoid 192 mode, validating the entire heap and collecting garbage at every 193 opportunity. This is extremely expensive. */ 194 #ifndef USED_FOR_TARGET 195 /* #undef ENABLE_GC_ALWAYS_COLLECT */ 196 #endif 197 198 199 /* Define if you want the garbage collector to do object poisoning and other 200 memory allocation checks. This is quite expensive. */ 201 #ifndef USED_FOR_TARGET 202 /* #undef ENABLE_GC_CHECKING */ 203 #endif 204 205 206 /* Define if you want operations on GIMPLE (the basic data structure of the 207 high-level optimizers) to be checked for dynamic type safety at runtime. 208 This is moderately expensive. */ 209 #ifndef USED_FOR_TARGET 210 /* #undef ENABLE_GIMPLE_CHECKING */ 211 #endif 212 213 214 /* Define if gcc should always pass --build-id to linker. */ 215 #ifndef USED_FOR_TARGET 216 /* #undef ENABLE_LD_BUILDID */ 217 #endif 218 219 220 /* Define to 1 to enable libquadmath support */ 221 #ifndef USED_FOR_TARGET 222 #define ENABLE_LIBQUADMATH_SUPPORT 1 223 #endif 224 225 226 /* Define to enable LTO support. */ 227 #ifndef USED_FOR_TARGET 228 #define ENABLE_LTO 1 229 #endif 230 231 232 /* If --with-multiarch option is used */ 233 #ifndef USED_FOR_TARGET 234 /* #undef ENABLE_MULTIARCH */ 235 #endif 236 237 238 /* Define to 1 if translation of program messages to the user's native 239 language is requested. */ 240 #ifndef USED_FOR_TARGET 241 /* #undef ENABLE_NLS */ 242 #endif 243 244 245 /* Define this to enable support for offloading. */ 246 #ifndef USED_FOR_TARGET 247 #define ENABLE_OFFLOADING 0 248 #endif 249 250 251 /* Define to enable plugin support. */ 252 #ifndef USED_FOR_TARGET 253 #define ENABLE_PLUGIN 1 254 #endif 255 256 257 /* Define if you want all operations on RTL (the basic data structure of the 258 optimizer and back end) to be checked for dynamic type safety at runtime. 259 This is quite expensive. */ 260 #ifndef USED_FOR_TARGET 261 /* #undef ENABLE_RTL_CHECKING */ 262 #endif 263 264 265 /* Define if you want RTL flag accesses to be checked against the RTL codes 266 that are supported for each access macro. This is relatively cheap. */ 267 #ifndef USED_FOR_TARGET 268 /* #undef ENABLE_RTL_FLAG_CHECKING */ 269 #endif 270 271 272 /* Define if you want runtime assertions enabled. This is a cheap check. */ 273 #define ENABLE_RUNTIME_CHECKING 1 274 275 /* Define to enable evaluating float expressions with double precision in 276 standards-compatible mode on s390 targets. */ 277 /* #undef ENABLE_S390_EXCESS_FLOAT_PRECISION */ 278 279 /* Define if the -stdlib= option should be enabled. */ 280 #ifndef USED_FOR_TARGET 281 #define ENABLE_STDLIB_OPTION 0 282 #endif 283 284 285 /* Define if you want all operations on trees (the basic data structure of the 286 front ends) to be checked for dynamic type safety at runtime. This is 287 moderately expensive. */ 288 #ifndef USED_FOR_TARGET 289 /* #undef ENABLE_TREE_CHECKING */ 290 #endif 291 292 293 /* Define if you want all gimple types to be verified after gimplifiation. 294 This is cheap. */ 295 #ifndef USED_FOR_TARGET 296 /* #undef ENABLE_TYPES_CHECKING */ 297 #endif 298 299 300 /* Define to get calls to the valgrind runtime enabled. */ 301 #ifndef USED_FOR_TARGET 302 /* #undef ENABLE_VALGRIND_ANNOTATIONS */ 303 #endif 304 305 306 /* Define if you want to run subprograms and generated programs through 307 valgrind (a memory checker). This is extremely expensive. */ 308 #ifndef USED_FOR_TARGET 309 /* #undef ENABLE_VALGRIND_CHECKING */ 310 #endif 311 312 313 /* Define 0/1 if vtable verification feature is enabled. */ 314 #ifndef USED_FOR_TARGET 315 #define ENABLE_VTABLE_VERIFY 0 316 #endif 317 318 319 /* Define to 1 if installation paths should be looked up in the Windows 320 Registry. Ignored on non-Windows hosts. */ 321 #ifndef USED_FOR_TARGET 322 /* #undef ENABLE_WIN32_REGISTRY */ 323 #endif 324 325 326 /* Define to the name of a file containing a list of extra machine modes for 327 this architecture. */ 328 #ifndef USED_FOR_TARGET 329 #define EXTRA_MODES_FILE "config/mips/mips-modes.def" 330 #endif 331 332 333 /* Define to enable detailed memory allocation stats gathering. */ 334 #ifndef USED_FOR_TARGET 335 #define GATHER_STATISTICS 0 336 #endif 337 338 339 /* Define to 1 if `TIOCGWINSZ' requires <sys/ioctl.h>. */ 340 #ifndef USED_FOR_TARGET 341 /* #undef GWINSZ_IN_SYS_IOCTL */ 342 #endif 343 344 345 /* mcontext_t fields start with __ */ 346 #ifndef USED_FOR_TARGET 347 /* #undef HAS_MCONTEXT_T_UNDERSCORES */ 348 #endif 349 350 351 /* Define if AF_INET6 supported. */ 352 #ifndef USED_FOR_TARGET 353 #define HAVE_AF_INET6 1 354 #endif 355 356 357 /* Define if AF_UNIX supported. */ 358 #ifndef USED_FOR_TARGET 359 #define HAVE_AF_UNIX 1 360 #endif 361 362 363 /* Define if your assembler supports architecture modifiers. */ 364 #ifndef USED_FOR_TARGET 365 /* #undef HAVE_AS_ARCHITECTURE_MODIFIERS */ 366 #endif 367 368 369 /* Define if your avr assembler supports -mgcc-isr option. */ 370 #ifndef USED_FOR_TARGET 371 /* #undef HAVE_AS_AVR_MGCCISR_OPTION */ 372 #endif 373 374 375 /* Define if your avr assembler supports --mlink-relax option. */ 376 #ifndef USED_FOR_TARGET 377 /* #undef HAVE_AS_AVR_MLINK_RELAX_OPTION */ 378 #endif 379 380 381 /* Define if your avr assembler supports -mrmw option. */ 382 #ifndef USED_FOR_TARGET 383 /* #undef HAVE_AS_AVR_MRMW_OPTION */ 384 #endif 385 386 387 /* Define to the level of your assembler's compressed debug section support. 388 */ 389 #ifndef USED_FOR_TARGET 390 #define HAVE_AS_COMPRESS_DEBUG 1 391 #endif 392 393 394 /* Define if your assembler supports conditional branch relaxation. */ 395 #ifndef USED_FOR_TARGET 396 /* #undef HAVE_AS_COND_BRANCH_RELAXATION */ 397 #endif 398 399 400 /* Define if your assembler supports the --debug-prefix-map option. */ 401 #ifndef USED_FOR_TARGET 402 #define HAVE_AS_DEBUG_PREFIX_MAP 1 403 #endif 404 405 406 /* Define if your assembler supports .module. */ 407 #ifndef USED_FOR_TARGET 408 #define HAVE_AS_DOT_MODULE 1 409 #endif 410 411 412 /* Define if your assembler supports DSPR1 mult. */ 413 #ifndef USED_FOR_TARGET 414 #define HAVE_AS_DSPR1_MULT 1 415 #endif 416 417 418 /* Define if your assembler supports .dtprelword. */ 419 #ifndef USED_FOR_TARGET 420 #define HAVE_AS_DTPRELWORD 1 421 #endif 422 423 424 /* Define if your assembler supports dwarf2 .file/.loc directives, and 425 preserves file table indices exactly as given. */ 426 #ifndef USED_FOR_TARGET 427 #define HAVE_AS_DWARF2_DEBUG_LINE 1 428 #endif 429 430 431 /* Define if your assembler supports views in dwarf2 .loc directives. */ 432 #ifndef USED_FOR_TARGET 433 #define HAVE_AS_DWARF2_DEBUG_VIEW 1 434 #endif 435 436 437 /* Define if your assembler supports eh_frame pcrel encoding. */ 438 #ifndef USED_FOR_TARGET 439 /* #undef HAVE_AS_EH_FRAME_PCREL_ENCODING_SUPPORT */ 440 #endif 441 442 443 /* Define if your assembler supports the R_PPC64_ENTRY relocation. */ 444 #ifndef USED_FOR_TARGET 445 /* #undef HAVE_AS_ENTRY_MARKERS */ 446 #endif 447 448 449 /* Define if your assembler supports explicit relocation. */ 450 #ifndef USED_FOR_TARGET 451 /* #undef HAVE_AS_EXPLICIT_RELOCS */ 452 #endif 453 454 455 /* Define if your assembler supports FMAF, HPC, and VIS 3.0 instructions. */ 456 #ifndef USED_FOR_TARGET 457 /* #undef HAVE_AS_FMAF_HPC_VIS3 */ 458 #endif 459 460 461 /* Define if your assembler supports the --gdwarf2 option. */ 462 #ifndef USED_FOR_TARGET 463 #define HAVE_AS_GDWARF2_DEBUG_FLAG 1 464 #endif 465 466 467 /* Define if your assembler supports the --gdwarf-5 option. */ 468 #ifndef USED_FOR_TARGET 469 #define HAVE_AS_GDWARF_5_DEBUG_FLAG 1 470 #endif 471 472 473 /* Define if your assembler supports .gnu_attribute. */ 474 #ifndef USED_FOR_TARGET 475 #define HAVE_AS_GNU_ATTRIBUTE 1 476 #endif 477 478 479 /* Define true if the assembler supports '.long foo@GOTOFF'. */ 480 #ifndef USED_FOR_TARGET 481 /* #undef HAVE_AS_GOTOFF_IN_DATA */ 482 #endif 483 484 485 /* Define if your assembler supports the Sun syntax for cmov. */ 486 #ifndef USED_FOR_TARGET 487 /* #undef HAVE_AS_IX86_CMOV_SUN_SYNTAX */ 488 #endif 489 490 491 /* Define if your assembler supports the subtraction of symbols in different 492 sections. */ 493 #ifndef USED_FOR_TARGET 494 /* #undef HAVE_AS_IX86_DIFF_SECT_DELTA */ 495 #endif 496 497 498 /* Define if your assembler supports the ffreep mnemonic. */ 499 #ifndef USED_FOR_TARGET 500 /* #undef HAVE_AS_IX86_FFREEP */ 501 #endif 502 503 504 /* Define if your assembler uses fildq and fistq mnemonics. */ 505 #ifndef USED_FOR_TARGET 506 /* #undef HAVE_AS_IX86_FILDQ */ 507 #endif 508 509 510 /* Define if your assembler uses filds and fists mnemonics. */ 511 #ifndef USED_FOR_TARGET 512 /* #undef HAVE_AS_IX86_FILDS */ 513 #endif 514 515 516 /* Define 0/1 if your assembler and linker support @GOT. */ 517 #ifndef USED_FOR_TARGET 518 /* #undef HAVE_AS_IX86_GOT32X */ 519 #endif 520 521 522 /* Define if your assembler supports HLE prefixes. */ 523 #ifndef USED_FOR_TARGET 524 /* #undef HAVE_AS_IX86_HLE */ 525 #endif 526 527 528 /* Define if your assembler supports interunit movq mnemonic. */ 529 #ifndef USED_FOR_TARGET 530 /* #undef HAVE_AS_IX86_INTERUNIT_MOVQ */ 531 #endif 532 533 534 /* Define if your assembler supports the .quad directive. */ 535 #ifndef USED_FOR_TARGET 536 /* #undef HAVE_AS_IX86_QUAD */ 537 #endif 538 539 540 /* Define if the assembler supports 'rep <insn>, lock <insn>'. */ 541 #ifndef USED_FOR_TARGET 542 /* #undef HAVE_AS_IX86_REP_LOCK_PREFIX */ 543 #endif 544 545 546 /* Define if your assembler supports the sahf mnemonic in 64bit mode. */ 547 #ifndef USED_FOR_TARGET 548 /* #undef HAVE_AS_IX86_SAHF */ 549 #endif 550 551 552 /* Define if your assembler supports the swap suffix. */ 553 #ifndef USED_FOR_TARGET 554 /* #undef HAVE_AS_IX86_SWAP */ 555 #endif 556 557 558 /* Define if your assembler and linker support @tlsgdplt. */ 559 #ifndef USED_FOR_TARGET 560 /* #undef HAVE_AS_IX86_TLSGDPLT */ 561 #endif 562 563 564 /* Define to 1 if your assembler and linker support @tlsldm. */ 565 #ifndef USED_FOR_TARGET 566 /* #undef HAVE_AS_IX86_TLSLDM */ 567 #endif 568 569 570 /* Define to 1 if your assembler and linker support @tlsldmplt. */ 571 #ifndef USED_FOR_TARGET 572 /* #undef HAVE_AS_IX86_TLSLDMPLT */ 573 #endif 574 575 576 /* Define 0/1 if your assembler and linker support calling ___tls_get_addr via 577 GOT. */ 578 #ifndef USED_FOR_TARGET 579 /* #undef HAVE_AS_IX86_TLS_GET_ADDR_GOT */ 580 #endif 581 582 583 /* Define if your assembler supports the 'ud2' mnemonic. */ 584 #ifndef USED_FOR_TARGET 585 /* #undef HAVE_AS_IX86_UD2 */ 586 #endif 587 588 589 /* Define if your assembler supports the lituse_jsrdirect relocation. */ 590 #ifndef USED_FOR_TARGET 591 /* #undef HAVE_AS_JSRDIRECT_RELOCS */ 592 #endif 593 594 595 /* Define if your assembler supports .sleb128 and .uleb128. */ 596 #ifndef USED_FOR_TARGET 597 #define HAVE_AS_LEB128 1 598 #endif 599 600 601 /* Define if your assembler supports LEON instructions. */ 602 #ifndef USED_FOR_TARGET 603 /* #undef HAVE_AS_LEON */ 604 #endif 605 606 607 /* Define if the assembler won't complain about a line such as # 0 "" 2. */ 608 #ifndef USED_FOR_TARGET 609 #define HAVE_AS_LINE_ZERO 1 610 #endif 611 612 613 /* Define if your assembler supports ltoffx and ldxmov relocations. */ 614 #ifndef USED_FOR_TARGET 615 /* #undef HAVE_AS_LTOFFX_LDXMOV_RELOCS */ 616 #endif 617 618 619 /* Define if your assembler supports the -mabi option. */ 620 #ifndef USED_FOR_TARGET 621 /* #undef HAVE_AS_MABI_OPTION */ 622 #endif 623 624 625 /* Define if your assembler supports .machine and .machinemode. */ 626 #ifndef USED_FOR_TARGET 627 /* #undef HAVE_AS_MACHINE_MACHINEMODE */ 628 #endif 629 630 631 /* Define if your macOS assembler supports .build_version directives */ 632 #ifndef USED_FOR_TARGET 633 /* #undef HAVE_AS_MACOS_BUILD_VERSION */ 634 #endif 635 636 637 /* Define if the assembler understands -march=rv*_zifencei. */ 638 #ifndef USED_FOR_TARGET 639 /* #undef HAVE_AS_MARCH_ZIFENCEI */ 640 #endif 641 642 643 /* Define if your assembler supports mfcr field. */ 644 #ifndef USED_FOR_TARGET 645 /* #undef HAVE_AS_MFCRF */ 646 #endif 647 648 649 /* Define if the assembler understands -misa-spec=. */ 650 #ifndef USED_FOR_TARGET 651 /* #undef HAVE_AS_MISA_SPEC */ 652 #endif 653 654 655 /* Define if your macOS assembler supports -mllvm -x86-pad-for-align=false. */ 656 #ifndef USED_FOR_TARGET 657 /* #undef HAVE_AS_MLLVM_X86_PAD_FOR_ALIGN */ 658 #endif 659 660 661 /* Define if your macOS assembler supports the -mmacos-version-min option. */ 662 #ifndef USED_FOR_TARGET 663 /* #undef HAVE_AS_MMACOSX_VERSION_MIN_OPTION */ 664 #endif 665 666 667 /* Define if your assembler supports -mrelax option. */ 668 #ifndef USED_FOR_TARGET 669 /* #undef HAVE_AS_MRELAX_OPTION */ 670 #endif 671 672 673 /* Define if your assembler supports .mspabi_attribute. */ 674 #ifndef USED_FOR_TARGET 675 /* #undef HAVE_AS_MSPABI_ATTRIBUTE */ 676 #endif 677 678 679 /* Define if the assembler understands -mnan=. */ 680 #ifndef USED_FOR_TARGET 681 #define HAVE_AS_NAN 1 682 #endif 683 684 685 /* Define if your assembler supports %gotoff relocation syntax. */ 686 #ifndef USED_FOR_TARGET 687 /* #undef HAVE_AS_NIOS2_GOTOFF_RELOCATION */ 688 #endif 689 690 691 /* Define if your assembler supports the -no-mul-bug-abort option. */ 692 #ifndef USED_FOR_TARGET 693 /* #undef HAVE_AS_NO_MUL_BUG_ABORT_OPTION */ 694 #endif 695 696 697 /* Define if the assembler understands -mno-shared. */ 698 #ifndef USED_FOR_TARGET 699 #define HAVE_AS_NO_SHARED 1 700 #endif 701 702 703 /* Define if your assembler supports offsetable %lo(). */ 704 #ifndef USED_FOR_TARGET 705 /* #undef HAVE_AS_OFFSETABLE_LO10 */ 706 #endif 707 708 709 /* Define if your assembler supports R_PPC*_PLTSEQ relocations. */ 710 #ifndef USED_FOR_TARGET 711 /* #undef HAVE_AS_PLTSEQ */ 712 #endif 713 714 715 /* Define if your assembler supports htm insns on power10. */ 716 #ifndef USED_FOR_TARGET 717 /* #undef HAVE_AS_POWER10_HTM */ 718 #endif 719 720 721 /* Define if your assembler supports .ref */ 722 #ifndef USED_FOR_TARGET 723 /* #undef HAVE_AS_REF */ 724 #endif 725 726 727 /* Define if your assembler supports R_PPC_REL16 relocs. */ 728 #ifndef USED_FOR_TARGET 729 /* #undef HAVE_AS_REL16 */ 730 #endif 731 732 733 /* Define if your assembler supports -relax option. */ 734 #ifndef USED_FOR_TARGET 735 /* #undef HAVE_AS_RELAX_OPTION */ 736 #endif 737 738 739 /* Define if your assembler supports .attribute. */ 740 #ifndef USED_FOR_TARGET 741 /* #undef HAVE_AS_RISCV_ATTRIBUTE */ 742 #endif 743 744 745 /* Define 0/1 if your assembler and linker support R_X86_64_CODE_6_GOTTPOFF. 746 */ 747 #ifndef USED_FOR_TARGET 748 /* #undef HAVE_AS_R_X86_64_CODE_6_GOTTPOFF */ 749 #endif 750 751 752 /* Define if your assembler supports relocs needed by -fpic. */ 753 #ifndef USED_FOR_TARGET 754 /* #undef HAVE_AS_SMALL_PIC_RELOCS */ 755 #endif 756 757 758 /* Define if your assembler supports SPARC4 instructions. */ 759 #ifndef USED_FOR_TARGET 760 /* #undef HAVE_AS_SPARC4 */ 761 #endif 762 763 764 /* Define if your assembler supports SPARC5 and VIS 4.0 instructions. */ 765 #ifndef USED_FOR_TARGET 766 /* #undef HAVE_AS_SPARC5_VIS4 */ 767 #endif 768 769 770 /* Define if your assembler supports SPARC6 instructions. */ 771 #ifndef USED_FOR_TARGET 772 /* #undef HAVE_AS_SPARC6 */ 773 #endif 774 775 776 /* Define if your assembler and linker support GOTDATA_OP relocs. */ 777 #ifndef USED_FOR_TARGET 778 /* #undef HAVE_AS_SPARC_GOTDATA_OP */ 779 #endif 780 781 782 /* Define if your assembler and linker support unaligned PC relative relocs. 783 */ 784 #ifndef USED_FOR_TARGET 785 /* #undef HAVE_AS_SPARC_UA_PCREL */ 786 #endif 787 788 789 /* Define if your assembler and linker support unaligned PC relative relocs 790 against hidden symbols. */ 791 #ifndef USED_FOR_TARGET 792 /* #undef HAVE_AS_SPARC_UA_PCREL_HIDDEN */ 793 #endif 794 795 796 /* Define if your assembler supports call36 relocation. */ 797 #ifndef USED_FOR_TARGET 798 /* #undef HAVE_AS_SUPPORT_CALL36 */ 799 #endif 800 801 802 /* Define if your assembler and linker support thread-local storage. */ 803 #ifndef USED_FOR_TARGET 804 #define HAVE_AS_TLS 1 805 #endif 806 807 808 /* Define if your assembler supports tls le relocation. */ 809 #ifndef USED_FOR_TARGET 810 /* #undef HAVE_AS_TLS_LE_RELAXATION */ 811 #endif 812 813 814 /* Define if your assembler supports vl/vst/vlm/vstm with an optional 815 alignment hint argument. */ 816 #ifndef USED_FOR_TARGET 817 /* #undef HAVE_AS_VECTOR_LOADSTORE_ALIGNMENT_HINTS */ 818 #endif 819 820 821 /* Define if your assembler supports vl/vst/vlm/vstm with an optional 822 alignment hint argument on z13. */ 823 #ifndef USED_FOR_TARGET 824 /* #undef HAVE_AS_VECTOR_LOADSTORE_ALIGNMENT_HINTS_ON_Z13 */ 825 #endif 826 827 828 /* Define if your assembler supports VSX instructions. */ 829 #ifndef USED_FOR_TARGET 830 /* #undef HAVE_AS_VSX */ 831 #endif 832 833 834 /* Define if your assembler supports --gdwarf-4/--gdwarf-5 even with compiler 835 generated .debug_line. */ 836 #ifndef USED_FOR_TARGET 837 /* #undef HAVE_AS_WORKING_DWARF_N_FLAG */ 838 #endif 839 840 841 /* Define if your assembler supports -xbrace_comment option. */ 842 #ifndef USED_FOR_TARGET 843 /* #undef HAVE_AS_XBRACE_COMMENT_OPTION */ 844 #endif 845 846 847 /* Define to 1 if you have the `atoq' function. */ 848 #ifndef USED_FOR_TARGET 849 /* #undef HAVE_ATOQ */ 850 #endif 851 852 853 /* Define to 1 if you have the Mac OS X function 854 CFLocaleCopyPreferredLanguages in the CoreFoundation framework. */ 855 #ifndef USED_FOR_TARGET 856 /* #undef HAVE_CFLOCALECOPYPREFERREDLANGUAGES */ 857 #endif 858 859 860 /* Define to 1 if you have the Mac OS X function CFPreferencesCopyAppValue in 861 the CoreFoundation framework. */ 862 #ifndef USED_FOR_TARGET 863 /* #undef HAVE_CFPREFERENCESCOPYAPPVALUE */ 864 #endif 865 866 867 /* Define to 1 if you have the `clearerr_unlocked' function. */ 868 #ifndef USED_FOR_TARGET 869 /* #undef HAVE_CLEARERR_UNLOCKED */ 870 #endif 871 872 873 /* Define to 1 if you have the `clock' function. */ 874 #ifndef USED_FOR_TARGET 875 #define HAVE_CLOCK 1 876 #endif 877 878 879 /* Define if <time.h> defines clock_t. */ 880 #ifndef USED_FOR_TARGET 881 #define HAVE_CLOCK_T 1 882 #endif 883 884 885 /* Define 0/1 if your assembler and linker support COMDAT groups. */ 886 #ifndef USED_FOR_TARGET 887 #define HAVE_COMDAT_GROUP 1 888 #endif 889 890 891 /* Define if the GNU dcgettext() function is already present or preinstalled. 892 */ 893 #ifndef USED_FOR_TARGET 894 /* #undef HAVE_DCGETTEXT */ 895 #endif 896 897 898 /* Define to 1 if we found a declaration for 'abort', otherwise define to 0. 899 */ 900 #ifndef USED_FOR_TARGET 901 #define HAVE_DECL_ABORT 1 902 #endif 903 904 905 /* Define to 1 if we found a declaration for 'asprintf', otherwise define to 906 0. */ 907 #ifndef USED_FOR_TARGET 908 #define HAVE_DECL_ASPRINTF 1 909 #endif 910 911 912 /* Define to 1 if we found a declaration for 'atof', otherwise define to 0. */ 913 #ifndef USED_FOR_TARGET 914 #define HAVE_DECL_ATOF 1 915 #endif 916 917 918 /* Define to 1 if we found a declaration for 'atol', otherwise define to 0. */ 919 #ifndef USED_FOR_TARGET 920 #define HAVE_DECL_ATOL 1 921 #endif 922 923 924 /* Define to 1 if we found a declaration for 'atoll', otherwise define to 0. 925 */ 926 #ifndef USED_FOR_TARGET 927 #define HAVE_DECL_ATOLL 1 928 #endif 929 930 931 /* Define to 1 if you have the declaration of `basename(const char*)', and to 932 0 if you don't. */ 933 #ifndef USED_FOR_TARGET 934 #define HAVE_DECL_BASENAME 0 935 #endif 936 937 938 /* Define to 1 if we found a declaration for 'calloc', otherwise define to 0. 939 */ 940 #ifndef USED_FOR_TARGET 941 #define HAVE_DECL_CALLOC 1 942 #endif 943 944 945 /* Define to 1 if we found a declaration for 'clearerr_unlocked', otherwise 946 define to 0. */ 947 #ifndef USED_FOR_TARGET 948 #define HAVE_DECL_CLEARERR_UNLOCKED 0 949 #endif 950 951 952 /* Define to 1 if we found a declaration for 'clock', otherwise define to 0. 953 */ 954 #ifndef USED_FOR_TARGET 955 #define HAVE_DECL_CLOCK 1 956 #endif 957 958 959 /* Define to 1 if we found a declaration for 'errno', otherwise define to 0. 960 */ 961 #ifndef USED_FOR_TARGET 962 #define HAVE_DECL_ERRNO 1 963 #endif 964 965 966 /* Define to 1 if we found a declaration for 'feof_unlocked', otherwise define 967 to 0. */ 968 #ifndef USED_FOR_TARGET 969 #define HAVE_DECL_FEOF_UNLOCKED 0 970 #endif 971 972 973 /* Define to 1 if we found a declaration for 'ferror_unlocked', otherwise 974 define to 0. */ 975 #ifndef USED_FOR_TARGET 976 #define HAVE_DECL_FERROR_UNLOCKED 0 977 #endif 978 979 980 /* Define to 1 if we found a declaration for 'fflush_unlocked', otherwise 981 define to 0. */ 982 #ifndef USED_FOR_TARGET 983 #define HAVE_DECL_FFLUSH_UNLOCKED 0 984 #endif 985 986 987 /* Define to 1 if we found a declaration for 'ffs', otherwise define to 0. */ 988 #ifndef USED_FOR_TARGET 989 #define HAVE_DECL_FFS 1 990 #endif 991 992 993 /* Define to 1 if we found a declaration for 'fgetc_unlocked', otherwise 994 define to 0. */ 995 #ifndef USED_FOR_TARGET 996 #define HAVE_DECL_FGETC_UNLOCKED 0 997 #endif 998 999 1000 /* Define to 1 if we found a declaration for 'fgets_unlocked', otherwise 1001 define to 0. */ 1002 #ifndef USED_FOR_TARGET 1003 #define HAVE_DECL_FGETS_UNLOCKED 0 1004 #endif 1005 1006 1007 /* Define to 1 if we found a declaration for 'fileno_unlocked', otherwise 1008 define to 0. */ 1009 #ifndef USED_FOR_TARGET 1010 #define HAVE_DECL_FILENO_UNLOCKED 0 1011 #endif 1012 1013 1014 /* Define to 1 if we found a declaration for 'fprintf_unlocked', otherwise 1015 define to 0. */ 1016 #ifndef USED_FOR_TARGET 1017 #define HAVE_DECL_FPRINTF_UNLOCKED 0 1018 #endif 1019 1020 1021 /* Define to 1 if we found a declaration for 'fputc_unlocked', otherwise 1022 define to 0. */ 1023 #ifndef USED_FOR_TARGET 1024 #define HAVE_DECL_FPUTC_UNLOCKED 0 1025 #endif 1026 1027 1028 /* Define to 1 if we found a declaration for 'fputs_unlocked', otherwise 1029 define to 0. */ 1030 #ifndef USED_FOR_TARGET 1031 #define HAVE_DECL_FPUTS_UNLOCKED 0 1032 #endif 1033 1034 1035 /* Define to 1 if we found a declaration for 'fread_unlocked', otherwise 1036 define to 0. */ 1037 #ifndef USED_FOR_TARGET 1038 #define HAVE_DECL_FREAD_UNLOCKED 0 1039 #endif 1040 1041 1042 /* Define to 1 if we found a declaration for 'free', otherwise define to 0. */ 1043 #ifndef USED_FOR_TARGET 1044 #define HAVE_DECL_FREE 1 1045 #endif 1046 1047 1048 /* Define to 1 if we found a declaration for 'fwrite_unlocked', otherwise 1049 define to 0. */ 1050 #ifndef USED_FOR_TARGET 1051 #define HAVE_DECL_FWRITE_UNLOCKED 0 1052 #endif 1053 1054 1055 /* Define to 1 if we found a declaration for 'getchar_unlocked', otherwise 1056 define to 0. */ 1057 #ifndef USED_FOR_TARGET 1058 #define HAVE_DECL_GETCHAR_UNLOCKED 1 1059 #endif 1060 1061 1062 /* Define to 1 if we found a declaration for 'getcwd', otherwise define to 0. 1063 */ 1064 #ifndef USED_FOR_TARGET 1065 #define HAVE_DECL_GETCWD 1 1066 #endif 1067 1068 1069 /* Define to 1 if we found a declaration for 'getc_unlocked', otherwise define 1070 to 0. */ 1071 #ifndef USED_FOR_TARGET 1072 #define HAVE_DECL_GETC_UNLOCKED 1 1073 #endif 1074 1075 1076 /* Define to 1 if we found a declaration for 'getenv', otherwise define to 0. 1077 */ 1078 #ifndef USED_FOR_TARGET 1079 #define HAVE_DECL_GETENV 1 1080 #endif 1081 1082 1083 /* Define to 1 if we found a declaration for 'getopt', otherwise define to 0. 1084 */ 1085 #ifndef USED_FOR_TARGET 1086 #define HAVE_DECL_GETOPT 1 1087 #endif 1088 1089 1090 /* Define to 1 if we found a declaration for 'getpagesize', otherwise define 1091 to 0. */ 1092 #ifndef USED_FOR_TARGET 1093 #define HAVE_DECL_GETPAGESIZE 1 1094 #endif 1095 1096 1097 /* Define to 1 if we found a declaration for 'getrlimit', otherwise define to 1098 0. */ 1099 #ifndef USED_FOR_TARGET 1100 #define HAVE_DECL_GETRLIMIT 1 1101 #endif 1102 1103 1104 /* Define to 1 if we found a declaration for 'getrusage', otherwise define to 1105 0. */ 1106 #ifndef USED_FOR_TARGET 1107 #define HAVE_DECL_GETRUSAGE 1 1108 #endif 1109 1110 1111 /* Define to 1 if we found a declaration for 'getwd', otherwise define to 0. 1112 */ 1113 #ifndef USED_FOR_TARGET 1114 #define HAVE_DECL_GETWD 1 1115 #endif 1116 1117 1118 /* Define to 1 if we found a declaration for 'ldgetname', otherwise define to 1119 0. */ 1120 #ifndef USED_FOR_TARGET 1121 #define HAVE_DECL_LDGETNAME 0 1122 #endif 1123 1124 1125 /* Define to 1 if we found a declaration for 'madvise', otherwise define to 0. 1126 */ 1127 #ifndef USED_FOR_TARGET 1128 #define HAVE_DECL_MADVISE 1 1129 #endif 1130 1131 1132 /* Define to 1 if we found a declaration for 'mallinfo', otherwise define to 1133 0. */ 1134 #ifndef USED_FOR_TARGET 1135 #define HAVE_DECL_MALLINFO 0 1136 #endif 1137 1138 1139 /* Define to 1 if we found a declaration for 'mallinfo2', otherwise define to 1140 0. */ 1141 #ifndef USED_FOR_TARGET 1142 #define HAVE_DECL_MALLINFO2 0 1143 #endif 1144 1145 1146 /* Define to 1 if we found a declaration for 'malloc', otherwise define to 0. 1147 */ 1148 #ifndef USED_FOR_TARGET 1149 #define HAVE_DECL_MALLOC 1 1150 #endif 1151 1152 1153 /* Define to 1 if we found a declaration for 'putchar_unlocked', otherwise 1154 define to 0. */ 1155 #ifndef USED_FOR_TARGET 1156 #define HAVE_DECL_PUTCHAR_UNLOCKED 1 1157 #endif 1158 1159 1160 /* Define to 1 if we found a declaration for 'putc_unlocked', otherwise define 1161 to 0. */ 1162 #ifndef USED_FOR_TARGET 1163 #define HAVE_DECL_PUTC_UNLOCKED 1 1164 #endif 1165 1166 1167 /* Define to 1 if we found a declaration for 'realloc', otherwise define to 0. 1168 */ 1169 #ifndef USED_FOR_TARGET 1170 #define HAVE_DECL_REALLOC 1 1171 #endif 1172 1173 1174 /* Define to 1 if we found a declaration for 'sbrk', otherwise define to 0. */ 1175 #ifndef USED_FOR_TARGET 1176 #define HAVE_DECL_SBRK 1 1177 #endif 1178 1179 1180 /* Define to 1 if we found a declaration for 'setenv', otherwise define to 0. 1181 */ 1182 #ifndef USED_FOR_TARGET 1183 #define HAVE_DECL_SETENV 1 1184 #endif 1185 1186 1187 /* Define to 1 if we found a declaration for 'setrlimit', otherwise define to 1188 0. */ 1189 #ifndef USED_FOR_TARGET 1190 #define HAVE_DECL_SETRLIMIT 1 1191 #endif 1192 1193 1194 /* Define to 1 if we found a declaration for 'sigaltstack', otherwise define 1195 to 0. */ 1196 #ifndef USED_FOR_TARGET 1197 #define HAVE_DECL_SIGALTSTACK 1 1198 #endif 1199 1200 1201 /* Define to 1 if we found a declaration for 'snprintf', otherwise define to 1202 0. */ 1203 #ifndef USED_FOR_TARGET 1204 #define HAVE_DECL_SNPRINTF 1 1205 #endif 1206 1207 1208 /* Define to 1 if we found a declaration for 'stpcpy', otherwise define to 0. 1209 */ 1210 #ifndef USED_FOR_TARGET 1211 #define HAVE_DECL_STPCPY 1 1212 #endif 1213 1214 1215 /* Define to 1 if we found a declaration for 'strnlen', otherwise define to 0. 1216 */ 1217 #ifndef USED_FOR_TARGET 1218 #define HAVE_DECL_STRNLEN 1 1219 #endif 1220 1221 1222 /* Define to 1 if we found a declaration for 'strsignal', otherwise define to 1223 0. */ 1224 #ifndef USED_FOR_TARGET 1225 #define HAVE_DECL_STRSIGNAL 1 1226 #endif 1227 1228 1229 /* Define to 1 if you have the declaration of `strstr(const char*,const 1230 char*)', and to 0 if you don't. */ 1231 #ifndef USED_FOR_TARGET 1232 #define HAVE_DECL_STRSTR 1 1233 #endif 1234 1235 1236 /* Define to 1 if we found a declaration for 'strtol', otherwise define to 0. 1237 */ 1238 #ifndef USED_FOR_TARGET 1239 #define HAVE_DECL_STRTOL 1 1240 #endif 1241 1242 1243 /* Define to 1 if we found a declaration for 'strtoll', otherwise define to 0. 1244 */ 1245 #ifndef USED_FOR_TARGET 1246 #define HAVE_DECL_STRTOLL 1 1247 #endif 1248 1249 1250 /* Define to 1 if we found a declaration for 'strtoul', otherwise define to 0. 1251 */ 1252 #ifndef USED_FOR_TARGET 1253 #define HAVE_DECL_STRTOUL 1 1254 #endif 1255 1256 1257 /* Define to 1 if we found a declaration for 'strtoull', otherwise define to 1258 0. */ 1259 #ifndef USED_FOR_TARGET 1260 #define HAVE_DECL_STRTOULL 1 1261 #endif 1262 1263 1264 /* Define to 1 if we found a declaration for 'strverscmp', otherwise define to 1265 0. */ 1266 #ifndef USED_FOR_TARGET 1267 #define HAVE_DECL_STRVERSCMP 0 1268 #endif 1269 1270 1271 /* Define to 1 if we found a declaration for 'times', otherwise define to 0. 1272 */ 1273 #ifndef USED_FOR_TARGET 1274 #define HAVE_DECL_TIMES 1 1275 #endif 1276 1277 1278 /* Define to 1 if we found a declaration for 'unsetenv', otherwise define to 1279 0. */ 1280 #ifndef USED_FOR_TARGET 1281 #define HAVE_DECL_UNSETENV 1 1282 #endif 1283 1284 1285 /* Define to 1 if we found a declaration for 'vasprintf', otherwise define to 1286 0. */ 1287 #ifndef USED_FOR_TARGET 1288 #define HAVE_DECL_VASPRINTF 1 1289 #endif 1290 1291 1292 /* Define to 1 if we found a declaration for 'vsnprintf', otherwise define to 1293 0. */ 1294 #ifndef USED_FOR_TARGET 1295 #define HAVE_DECL_VSNPRINTF 1 1296 #endif 1297 1298 1299 /* Define to 1 if you have the <direct.h> header file. */ 1300 #ifndef USED_FOR_TARGET 1301 /* #undef HAVE_DIRECT_H */ 1302 #endif 1303 1304 1305 /* Define to 1 if you have the <dlfcn.h> header file. */ 1306 #ifndef USED_FOR_TARGET 1307 #define HAVE_DLFCN_H 1 1308 #endif 1309 1310 1311 /* Define to 1 if you have the <ext/hash_map> header file. */ 1312 #ifndef USED_FOR_TARGET 1313 #define HAVE_EXT_HASH_MAP 1 1314 #endif 1315 1316 1317 /* Define to 1 if you have the <fcntl.h> header file. */ 1318 #ifndef USED_FOR_TARGET 1319 #define HAVE_FCNTL_H 1 1320 #endif 1321 1322 1323 /* Define to 1 if you have the `feof_unlocked' function. */ 1324 #ifndef USED_FOR_TARGET 1325 /* #undef HAVE_FEOF_UNLOCKED */ 1326 #endif 1327 1328 1329 /* Define to 1 if you have the `ferror_unlocked' function. */ 1330 #ifndef USED_FOR_TARGET 1331 /* #undef HAVE_FERROR_UNLOCKED */ 1332 #endif 1333 1334 1335 /* Define to 1 if you have the `fflush_unlocked' function. */ 1336 #ifndef USED_FOR_TARGET 1337 /* #undef HAVE_FFLUSH_UNLOCKED */ 1338 #endif 1339 1340 1341 /* Define to 1 if you have the `fgetc_unlocked' function. */ 1342 #ifndef USED_FOR_TARGET 1343 /* #undef HAVE_FGETC_UNLOCKED */ 1344 #endif 1345 1346 1347 /* Define to 1 if you have the `fgets_unlocked' function. */ 1348 #ifndef USED_FOR_TARGET 1349 /* #undef HAVE_FGETS_UNLOCKED */ 1350 #endif 1351 1352 1353 /* Define 0/1 if -fhardened is supported */ 1354 #ifndef USED_FOR_TARGET 1355 #define HAVE_FHARDENED_SUPPORT 0 1356 #endif 1357 1358 1359 /* Define to 1 if you have the `fileno_unlocked' function. */ 1360 #ifndef USED_FOR_TARGET 1361 /* #undef HAVE_FILENO_UNLOCKED */ 1362 #endif 1363 1364 1365 /* Define to 1 if you have the `fork' function. */ 1366 #ifndef USED_FOR_TARGET 1367 #define HAVE_FORK 1 1368 #endif 1369 1370 1371 /* Define to 1 if you have the `fprintf_unlocked' function. */ 1372 #ifndef USED_FOR_TARGET 1373 /* #undef HAVE_FPRINTF_UNLOCKED */ 1374 #endif 1375 1376 1377 /* Define to 1 if you have the `fputc_unlocked' function. */ 1378 #ifndef USED_FOR_TARGET 1379 /* #undef HAVE_FPUTC_UNLOCKED */ 1380 #endif 1381 1382 1383 /* Define to 1 if you have the `fputs_unlocked' function. */ 1384 #ifndef USED_FOR_TARGET 1385 /* #undef HAVE_FPUTS_UNLOCKED */ 1386 #endif 1387 1388 1389 /* Define to 1 if you have the `fread_unlocked' function. */ 1390 #ifndef USED_FOR_TARGET 1391 /* #undef HAVE_FREAD_UNLOCKED */ 1392 #endif 1393 1394 1395 /* Define to 1 if you have the `fstatat' function. */ 1396 #ifndef USED_FOR_TARGET 1397 #define HAVE_FSTATAT 1 1398 #endif 1399 1400 1401 /* Define to 1 if you have the <ftw.h> header file. */ 1402 #ifndef USED_FOR_TARGET 1403 #define HAVE_FTW_H 1 1404 #endif 1405 1406 1407 /* Define to 1 if you have the `fwrite_unlocked' function. */ 1408 #ifndef USED_FOR_TARGET 1409 /* #undef HAVE_FWRITE_UNLOCKED */ 1410 #endif 1411 1412 1413 /* Define if your assembler supports specifying the alignment of objects 1414 allocated using the GAS .comm command. */ 1415 #ifndef USED_FOR_TARGET 1416 /* #undef HAVE_GAS_ALIGNED_COMM */ 1417 #endif 1418 1419 1420 /* Define if your Arm assembler permits context-specific feature extensions. 1421 */ 1422 #ifndef USED_FOR_TARGET 1423 /* #undef HAVE_GAS_ARM_EXTENDED_ARCH */ 1424 #endif 1425 1426 1427 /* Define if your assembler supports .balign and .p2align. */ 1428 #ifndef USED_FOR_TARGET 1429 #define HAVE_GAS_BALIGN_AND_P2ALIGN 1 1430 #endif 1431 1432 1433 /* Define 0/1 if your assembler supports CFI directives. */ 1434 #define HAVE_GAS_CFI_DIRECTIVE 1 1435 1436 /* Define 0/1 if your assembler supports .cfi_personality. */ 1437 #define HAVE_GAS_CFI_PERSONALITY_DIRECTIVE 1 1438 1439 /* Define 0/1 if your assembler supports .cfi_sections. */ 1440 #define HAVE_GAS_CFI_SECTIONS_DIRECTIVE 1 1441 1442 /* Define if your assembler supports the .loc discriminator sub-directive. */ 1443 #ifndef USED_FOR_TARGET 1444 #define HAVE_GAS_DISCRIMINATOR 1 1445 #endif 1446 1447 1448 /* Define if your assembler supports @gnu_unique_object. */ 1449 #ifndef USED_FOR_TARGET 1450 /* #undef HAVE_GAS_GNU_UNIQUE_OBJECT */ 1451 #endif 1452 1453 1454 /* Define if your assembler and linker support .hidden. */ 1455 #define HAVE_GAS_HIDDEN 1 1456 1457 /* Define if your assembler supports .lcomm with an alignment field. */ 1458 #ifndef USED_FOR_TARGET 1459 /* #undef HAVE_GAS_LCOMM_WITH_ALIGNMENT */ 1460 #endif 1461 1462 1463 /* Define if your assembler supports .literal16. */ 1464 #ifndef USED_FOR_TARGET 1465 /* #undef HAVE_GAS_LITERAL16 */ 1466 #endif 1467 1468 1469 /* Define if your assembler supports the .loc is_stmt sub-directive. */ 1470 #ifndef USED_FOR_TARGET 1471 #define HAVE_GAS_LOC_STMT 1 1472 #endif 1473 1474 1475 /* Define if your assembler supports specifying the maximum number of bytes to 1476 skip when using the GAS .p2align command. */ 1477 #ifndef USED_FOR_TARGET 1478 #define HAVE_GAS_MAX_SKIP_P2ALIGN 1 1479 #endif 1480 1481 1482 /* Define if your assembler supports the .set micromips directive */ 1483 #ifndef USED_FOR_TARGET 1484 #define HAVE_GAS_MICROMIPS 1 1485 #endif 1486 1487 1488 /* Define if your assembler supports .nsubspa comdat option. */ 1489 #ifndef USED_FOR_TARGET 1490 /* #undef HAVE_GAS_NSUBSPA_COMDAT */ 1491 #endif 1492 1493 1494 /* Define if your assembler and linker support 32-bit section relative relocs 1495 via '.secrel32 label'. */ 1496 #ifndef USED_FOR_TARGET 1497 /* #undef HAVE_GAS_PE_SECREL32_RELOC */ 1498 #endif 1499 1500 1501 /* Define if your assembler supports specifying the exclude section flag. */ 1502 #ifndef USED_FOR_TARGET 1503 #define HAVE_GAS_SECTION_EXCLUDE 1 1504 #endif 1505 1506 1507 /* Define 0/1 if your assembler supports 'o' flag in .section directive. */ 1508 #ifndef USED_FOR_TARGET 1509 #define HAVE_GAS_SECTION_LINK_ORDER 1 1510 #endif 1511 1512 1513 /* Define 0/1 if your assembler supports marking sections with SHF_GNU_RETAIN 1514 flag. */ 1515 #ifndef USED_FOR_TARGET 1516 #define HAVE_GAS_SHF_GNU_RETAIN 1 1517 #endif 1518 1519 1520 /* Define 0/1 if your assembler supports marking sections with SHF_MERGE flag. 1521 */ 1522 #ifndef USED_FOR_TARGET 1523 #define HAVE_GAS_SHF_MERGE 1 1524 #endif 1525 1526 1527 /* Define if your assembler supports .subsection and .subsection -1 starts 1528 emitting at the beginning of your section. */ 1529 #ifndef USED_FOR_TARGET 1530 #define HAVE_GAS_SUBSECTION_ORDERING 1 1531 #endif 1532 1533 1534 /* Define if your assembler supports .weak. */ 1535 #ifndef USED_FOR_TARGET 1536 #define HAVE_GAS_WEAK 1 1537 #endif 1538 1539 1540 /* Define if your assembler supports .weakref. */ 1541 #ifndef USED_FOR_TARGET 1542 #define HAVE_GAS_WEAKREF 1 1543 #endif 1544 1545 1546 /* Define to 1 if you have the `getauxval' function. */ 1547 #ifndef USED_FOR_TARGET 1548 /* #undef HAVE_GETAUXVAL */ 1549 #endif 1550 1551 1552 /* Define to 1 if you have the `getchar_unlocked' function. */ 1553 #ifndef USED_FOR_TARGET 1554 #define HAVE_GETCHAR_UNLOCKED 1 1555 #endif 1556 1557 1558 /* Define to 1 if you have the `getc_unlocked' function. */ 1559 #ifndef USED_FOR_TARGET 1560 #define HAVE_GETC_UNLOCKED 1 1561 #endif 1562 1563 1564 /* Define to 1 if you have the `getrlimit' function. */ 1565 #ifndef USED_FOR_TARGET 1566 #define HAVE_GETRLIMIT 1 1567 #endif 1568 1569 1570 /* Define to 1 if you have the `getrusage' function. */ 1571 #ifndef USED_FOR_TARGET 1572 #define HAVE_GETRUSAGE 1 1573 #endif 1574 1575 1576 /* Define if the GNU gettext() function is already present or preinstalled. */ 1577 #ifndef USED_FOR_TARGET 1578 /* #undef HAVE_GETTEXT */ 1579 #endif 1580 1581 1582 /* Define to 1 if you have the `gettimeofday' function. */ 1583 #ifndef USED_FOR_TARGET 1584 #define HAVE_GETTIMEOFDAY 1 1585 #endif 1586 1587 1588 /* Define to 1 if using GNU as. */ 1589 #ifndef USED_FOR_TARGET 1590 #define HAVE_GNU_AS 1 1591 #endif 1592 1593 1594 /* Define if your system supports gnu indirect functions. */ 1595 #ifndef USED_FOR_TARGET 1596 #define HAVE_GNU_INDIRECT_FUNCTION 0 1597 #endif 1598 1599 1600 /* Define to 1 if using GNU ld. */ 1601 #ifndef USED_FOR_TARGET 1602 #define HAVE_GNU_LD 1 1603 #endif 1604 1605 1606 /* Define if the gold linker supports split stack and is available as a 1607 non-default */ 1608 #ifndef USED_FOR_TARGET 1609 /* #undef HAVE_GOLD_NON_DEFAULT_SPLIT_STACK */ 1610 #endif 1611 1612 1613 /* Define if you have the iconv() function and it works. */ 1614 #ifndef USED_FOR_TARGET 1615 #define HAVE_ICONV 1 1616 #endif 1617 1618 1619 /* Define to 1 if you have the <iconv.h> header file. */ 1620 #ifndef USED_FOR_TARGET 1621 #define HAVE_ICONV_H 1 1622 #endif 1623 1624 1625 /* Define 0/1 if .init_array/.fini_array sections are available and working. 1626 */ 1627 #ifndef USED_FOR_TARGET 1628 #define HAVE_INITFINI_ARRAY_SUPPORT 0 1629 #endif 1630 1631 1632 /* Define to 1 if the system has the type `intmax_t'. */ 1633 #ifndef USED_FOR_TARGET 1634 #define HAVE_INTMAX_T 1 1635 #endif 1636 1637 1638 /* Define to 1 if the system has the type `intptr_t'. */ 1639 #ifndef USED_FOR_TARGET 1640 #define HAVE_INTPTR_T 1 1641 #endif 1642 1643 1644 /* Define if you have a working <inttypes.h> header file. */ 1645 #ifndef USED_FOR_TARGET 1646 #define HAVE_INTTYPES_H 1 1647 #endif 1648 1649 1650 /* Define to 1 if you have the `kill' function. */ 1651 #ifndef USED_FOR_TARGET 1652 #define HAVE_KILL 1 1653 #endif 1654 1655 1656 /* Define if you have <langinfo.h> and nl_langinfo(CODESET). */ 1657 #ifndef USED_FOR_TARGET 1658 #define HAVE_LANGINFO_CODESET 1 1659 #endif 1660 1661 1662 /* Define to 1 if you have the <langinfo.h> header file. */ 1663 #ifndef USED_FOR_TARGET 1664 #define HAVE_LANGINFO_H 1 1665 #endif 1666 1667 1668 /* Define if your <locale.h> file defines LC_MESSAGES. */ 1669 #ifndef USED_FOR_TARGET 1670 #define HAVE_LC_MESSAGES 1 1671 #endif 1672 1673 1674 /* Define to 1 if you have the <ldfcn.h> header file. */ 1675 #ifndef USED_FOR_TARGET 1676 /* #undef HAVE_LDFCN_H */ 1677 #endif 1678 1679 1680 /* Define 0/1 if your linker supports the SHF_MERGE flag with section 1681 alignment > 1. */ 1682 #ifndef USED_FOR_TARGET 1683 #define HAVE_LD_ALIGNED_SHF_MERGE 1 1684 #endif 1685 1686 1687 /* Define if your linker supports --as-needed/--no-as-needed or equivalent 1688 options. */ 1689 #ifndef USED_FOR_TARGET 1690 #define HAVE_LD_AS_NEEDED 1 1691 #endif 1692 1693 1694 /* Define if your linker supports emulation avrxmega2_flmap. */ 1695 #ifndef USED_FOR_TARGET 1696 /* #undef HAVE_LD_AVR_AVRXMEGA2_FLMAP */ 1697 #endif 1698 1699 1700 /* Define if your default avr linker script for avrxmega3 leaves .rodata in 1701 flash. */ 1702 #ifndef USED_FOR_TARGET 1703 /* #undef HAVE_LD_AVR_AVRXMEGA3_RODATA_IN_FLASH */ 1704 #endif 1705 1706 1707 /* Define if your linker supports emulation avrxmega4_flmap. */ 1708 #ifndef USED_FOR_TARGET 1709 /* #undef HAVE_LD_AVR_AVRXMEGA4_FLMAP */ 1710 #endif 1711 1712 1713 /* Define if your linker supports -z bndplt */ 1714 #ifndef USED_FOR_TARGET 1715 /* #undef HAVE_LD_BNDPLT_SUPPORT */ 1716 #endif 1717 1718 1719 /* Define if the PE linker has broken DWARF 5 support. */ 1720 #ifndef USED_FOR_TARGET 1721 /* #undef HAVE_LD_BROKEN_PE_DWARF5 */ 1722 #endif 1723 1724 1725 /* Define if your linker supports --build-id. */ 1726 #ifndef USED_FOR_TARGET 1727 #define HAVE_LD_BUILDID 1 1728 #endif 1729 1730 1731 /* Define if the linker supports clearing hardware capabilities via mapfile. 1732 */ 1733 #ifndef USED_FOR_TARGET 1734 /* #undef HAVE_LD_CLEARCAP */ 1735 #endif 1736 1737 1738 /* Define to the level of your linker's compressed debug section support. */ 1739 #ifndef USED_FOR_TARGET 1740 #define HAVE_LD_COMPRESS_DEBUG 2 1741 #endif 1742 1743 1744 /* Define if your linker supports --demangle option. */ 1745 #ifndef USED_FOR_TARGET 1746 #define HAVE_LD_DEMANGLE 1 1747 #endif 1748 1749 1750 /* Define 0/1 if your linker supports CIE v3 in .eh_frame. */ 1751 #ifndef USED_FOR_TARGET 1752 #define HAVE_LD_EH_FRAME_CIEV3 1 1753 #endif 1754 1755 1756 /* Define if your linker supports .eh_frame_hdr. */ 1757 #define HAVE_LD_EH_FRAME_HDR 1 1758 1759 /* Define if your linker supports garbage collection of sections in presence 1760 of EH frames. */ 1761 #ifndef USED_FOR_TARGET 1762 /* #undef HAVE_LD_EH_GC_SECTIONS */ 1763 #endif 1764 1765 1766 /* Define if your linker has buggy garbage collection of sections support when 1767 .text.startup.foo like sections are used. */ 1768 #ifndef USED_FOR_TARGET 1769 #define HAVE_LD_EH_GC_SECTIONS_BUG 1 1770 #endif 1771 1772 1773 /* Define if your PowerPC64 linker supports a large TOC. */ 1774 #ifndef USED_FOR_TARGET 1775 /* #undef HAVE_LD_LARGE_TOC */ 1776 #endif 1777 1778 1779 /* Define 0/1 if your linker supports -z now */ 1780 #ifndef USED_FOR_TARGET 1781 #define HAVE_LD_NOW_SUPPORT 1 1782 #endif 1783 1784 1785 /* Define if your PowerPC64 linker only needs function descriptor syms. */ 1786 #ifndef USED_FOR_TARGET 1787 /* #undef HAVE_LD_NO_DOT_SYMS */ 1788 #endif 1789 1790 1791 /* Define if your linker can relax absolute .eh_frame personality pointers 1792 into PC-relative form. */ 1793 #ifndef USED_FOR_TARGET 1794 /* #undef HAVE_LD_PERSONALITY_RELAXATION */ 1795 #endif 1796 1797 1798 /* Define if the PE linker supports --disable-dynamicbase option. */ 1799 #ifndef USED_FOR_TARGET 1800 /* #undef HAVE_LD_PE_DISABLE_DYNAMICBASE */ 1801 #endif 1802 1803 1804 /* Define if your linker supports PIE option. */ 1805 #ifndef USED_FOR_TARGET 1806 #define HAVE_LD_PIE 1 1807 #endif 1808 1809 1810 /* Define 0/1 if your linker supports -pie option with copy reloc. */ 1811 #ifndef USED_FOR_TARGET 1812 #define HAVE_LD_PIE_COPYRELOC 0 1813 #endif 1814 1815 1816 /* Define if your PowerPC linker has .gnu.attributes long double support. */ 1817 #ifndef USED_FOR_TARGET 1818 /* #undef HAVE_LD_PPC_GNU_ATTR_LONG_DOUBLE */ 1819 #endif 1820 1821 1822 /* Define if your linker supports --push-state/--pop-state */ 1823 #ifndef USED_FOR_TARGET 1824 #define HAVE_LD_PUSHPOPSTATE_SUPPORT 1 1825 #endif 1826 1827 1828 /* Define 0/1 if your linker supports -z relro */ 1829 #ifndef USED_FOR_TARGET 1830 #define HAVE_LD_RELRO_SUPPORT 1 1831 #endif 1832 1833 1834 /* Define if your linker links a mix of read-only and read-write sections into 1835 a read-write section. */ 1836 #ifndef USED_FOR_TARGET 1837 /* #undef HAVE_LD_RO_RW_SECTION_MIXING */ 1838 #endif 1839 1840 1841 /* Define if your linker supports the *_sol2 emulations. */ 1842 #ifndef USED_FOR_TARGET 1843 /* #undef HAVE_LD_SOL2_EMULATION */ 1844 #endif 1845 1846 1847 /* Define if your linker supports -Bstatic/-Bdynamic or equivalent options. */ 1848 #ifndef USED_FOR_TARGET 1849 #define HAVE_LD_STATIC_DYNAMIC 1 1850 #endif 1851 1852 1853 /* Define if your linker supports --sysroot. */ 1854 #ifndef USED_FOR_TARGET 1855 #define HAVE_LD_SYSROOT 1 1856 #endif 1857 1858 1859 /* Define to 1 if you have the <limits.h> header file. */ 1860 #ifndef USED_FOR_TARGET 1861 #define HAVE_LIMITS_H 1 1862 #endif 1863 1864 1865 /* Define to 1 if you have the <locale.h> header file. */ 1866 #ifndef USED_FOR_TARGET 1867 #define HAVE_LOCALE_H 1 1868 #endif 1869 1870 1871 /* Define to 1 if the system has the type `long long'. */ 1872 #ifndef USED_FOR_TARGET 1873 #define HAVE_LONG_LONG 1 1874 #endif 1875 1876 1877 /* Define to 1 if the system has the type `long long int'. */ 1878 #ifndef USED_FOR_TARGET 1879 #define HAVE_LONG_LONG_INT 1 1880 #endif 1881 1882 1883 /* Define to the level of your linker's plugin support. */ 1884 #ifndef USED_FOR_TARGET 1885 #define HAVE_LTO_PLUGIN 2 1886 #endif 1887 1888 1889 /* Define to 1 if you have the `madvise' function. */ 1890 #ifndef USED_FOR_TARGET 1891 #define HAVE_MADVISE 1 1892 #endif 1893 1894 1895 /* Define to 1 if you have the `mallinfo' function. */ 1896 #ifndef USED_FOR_TARGET 1897 /* #undef HAVE_MALLINFO */ 1898 #endif 1899 1900 1901 /* Define to 1 if you have the `mallinfo2' function. */ 1902 #ifndef USED_FOR_TARGET 1903 /* #undef HAVE_MALLINFO2 */ 1904 #endif 1905 1906 1907 /* Define to 1 if you have the <malloc.h> header file. */ 1908 #ifndef USED_FOR_TARGET 1909 #define HAVE_MALLOC_H 1 1910 #endif 1911 1912 1913 /* Define to 1 if you have the `mbstowcs' function. */ 1914 #ifndef USED_FOR_TARGET 1915 #define HAVE_MBSTOWCS 1 1916 #endif 1917 1918 1919 /* Define to 1 if you have the <memory.h> header file. */ 1920 #ifndef USED_FOR_TARGET 1921 #define HAVE_MEMORY_H 1 1922 #endif 1923 1924 1925 /* Define to 1 if you have the `mmap' function. */ 1926 #ifndef USED_FOR_TARGET 1927 #define HAVE_MMAP 1 1928 #endif 1929 1930 1931 /* Define if mmap with MAP_ANON(YMOUS) works. */ 1932 #ifndef USED_FOR_TARGET 1933 #define HAVE_MMAP_ANON 1 1934 #endif 1935 1936 1937 /* Define if mmap of /dev/zero works. */ 1938 #ifndef USED_FOR_TARGET 1939 #define HAVE_MMAP_DEV_ZERO 1 1940 #endif 1941 1942 1943 /* Define if read-only mmap of a plain file works. */ 1944 #ifndef USED_FOR_TARGET 1945 #define HAVE_MMAP_FILE 1 1946 #endif 1947 1948 1949 /* Define if GCC has been configured with --enable-newlib-nano-formatted-io. 1950 */ 1951 #ifndef USED_FOR_TARGET 1952 /* #undef HAVE_NEWLIB_NANO_FORMATTED_IO */ 1953 #endif 1954 1955 1956 /* Define to 1 if you have the `nl_langinfo' function. */ 1957 #ifndef USED_FOR_TARGET 1958 #define HAVE_NL_LANGINFO 1 1959 #endif 1960 1961 1962 /* Define to 1 if you have the `popen' function. */ 1963 #ifndef USED_FOR_TARGET 1964 #define HAVE_POPEN 1 1965 #endif 1966 1967 1968 /* Define to 1 if you have the `posix_fallocate' function. */ 1969 #ifndef USED_FOR_TARGET 1970 #define HAVE_POSIX_FALLOCATE 1 1971 #endif 1972 1973 1974 /* Define to 1 if you have the `putchar_unlocked' function. */ 1975 #ifndef USED_FOR_TARGET 1976 #define HAVE_PUTCHAR_UNLOCKED 1 1977 #endif 1978 1979 1980 /* Define to 1 if you have the `putc_unlocked' function. */ 1981 #ifndef USED_FOR_TARGET 1982 #define HAVE_PUTC_UNLOCKED 1 1983 #endif 1984 1985 1986 /* Define to 1 if you have the `setlocale' function. */ 1987 #ifndef USED_FOR_TARGET 1988 #define HAVE_SETLOCALE 1 1989 #endif 1990 1991 1992 /* Define to 1 if you have the `setrlimit' function. */ 1993 #ifndef USED_FOR_TARGET 1994 #define HAVE_SETRLIMIT 1 1995 #endif 1996 1997 1998 /* Define if <sys/signal.h> defines sighandler_t */ 1999 #ifndef USED_FOR_TARGET 2000 /* #undef HAVE_SIGHANDLER_T */ 2001 #endif 2002 2003 2004 /* Define if the system-provided CRTs are present on Solaris. */ 2005 #ifndef USED_FOR_TARGET 2006 /* #undef HAVE_SOLARIS_CRTS */ 2007 #endif 2008 2009 2010 /* Define to 1 if you have the <stddef.h> header file. */ 2011 #ifndef USED_FOR_TARGET 2012 #define HAVE_STDDEF_H 1 2013 #endif 2014 2015 2016 /* Define to 1 if you have the <stdint.h> header file. */ 2017 #ifndef USED_FOR_TARGET 2018 #define HAVE_STDINT_H 1 2019 #endif 2020 2021 2022 /* Define to 1 if you have the <stdlib.h> header file. */ 2023 #ifndef USED_FOR_TARGET 2024 #define HAVE_STDLIB_H 1 2025 #endif 2026 2027 2028 /* Define to 1 if you have the <strings.h> header file. */ 2029 #ifndef USED_FOR_TARGET 2030 #define HAVE_STRINGS_H 1 2031 #endif 2032 2033 2034 /* Define to 1 if you have the <string.h> header file. */ 2035 #ifndef USED_FOR_TARGET 2036 #define HAVE_STRING_H 1 2037 #endif 2038 2039 2040 /* Define to 1 if you have the `strsignal' function. */ 2041 #ifndef USED_FOR_TARGET 2042 #define HAVE_STRSIGNAL 1 2043 #endif 2044 2045 2046 /* Define if <sys/times.h> defines struct tms. */ 2047 #ifndef USED_FOR_TARGET 2048 #define HAVE_STRUCT_TMS 1 2049 #endif 2050 2051 2052 /* Define if <utility> defines std::swap. */ 2053 #ifndef USED_FOR_TARGET 2054 #define HAVE_SWAP_IN_UTILITY 1 2055 #endif 2056 2057 2058 /* Define to 1 if you have the `sysconf' function. */ 2059 #ifndef USED_FOR_TARGET 2060 #define HAVE_SYSCONF 1 2061 #endif 2062 2063 2064 /* Define to 1 if you have the <sys/auxv.h> header file. */ 2065 #ifndef USED_FOR_TARGET 2066 /* #undef HAVE_SYS_AUXV_H */ 2067 #endif 2068 2069 2070 /* Define to 1 if you have the <sys/file.h> header file. */ 2071 #ifndef USED_FOR_TARGET 2072 #define HAVE_SYS_FILE_H 1 2073 #endif 2074 2075 2076 /* Define to 1 if you have the <sys/locking.h> header file. */ 2077 #ifndef USED_FOR_TARGET 2078 /* #undef HAVE_SYS_LOCKING_H */ 2079 #endif 2080 2081 2082 /* Define to 1 if you have the <sys/mman.h> header file. */ 2083 #ifndef USED_FOR_TARGET 2084 #define HAVE_SYS_MMAN_H 1 2085 #endif 2086 2087 2088 /* Define to 1 if you have the <sys/param.h> header file. */ 2089 #ifndef USED_FOR_TARGET 2090 #define HAVE_SYS_PARAM_H 1 2091 #endif 2092 2093 2094 /* Define to 1 if you have the <sys/resource.h> header file. */ 2095 #ifndef USED_FOR_TARGET 2096 #define HAVE_SYS_RESOURCE_H 1 2097 #endif 2098 2099 2100 /* Define if your target C library provides sys/sdt.h */ 2101 #define HAVE_SYS_SDT_H 1 2102 2103 /* Define to 1 if you have the <sys/stat.h> header file. */ 2104 #ifndef USED_FOR_TARGET 2105 #define HAVE_SYS_STAT_H 1 2106 #endif 2107 2108 2109 /* Define to 1 if you have the <sys/times.h> header file. */ 2110 #ifndef USED_FOR_TARGET 2111 #define HAVE_SYS_TIMES_H 1 2112 #endif 2113 2114 2115 /* Define to 1 if you have the <sys/time.h> header file. */ 2116 #ifndef USED_FOR_TARGET 2117 #define HAVE_SYS_TIME_H 1 2118 #endif 2119 2120 2121 /* Define to 1 if you have the <sys/types.h> header file. */ 2122 #ifndef USED_FOR_TARGET 2123 #define HAVE_SYS_TYPES_H 1 2124 #endif 2125 2126 2127 /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */ 2128 #ifndef USED_FOR_TARGET 2129 #define HAVE_SYS_WAIT_H 1 2130 #endif 2131 2132 2133 /* Define to 1 if you have the `times' function. */ 2134 #ifndef USED_FOR_TARGET 2135 #define HAVE_TIMES 1 2136 #endif 2137 2138 2139 /* Define to 1 if you have the <time.h> header file. */ 2140 #ifndef USED_FOR_TARGET 2141 #define HAVE_TIME_H 1 2142 #endif 2143 2144 2145 /* Define to 1 if you have the <tr1/unordered_map> header file. */ 2146 #ifndef USED_FOR_TARGET 2147 #define HAVE_TR1_UNORDERED_MAP 1 2148 #endif 2149 2150 2151 /* Define to 1 if the system has the type `uintmax_t'. */ 2152 #ifndef USED_FOR_TARGET 2153 #define HAVE_UINTMAX_T 1 2154 #endif 2155 2156 2157 /* Define to 1 if the system has the type `uintptr_t'. */ 2158 #ifndef USED_FOR_TARGET 2159 #define HAVE_UINTPTR_T 1 2160 #endif 2161 2162 2163 /* Define to 1 if you have the <unistd.h> header file. */ 2164 #ifndef USED_FOR_TARGET 2165 #define HAVE_UNISTD_H 1 2166 #endif 2167 2168 2169 /* Define to 1 if you have the <unordered_map> header file. */ 2170 #ifndef USED_FOR_TARGET 2171 #define HAVE_UNORDERED_MAP 1 2172 #endif 2173 2174 2175 /* Define to 1 if the system has the type `unsigned long long int'. */ 2176 #ifndef USED_FOR_TARGET 2177 #define HAVE_UNSIGNED_LONG_LONG_INT 1 2178 #endif 2179 2180 2181 /* Define to 1 if you have the `vfork' function. */ 2182 #ifndef USED_FOR_TARGET 2183 #define HAVE_VFORK 1 2184 #endif 2185 2186 2187 /* Define to 1 if you have the <vfork.h> header file. */ 2188 #ifndef USED_FOR_TARGET 2189 /* #undef HAVE_VFORK_H */ 2190 #endif 2191 2192 2193 /* Define to 1 if you have the <wchar.h> header file. */ 2194 #ifndef USED_FOR_TARGET 2195 #define HAVE_WCHAR_H 1 2196 #endif 2197 2198 2199 /* Define to 1 if you have the `wcswidth' function. */ 2200 #ifndef USED_FOR_TARGET 2201 #define HAVE_WCSWIDTH 1 2202 #endif 2203 2204 2205 /* Define to 1 if `fork' works. */ 2206 #ifndef USED_FOR_TARGET 2207 #define HAVE_WORKING_FORK 1 2208 #endif 2209 2210 2211 /* Define this macro if mbstowcs does not crash when its first argument is 2212 NULL. */ 2213 #ifndef USED_FOR_TARGET 2214 #define HAVE_WORKING_MBSTOWCS 1 2215 #endif 2216 2217 2218 /* Define to 1 if `vfork' works. */ 2219 #ifndef USED_FOR_TARGET 2220 #define HAVE_WORKING_VFORK 1 2221 #endif 2222 2223 2224 /* Define if your assembler supports AIX debug frame section label reference. 2225 */ 2226 #ifndef USED_FOR_TARGET 2227 /* #undef HAVE_XCOFF_DWARF_EXTRAS */ 2228 #endif 2229 2230 2231 /* Define if you have a working <zstd.h> header file. */ 2232 #ifndef USED_FOR_TARGET 2233 /* #undef HAVE_ZSTD_H */ 2234 #endif 2235 2236 2237 /* Define if isl is in use. */ 2238 #ifndef USED_FOR_TARGET 2239 #define HAVE_isl 1 2240 #endif 2241 2242 2243 /* Define if F_SETLKW supported by fcntl. */ 2244 #ifndef USED_FOR_TARGET 2245 #define HOST_HAS_F_SETLKW 1 2246 #endif 2247 2248 2249 /* Define if _LK_LOC supported by _locking. */ 2250 #ifndef USED_FOR_TARGET 2251 /* #undef HOST_HAS_LK_LOCK */ 2252 #endif 2253 2254 2255 /* Define if O_CLOEXEC supported by fcntl. */ 2256 #ifndef USED_FOR_TARGET 2257 #define HOST_HAS_O_CLOEXEC 1 2258 #endif 2259 2260 2261 /* Define if O_NONBLOCK supported by fcntl. */ 2262 #ifndef USED_FOR_TARGET 2263 #define HOST_HAS_O_NONBLOCK 1 2264 #endif 2265 2266 2267 /* Define if personality and ADDR_NO_RANDOMIZE are declared in 2268 sys/personality.h. */ 2269 #ifndef USED_FOR_TARGET 2270 /* #undef HOST_HAS_PERSONALITY_ADDR_NO_RANDOMIZE */ 2271 #endif 2272 2273 2274 /* Define which stat syscall is able to handle 64bit indodes. */ 2275 #ifndef USED_FOR_TARGET 2276 /* #undef HOST_STAT_FOR_64BIT_INODES */ 2277 #endif 2278 2279 2280 /* Define as const if the declaration of iconv() needs const. */ 2281 #ifndef USED_FOR_TARGET 2282 #define ICONV_CONST 2283 #endif 2284 2285 2286 /* Define if int64_t uses long as underlying type. */ 2287 #ifndef USED_FOR_TARGET 2288 /* #undef INT64_T_IS_LONG */ 2289 #endif 2290 2291 2292 /* Define to 1 if ld64 supports '-demangle'. */ 2293 #ifndef USED_FOR_TARGET 2294 /* #undef LD64_HAS_DEMANGLE */ 2295 #endif 2296 2297 2298 /* Define to 1 if ld64 supports '-export_dynamic'. */ 2299 #ifndef USED_FOR_TARGET 2300 /* #undef LD64_HAS_EXPORT_DYNAMIC */ 2301 #endif 2302 2303 2304 /* Define to 1 if ld64 supports '-macos_version_min'. */ 2305 #ifndef USED_FOR_TARGET 2306 /* #undef LD64_HAS_MACOS_VERSION_MIN */ 2307 #endif 2308 2309 2310 /* Define to 1 if ld64 supports '-platform_version'. */ 2311 #ifndef USED_FOR_TARGET 2312 /* #undef LD64_HAS_PLATFORM_VERSION */ 2313 #endif 2314 2315 2316 /* Define to ld64 version. */ 2317 #ifndef USED_FOR_TARGET 2318 /* #undef LD64_VERSION */ 2319 #endif 2320 2321 2322 /* Define to the linker option to ignore unused dependencies. */ 2323 #ifndef USED_FOR_TARGET 2324 #define LD_AS_NEEDED_OPTION "--push-state --as-needed" 2325 #endif 2326 2327 2328 /* Define to the linker option to enable compressed debug sections. */ 2329 #ifndef USED_FOR_TARGET 2330 #define LD_COMPRESS_DEBUG_OPTION "--compress-debug-sections" 2331 #endif 2332 2333 2334 /* Define to the linker option to enable use of shared objects. */ 2335 #ifndef USED_FOR_TARGET 2336 #define LD_DYNAMIC_OPTION "-Bdynamic" 2337 #endif 2338 2339 2340 /* Define to the linker option to keep unused dependencies. */ 2341 #ifndef USED_FOR_TARGET 2342 #define LD_NO_AS_NEEDED_OPTION "--pop-state" 2343 #endif 2344 2345 2346 /* Define to the linker option to disable use of shared objects. */ 2347 #ifndef USED_FOR_TARGET 2348 #define LD_STATIC_OPTION "-Bstatic" 2349 #endif 2350 2351 2352 /* The linker hash style */ 2353 #ifndef USED_FOR_TARGET 2354 /* #undef LINKER_HASH_STYLE */ 2355 #endif 2356 2357 2358 /* Define to the name of the LTO plugin DSO that must be passed to the 2359 linker's -plugin=LIB option. */ 2360 #ifndef USED_FOR_TARGET 2361 #define LTOPLUGINSONAME "liblto_plugin.so" 2362 #endif 2363 2364 2365 /* Define to the sub-directory in which libtool stores uninstalled libraries. 2366 */ 2367 #ifndef USED_FOR_TARGET 2368 #define LT_OBJDIR ".libs/" 2369 #endif 2370 2371 2372 /* Define if we should link mingw executables with --large-address-aware */ 2373 #ifndef USED_FOR_TARGET 2374 /* #undef MINGW_DEFAULT_LARGE_ADDR_AWARE */ 2375 #endif 2376 2377 2378 /* Value to set mingw's _dowildcard to. */ 2379 #ifndef USED_FOR_TARGET 2380 /* #undef MINGW_DOWILDCARD */ 2381 #endif 2382 2383 2384 /* Define if assembler supports %reloc. */ 2385 #ifndef USED_FOR_TARGET 2386 #define MIPS_EXPLICIT_RELOCS MIPS_EXPLICIT_RELOCS_PCREL 2387 #endif 2388 2389 2390 /* Define if host mkdir takes a single argument. */ 2391 #ifndef USED_FOR_TARGET 2392 /* #undef MKDIR_TAKES_ONE_ARG */ 2393 #endif 2394 2395 2396 /* Define to 1 to if -foffload is defaulted */ 2397 #ifndef USED_FOR_TARGET 2398 /* #undef OFFLOAD_DEFAULTED */ 2399 #endif 2400 2401 2402 /* Define to offload targets, separated by commas. */ 2403 #ifndef USED_FOR_TARGET 2404 #define OFFLOAD_TARGETS "" 2405 #endif 2406 2407 2408 /* Define to the address where bug reports for this package should be sent. */ 2409 #ifndef USED_FOR_TARGET 2410 #define PACKAGE_BUGREPORT "" 2411 #endif 2412 2413 2414 /* Define to the full name of this package. */ 2415 #ifndef USED_FOR_TARGET 2416 #define PACKAGE_NAME "" 2417 #endif 2418 2419 2420 /* Define to the full name and version of this package. */ 2421 #ifndef USED_FOR_TARGET 2422 #define PACKAGE_STRING "" 2423 #endif 2424 2425 2426 /* Define to the one symbol short name of this package. */ 2427 #ifndef USED_FOR_TARGET 2428 #define PACKAGE_TARNAME "" 2429 #endif 2430 2431 2432 /* Define to the home page for this package. */ 2433 #ifndef USED_FOR_TARGET 2434 #define PACKAGE_URL "" 2435 #endif 2436 2437 2438 /* Define to the version of this package. */ 2439 #ifndef USED_FOR_TARGET 2440 #define PACKAGE_VERSION "" 2441 #endif 2442 2443 2444 /* Specify plugin linker */ 2445 #ifndef USED_FOR_TARGET 2446 #define PLUGIN_LD_SUFFIX "ld" 2447 #endif 2448 2449 2450 /* Define to .TOC. alignment forced by your linker. */ 2451 #ifndef USED_FOR_TARGET 2452 /* #undef POWERPC64_TOC_POINTER_ALIGNMENT */ 2453 #endif 2454 2455 2456 /* Define to PREFIX/include if cpp should also search that directory. */ 2457 #ifndef USED_FOR_TARGET 2458 /* #undef PREFIX_INCLUDE_DIR */ 2459 #endif 2460 2461 2462 /* The size of `dev_t', as computed by sizeof. */ 2463 #ifndef USED_FOR_TARGET 2464 #define SIZEOF_DEV_T 8 2465 #endif 2466 2467 2468 /* The size of `ino_t', as computed by sizeof. */ 2469 #ifndef USED_FOR_TARGET 2470 #define SIZEOF_INO_T 8 2471 #endif 2472 2473 2474 /* The size of `int', as computed by sizeof. */ 2475 #ifndef USED_FOR_TARGET 2476 #define SIZEOF_INT 4 2477 #endif 2478 2479 2480 /* The size of `long', as computed by sizeof. */ 2481 #ifndef USED_FOR_TARGET 2482 #define SIZEOF_LONG 4 2483 #endif 2484 2485 2486 /* The size of `long long', as computed by sizeof. */ 2487 #ifndef USED_FOR_TARGET 2488 #define SIZEOF_LONG_LONG 8 2489 #endif 2490 2491 2492 /* The size of `short', as computed by sizeof. */ 2493 #ifndef USED_FOR_TARGET 2494 #define SIZEOF_SHORT 2 2495 #endif 2496 2497 2498 /* The size of `void *', as computed by sizeof. */ 2499 #ifndef USED_FOR_TARGET 2500 #define SIZEOF_VOID_P 4 2501 #endif 2502 2503 2504 /* Define to 1 if you have the ANSI C header files. */ 2505 #ifndef USED_FOR_TARGET 2506 #define STDC_HEADERS 1 2507 #endif 2508 2509 2510 /* Define if you can safely include both <string.h> and <strings.h>. */ 2511 #ifndef USED_FOR_TARGET 2512 #define STRING_WITH_STRINGS 1 2513 #endif 2514 2515 2516 /* Define if TFmode long double should be the default */ 2517 #ifndef USED_FOR_TARGET 2518 /* #undef TARGET_DEFAULT_LONG_DOUBLE_128 */ 2519 #endif 2520 2521 2522 /* Define if your target C library provides the `dl_iterate_phdr' function. */ 2523 /* #undef TARGET_DL_ITERATE_PHDR */ 2524 2525 /* GNU C Library major version number used on the target, or 0. */ 2526 #ifndef USED_FOR_TARGET 2527 #define TARGET_GLIBC_MAJOR 0 2528 #endif 2529 2530 2531 /* GNU C Library minor version number used on the target, or 0. */ 2532 #ifndef USED_FOR_TARGET 2533 #define TARGET_GLIBC_MINOR 0 2534 #endif 2535 2536 2537 /* Define if your target C Library properly handles PT_GNU_STACK */ 2538 #ifndef USED_FOR_TARGET 2539 /* #undef TARGET_LIBC_GNUSTACK */ 2540 #endif 2541 2542 2543 /* Define if your target C Library provides the AT_HWCAP value in the TCB */ 2544 #ifndef USED_FOR_TARGET 2545 /* #undef TARGET_LIBC_PROVIDES_HWCAP_IN_TCB */ 2546 #endif 2547 2548 2549 /* Define if your target C library provides stack protector support */ 2550 #ifndef USED_FOR_TARGET 2551 #define TARGET_LIBC_PROVIDES_SSP 1 2552 #endif 2553 2554 2555 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */ 2556 #ifndef USED_FOR_TARGET 2557 #define TIME_WITH_SYS_TIME 1 2558 #endif 2559 2560 2561 /* Define to the flag used to mark TLS sections if the default (`T') doesn't 2562 work. */ 2563 #ifndef USED_FOR_TARGET 2564 /* #undef TLS_SECTION_ASM_FLAG */ 2565 #endif 2566 2567 2568 /* Define if your assembler mis-optimizes .eh_frame data. */ 2569 #ifndef USED_FOR_TARGET 2570 /* #undef USE_AS_TRADITIONAL_FORMAT */ 2571 #endif 2572 2573 2574 /* Define if you want to generate code by default that assumes that the Cygwin 2575 DLL exports wrappers to support libstdc++ function replacement. */ 2576 #ifndef USED_FOR_TARGET 2577 /* #undef USE_CYGWIN_LIBSTDCXX_WRAPPERS */ 2578 #endif 2579 2580 2581 /* Define 0/1 if your linker supports hidden thunks in linkonce sections. */ 2582 #ifndef USED_FOR_TARGET 2583 /* #undef USE_HIDDEN_LINKONCE */ 2584 #endif 2585 2586 2587 /* Define to 1 if the 'long long' type is wider than 'long' but still 2588 efficiently supported by the host hardware. */ 2589 #ifndef USED_FOR_TARGET 2590 /* #undef USE_LONG_LONG_FOR_WIDEST_FAST_INT */ 2591 #endif 2592 2593 2594 /* Define if we should use leading underscore on 64 bit mingw targets */ 2595 #ifndef USED_FOR_TARGET 2596 /* #undef USE_MINGW64_LEADING_UNDERSCORES */ 2597 #endif 2598 2599 2600 /* Enable extensions on AIX 3, Interix. */ 2601 #ifndef _ALL_SOURCE 2602 # define _ALL_SOURCE 1 2603 #endif 2604 /* Enable GNU extensions on systems that have them. */ 2605 #ifndef _GNU_SOURCE 2606 # define _GNU_SOURCE 1 2607 #endif 2608 /* Enable threading extensions on Solaris. */ 2609 #ifndef _POSIX_PTHREAD_SEMANTICS 2610 # define _POSIX_PTHREAD_SEMANTICS 1 2611 #endif 2612 /* Enable extensions on HP NonStop. */ 2613 #ifndef _TANDEM_SOURCE 2614 # define _TANDEM_SOURCE 1 2615 #endif 2616 /* Enable general extensions on Solaris. */ 2617 #ifndef __EXTENSIONS__ 2618 # define __EXTENSIONS__ 1 2619 #endif 2620 2621 2622 /* Define to be the last component of the Windows registry key under which to 2623 look for installation paths. The full key used will be 2624 HKEY_LOCAL_MACHINE/SOFTWARE/Free Software Foundation/{WIN32_REGISTRY_KEY}. 2625 The default is the GCC version number. */ 2626 #ifndef USED_FOR_TARGET 2627 /* #undef WIN32_REGISTRY_KEY */ 2628 #endif 2629 2630 2631 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most 2632 significant byte first (like Motorola and SPARC, unlike Intel). */ 2633 #if defined AC_APPLE_UNIVERSAL_BUILD 2634 # if defined __BIG_ENDIAN__ 2635 # define WORDS_BIGENDIAN 1 2636 # endif 2637 #else 2638 # ifndef WORDS_BIGENDIAN 2639 # define WORDS_BIGENDIAN 1 2640 # endif 2641 #endif 2642 2643 /* Enable large inode numbers on Mac OS X 10.5. */ 2644 #ifndef _DARWIN_USE_64_BIT_INODE 2645 # define _DARWIN_USE_64_BIT_INODE 1 2646 #endif 2647 2648 /* Number of bits in a file offset, on hosts where this is settable. */ 2649 #ifndef USED_FOR_TARGET 2650 /* #undef _FILE_OFFSET_BITS */ 2651 #endif 2652 2653 2654 /* Define for large files, on AIX-style hosts. */ 2655 #ifndef USED_FOR_TARGET 2656 /* #undef _LARGE_FILES */ 2657 #endif 2658 2659 2660 /* Define to 1 if on MINIX. */ 2661 #ifndef USED_FOR_TARGET 2662 /* #undef _MINIX */ 2663 #endif 2664 2665 2666 /* Define to 2 if the system does not provide POSIX.1 features except with 2667 this defined. */ 2668 #ifndef USED_FOR_TARGET 2669 /* #undef _POSIX_1_SOURCE */ 2670 #endif 2671 2672 2673 /* Define to 1 if you need to in order for `stat' and other things to work. */ 2674 #ifndef USED_FOR_TARGET 2675 /* #undef _POSIX_SOURCE */ 2676 #endif 2677 2678 2679 /* Define for Solaris 2.5.1 so the uint32_t typedef from <sys/synch.h>, 2680 <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the 2681 #define below would cause a syntax error. */ 2682 #ifndef USED_FOR_TARGET 2683 /* #undef _UINT32_T */ 2684 #endif 2685 2686 2687 /* Define for Solaris 2.5.1 so the uint64_t typedef from <sys/synch.h>, 2688 <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the 2689 #define below would cause a syntax error. */ 2690 #ifndef USED_FOR_TARGET 2691 /* #undef _UINT64_T */ 2692 #endif 2693 2694 2695 /* Define for Solaris 2.5.1 so the uint8_t typedef from <sys/synch.h>, 2696 <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the 2697 #define below would cause a syntax error. */ 2698 #ifndef USED_FOR_TARGET 2699 /* #undef _UINT8_T */ 2700 #endif 2701 2702 2703 /* Define to `char *' if <sys/types.h> does not define. */ 2704 #ifndef USED_FOR_TARGET 2705 /* #undef caddr_t */ 2706 #endif 2707 2708 2709 /* Define to `__inline__' or `__inline' if that's what the C compiler 2710 calls it, or to nothing if 'inline' is not supported under any name. */ 2711 #ifndef __cplusplus 2712 /* #undef inline */ 2713 #endif 2714 2715 /* Define to the type of a signed integer type of width exactly 16 bits if 2716 such a type exists and the standard includes do not define it. */ 2717 #ifndef USED_FOR_TARGET 2718 /* #undef int16_t */ 2719 #endif 2720 2721 2722 /* Define to the type of a signed integer type of width exactly 32 bits if 2723 such a type exists and the standard includes do not define it. */ 2724 #ifndef USED_FOR_TARGET 2725 /* #undef int32_t */ 2726 #endif 2727 2728 2729 /* Define to the type of a signed integer type of width exactly 64 bits if 2730 such a type exists and the standard includes do not define it. */ 2731 #ifndef USED_FOR_TARGET 2732 /* #undef int64_t */ 2733 #endif 2734 2735 2736 /* Define to the type of a signed integer type of width exactly 8 bits if such 2737 a type exists and the standard includes do not define it. */ 2738 #ifndef USED_FOR_TARGET 2739 /* #undef int8_t */ 2740 #endif 2741 2742 2743 /* Define to the widest signed integer type if <stdint.h> and <inttypes.h> do 2744 not define. */ 2745 #ifndef USED_FOR_TARGET 2746 /* #undef intmax_t */ 2747 #endif 2748 2749 2750 /* Define to the type of a signed integer type wide enough to hold a pointer, 2751 if such a type exists, and if the system does not define it. */ 2752 #ifndef USED_FOR_TARGET 2753 /* #undef intptr_t */ 2754 #endif 2755 2756 2757 /* Define to `int' if <sys/types.h> does not define. */ 2758 #ifndef USED_FOR_TARGET 2759 /* #undef pid_t */ 2760 #endif 2761 2762 2763 /* Define to `long' if <sys/resource.h> doesn't define. */ 2764 #ifndef USED_FOR_TARGET 2765 /* #undef rlim_t */ 2766 #endif 2767 2768 2769 /* Define to `int' if <sys/types.h> does not define. */ 2770 #ifndef USED_FOR_TARGET 2771 /* #undef ssize_t */ 2772 #endif 2773 2774 2775 /* Define to the type of an unsigned integer type of width exactly 16 bits if 2776 such a type exists and the standard includes do not define it. */ 2777 #ifndef USED_FOR_TARGET 2778 /* #undef uint16_t */ 2779 #endif 2780 2781 2782 /* Define to the type of an unsigned integer type of width exactly 32 bits if 2783 such a type exists and the standard includes do not define it. */ 2784 #ifndef USED_FOR_TARGET 2785 /* #undef uint32_t */ 2786 #endif 2787 2788 2789 /* Define to the type of an unsigned integer type of width exactly 64 bits if 2790 such a type exists and the standard includes do not define it. */ 2791 #ifndef USED_FOR_TARGET 2792 /* #undef uint64_t */ 2793 #endif 2794 2795 2796 /* Define to the type of an unsigned integer type of width exactly 8 bits if 2797 such a type exists and the standard includes do not define it. */ 2798 #ifndef USED_FOR_TARGET 2799 /* #undef uint8_t */ 2800 #endif 2801 2802 2803 /* Define to the widest unsigned integer type if <stdint.h> and <inttypes.h> 2804 do not define. */ 2805 #ifndef USED_FOR_TARGET 2806 /* #undef uintmax_t */ 2807 #endif 2808 2809 2810 /* Define to the type of an unsigned integer type wide enough to hold a 2811 pointer, if such a type exists, and if the system does not define it. */ 2812 #ifndef USED_FOR_TARGET 2813 /* #undef uintptr_t */ 2814 #endif 2815 2816 2817 /* Define as `fork' if `vfork' does not work. */ 2818 #ifndef USED_FOR_TARGET 2819 /* #undef vfork */ 2820 #endif 2821 2822