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