OSDN Git Service

PR java/31842
[pf3gnuchains/gcc-fork.git] / gcc / config.in
1 /* config.in.  Generated from configure.ac by autoheader.  */
2
3 /* Define as the number of bits in a byte, if \`limits.h' doesn't. */
4 #ifndef USED_FOR_TARGET
5 #undef CHAR_BIT
6 #endif
7
8
9 /* Define 0/1 to force the choice for exception handling model. */
10 #ifndef USED_FOR_TARGET
11 #undef CONFIG_SJLJ_EXCEPTIONS
12 #endif
13
14
15 /* Define to enable the use of a default assembler. */
16 #ifndef USED_FOR_TARGET
17 #undef DEFAULT_ASSEMBLER
18 #endif
19
20
21 /* Define to enable the use of a default linker. */
22 #ifndef USED_FOR_TARGET
23 #undef DEFAULT_LINKER
24 #endif
25
26
27 /* Define if you want to use __cxa_atexit, rather than atexit, to register C++
28    destructors for local statics and global objects. This is essential for
29    fully standards-compliant handling of destructors, but requires
30    __cxa_atexit in libc. */
31 #ifndef USED_FOR_TARGET
32 #undef DEFAULT_USE_CXA_ATEXIT
33 #endif
34
35
36 /* Define if you want assertions enabled. This is a cheap check. */
37 #ifndef USED_FOR_TARGET
38 #undef ENABLE_ASSERT_CHECKING
39 #endif
40
41
42 /* Define if you want more run-time sanity checks. This one gets a grab bag of
43    miscellaneous but relatively cheap checks. */
44 #ifndef USED_FOR_TARGET
45 #undef ENABLE_CHECKING
46 #endif
47
48
49 /* Define to 1 to enable decimal float extension to C. */
50 #ifndef USED_FOR_TARGET
51 #undef ENABLE_DECIMAL_FLOAT
52 #endif
53
54
55 /* Define to 1 to say we are using the BID decimal format */
56 #ifndef USED_FOR_TARGET
57 #undef ENABLE_DECIMAL_BID_FORMAT
58 #endif
59
60
61 /* Define if you want fold checked that it never destructs its argument. This
62    is quite expensive. */
63 #ifndef USED_FOR_TARGET
64 #undef ENABLE_FOLD_CHECKING
65 #endif
66
67
68 /* Define if you want the garbage collector to operate in maximally paranoid
69    mode, validating the entire heap and collecting garbage at every
70    opportunity. This is extremely expensive. */
71 #ifndef USED_FOR_TARGET
72 #undef ENABLE_GC_ALWAYS_COLLECT
73 #endif
74
75
76 /* Define if you want the garbage collector to do object poisoning and other
77    memory allocation checks. This is quite expensive. */
78 #ifndef USED_FOR_TARGET
79 #undef ENABLE_GC_CHECKING
80 #endif
81
82
83 /* Define to 1 if translation of program messages to the user's native
84    language is requested. */
85 #ifndef USED_FOR_TARGET
86 #undef ENABLE_NLS
87 #endif
88
89
90 /* Define if you want all operations on RTL (the basic data structure of the
91    optimizer and back end) to be checked for dynamic type safety at runtime.
92    This is quite expensive. */
93 #ifndef USED_FOR_TARGET
94 #undef ENABLE_RTL_CHECKING
95 #endif
96
97
98 /* Define if you want RTL flag accesses to be checked against the RTL codes
99    that are supported for each access macro. This is relatively cheap. */
100 #ifndef USED_FOR_TARGET
101 #undef ENABLE_RTL_FLAG_CHECKING
102 #endif
103
104
105 /* Define if you want runtime assertions enabled. This is a cheap check. */
106 #undef ENABLE_RUNTIME_CHECKING
107
108 /* Define if you want all operations on trees (the basic data structure of the
109    front ends) to be checked for dynamic type safety at runtime. This is
110    moderately expensive. The tree browser debugging routines will also be
111    enabled by this option. */
112 #ifndef USED_FOR_TARGET
113 #undef ENABLE_TREE_CHECKING
114 #endif
115
116
117 /* Define if you want to run subprograms and generated programs through
118    valgrind (a memory checker). This is extremely expensive. */
119 #ifndef USED_FOR_TARGET
120 #undef ENABLE_VALGRIND_CHECKING
121 #endif
122
123
124 /* Define to 1 if installation paths should be looked up in the Windows
125    Registry. Ignored on non-Windows hosts. */
126 #ifndef USED_FOR_TARGET
127 #undef ENABLE_WIN32_REGISTRY
128 #endif
129
130
131 /* Define to the name of a file containing a list of extra machine modes for
132    this architecture. */
133 #ifndef USED_FOR_TARGET
134 #undef EXTRA_MODES_FILE
135 #endif
136
137
138 /* Define to enable detailed memory allocation stats gathering. */
139 #ifndef USED_FOR_TARGET
140 #undef GATHER_STATISTICS
141 #endif
142
143
144 /* Define to the type of elements in the array set by `getgroups'. Usually
145    this is either `int' or `gid_t'. */
146 #ifndef USED_FOR_TARGET
147 #undef GETGROUPS_T
148 #endif
149
150
151 /* Define if the zone collector is in use */
152 #ifndef USED_FOR_TARGET
153 #undef GGC_ZONE
154 #endif
155
156
157 /* mcontext_t fields start with __ */
158 #ifndef USED_FOR_TARGET
159 #undef HAS_MCONTEXT_T_UNDERSCORES
160 #endif
161
162
163 /* Define to 1 if you have the `alphasort' function. */
164 #ifndef USED_FOR_TARGET
165 #undef HAVE_ALPHASORT
166 #endif
167
168
169 /* Define if your assembler supports cmpb. */
170 #ifndef USED_FOR_TARGET
171 #undef HAVE_AS_CMPB
172 #endif
173
174
175 /* Define if your assembler supports DFP instructions. */
176 #ifndef USED_FOR_TARGET
177 #undef HAVE_AS_DFP
178 #endif
179
180
181 /* Define if your assembler supports dwarf2 .file/.loc directives, and
182    preserves file table indices exactly as given. */
183 #ifndef USED_FOR_TARGET
184 #undef HAVE_AS_DWARF2_DEBUG_LINE
185 #endif
186
187
188 /* Define if your assembler supports explicit relocations. */
189 #ifndef USED_FOR_TARGET
190 #undef HAVE_AS_EXPLICIT_RELOCS
191 #endif
192
193
194 /* Define if your assembler supports fprnd. */
195 #ifndef USED_FOR_TARGET
196 #undef HAVE_AS_FPRND
197 #endif
198
199
200 /* Define if your assembler supports the --gdwarf2 option. */
201 #ifndef USED_FOR_TARGET
202 #undef HAVE_AS_GDWARF2_DEBUG_FLAG
203 #endif
204
205
206 /* Define true if the assembler supports '.long foo@GOTOFF'. */
207 #ifndef USED_FOR_TARGET
208 #undef HAVE_AS_GOTOFF_IN_DATA
209 #endif
210
211
212 /* Define if your assembler supports the --gstabs option. */
213 #ifndef USED_FOR_TARGET
214 #undef HAVE_AS_GSTABS_DEBUG_FLAG
215 #endif
216
217
218 /* Define if your assembler supports the Sun syntax for cmov. */
219 #ifndef USED_FOR_TARGET
220 #undef HAVE_AS_IX86_CMOV_SUN_SYNTAX
221 #endif
222
223
224 /* Define if your assembler supports the subtraction of symbols in different
225    sections. */
226 #ifndef USED_FOR_TARGET
227 #undef HAVE_AS_IX86_DIFF_SECT_DELTA
228 #endif
229
230
231 /* Define if your assembler supports the ffreep mnemonic. */
232 #ifndef USED_FOR_TARGET
233 #undef HAVE_AS_IX86_FFREEP
234 #endif
235
236
237 /* Define if your assembler supports the sahf mnemonic. */
238 #ifndef USED_FOR_TARGET
239 #undef HAVE_AS_IX86_SAHF
240 #endif
241
242
243 /* Define if your assembler supports the lituse_jsrdirect relocation. */
244 #ifndef USED_FOR_TARGET
245 #undef HAVE_AS_JSRDIRECT_RELOCS
246 #endif
247
248
249 /* Define if your assembler supports .sleb128 and .uleb128. */
250 #ifndef USED_FOR_TARGET
251 #undef HAVE_AS_LEB128
252 #endif
253
254
255 /* Define if the assembler won't complain about a line such as # 0 "" 2. */
256 #ifndef USED_FOR_TARGET
257 #undef HAVE_AS_LINE_ZERO
258 #endif
259
260
261 /* Define if your assembler supports ltoffx and ldxmov relocations. */
262 #ifndef USED_FOR_TARGET
263 #undef HAVE_AS_LTOFFX_LDXMOV_RELOCS
264 #endif
265
266
267 /* Define if your assembler supports mfcr field. */
268 #ifndef USED_FOR_TARGET
269 #undef HAVE_AS_MFCRF
270 #endif
271
272
273 /* Define if your assembler supports mffgpr and mftgpr. */
274 #ifndef USED_FOR_TARGET
275 #undef HAVE_AS_MFPGPR
276 #endif
277
278
279 /* Define if your assembler supports the -no-mul-bug-abort option. */
280 #ifndef USED_FOR_TARGET
281 #undef HAVE_AS_NO_MUL_BUG_ABORT_OPTION
282 #endif
283
284
285 /* Define if the assembler understands -mno-shared. */
286 #ifndef USED_FOR_TARGET
287 #undef HAVE_AS_NO_SHARED
288 #endif
289
290
291 /* Define if your assembler supports offsetable %lo(). */
292 #ifndef USED_FOR_TARGET
293 #undef HAVE_AS_OFFSETABLE_LO10
294 #endif
295
296
297 /* Define if your assembler supports popcntb field. */
298 #ifndef USED_FOR_TARGET
299 #undef HAVE_AS_POPCNTB
300 #endif
301
302
303 /* Define if your assembler supports .register. */
304 #ifndef USED_FOR_TARGET
305 #undef HAVE_AS_REGISTER_PSEUDO_OP
306 #endif
307
308
309 /* Define if your assembler supports R_PPC_REL16 relocs. */
310 #ifndef USED_FOR_TARGET
311 #undef HAVE_AS_REL16
312 #endif
313
314
315 /* Define if your assembler supports -relax option. */
316 #ifndef USED_FOR_TARGET
317 #undef HAVE_AS_RELAX_OPTION
318 #endif
319
320
321 /* Define if your assembler and linker support unaligned PC relative relocs.
322    */
323 #ifndef USED_FOR_TARGET
324 #undef HAVE_AS_SPARC_UA_PCREL
325 #endif
326
327
328 /* Define if your assembler and linker support unaligned PC relative relocs
329    against hidden symbols. */
330 #ifndef USED_FOR_TARGET
331 #undef HAVE_AS_SPARC_UA_PCREL_HIDDEN
332 #endif
333
334
335 /* Define if your assembler supports thread-local storage. */
336 #ifndef USED_FOR_TARGET
337 #undef HAVE_AS_TLS
338 #endif
339
340
341 /* Define to 1 if you have the `atoll' function. */
342 #ifndef USED_FOR_TARGET
343 #undef HAVE_ATOLL
344 #endif
345
346
347 /* Define to 1 if you have the `atoq' function. */
348 #ifndef USED_FOR_TARGET
349 #undef HAVE_ATOQ
350 #endif
351
352
353 /* Define to 1 if you have the `clearerr_unlocked' function. */
354 #ifndef USED_FOR_TARGET
355 #undef HAVE_CLEARERR_UNLOCKED
356 #endif
357
358
359 /* Define to 1 if you have the `clock' function. */
360 #ifndef USED_FOR_TARGET
361 #undef HAVE_CLOCK
362 #endif
363
364
365 /* Define if <time.h> defines clock_t. */
366 #ifndef USED_FOR_TARGET
367 #undef HAVE_CLOCK_T
368 #endif
369
370
371 /* Define 0/1 if your assembler and linker support COMDAT groups. */
372 #ifndef USED_FOR_TARGET
373 #undef HAVE_COMDAT_GROUP
374 #endif
375
376
377 /* Define to 1 if we found a declaration for 'abort', otherwise define to 0.
378    */
379 #ifndef USED_FOR_TARGET
380 #undef HAVE_DECL_ABORT
381 #endif
382
383
384 /* Define to 1 if we found a declaration for 'asprintf', otherwise define to
385    0. */
386 #ifndef USED_FOR_TARGET
387 #undef HAVE_DECL_ASPRINTF
388 #endif
389
390
391 /* Define to 1 if we found a declaration for 'atof', otherwise define to 0. */
392 #ifndef USED_FOR_TARGET
393 #undef HAVE_DECL_ATOF
394 #endif
395
396
397 /* Define to 1 if we found a declaration for 'atol', otherwise define to 0. */
398 #ifndef USED_FOR_TARGET
399 #undef HAVE_DECL_ATOL
400 #endif
401
402
403 /* Define to 1 if we found a declaration for 'basename', otherwise define to
404    0. */
405 #ifndef USED_FOR_TARGET
406 #undef HAVE_DECL_BASENAME
407 #endif
408
409
410 /* Define to 1 if we found a declaration for 'calloc', otherwise define to 0.
411    */
412 #ifndef USED_FOR_TARGET
413 #undef HAVE_DECL_CALLOC
414 #endif
415
416
417 /* Define to 1 if we found a declaration for 'clearerr_unlocked', otherwise
418    define to 0. */
419 #ifndef USED_FOR_TARGET
420 #undef HAVE_DECL_CLEARERR_UNLOCKED
421 #endif
422
423
424 /* Define to 1 if we found a declaration for 'clock', otherwise define to 0.
425    */
426 #ifndef USED_FOR_TARGET
427 #undef HAVE_DECL_CLOCK
428 #endif
429
430
431 /* Define to 1 if we found a declaration for 'errno', otherwise define to 0.
432    */
433 #ifndef USED_FOR_TARGET
434 #undef HAVE_DECL_ERRNO
435 #endif
436
437
438 /* Define to 1 if we found a declaration for 'feof_unlocked', otherwise define
439    to 0. */
440 #ifndef USED_FOR_TARGET
441 #undef HAVE_DECL_FEOF_UNLOCKED
442 #endif
443
444
445 /* Define to 1 if we found a declaration for 'ferror_unlocked', otherwise
446    define to 0. */
447 #ifndef USED_FOR_TARGET
448 #undef HAVE_DECL_FERROR_UNLOCKED
449 #endif
450
451
452 /* Define to 1 if we found a declaration for 'fflush_unlocked', otherwise
453    define to 0. */
454 #ifndef USED_FOR_TARGET
455 #undef HAVE_DECL_FFLUSH_UNLOCKED
456 #endif
457
458
459 /* Define to 1 if we found a declaration for 'fgetc_unlocked', otherwise
460    define to 0. */
461 #ifndef USED_FOR_TARGET
462 #undef HAVE_DECL_FGETC_UNLOCKED
463 #endif
464
465
466 /* Define to 1 if we found a declaration for 'fgets_unlocked', otherwise
467    define to 0. */
468 #ifndef USED_FOR_TARGET
469 #undef HAVE_DECL_FGETS_UNLOCKED
470 #endif
471
472
473 /* Define to 1 if we found a declaration for 'fileno_unlocked', otherwise
474    define to 0. */
475 #ifndef USED_FOR_TARGET
476 #undef HAVE_DECL_FILENO_UNLOCKED
477 #endif
478
479
480 /* Define to 1 if we found a declaration for 'fprintf_unlocked', otherwise
481    define to 0. */
482 #ifndef USED_FOR_TARGET
483 #undef HAVE_DECL_FPRINTF_UNLOCKED
484 #endif
485
486
487 /* Define to 1 if we found a declaration for 'fputc_unlocked', otherwise
488    define to 0. */
489 #ifndef USED_FOR_TARGET
490 #undef HAVE_DECL_FPUTC_UNLOCKED
491 #endif
492
493
494 /* Define to 1 if we found a declaration for 'fputs_unlocked', otherwise
495    define to 0. */
496 #ifndef USED_FOR_TARGET
497 #undef HAVE_DECL_FPUTS_UNLOCKED
498 #endif
499
500
501 /* Define to 1 if we found a declaration for 'fread_unlocked', otherwise
502    define to 0. */
503 #ifndef USED_FOR_TARGET
504 #undef HAVE_DECL_FREAD_UNLOCKED
505 #endif
506
507
508 /* Define to 1 if we found a declaration for 'free', otherwise define to 0. */
509 #ifndef USED_FOR_TARGET
510 #undef HAVE_DECL_FREE
511 #endif
512
513
514 /* Define to 1 if we found a declaration for 'fwrite_unlocked', otherwise
515    define to 0. */
516 #ifndef USED_FOR_TARGET
517 #undef HAVE_DECL_FWRITE_UNLOCKED
518 #endif
519
520
521 /* Define to 1 if we found a declaration for 'getchar_unlocked', otherwise
522    define to 0. */
523 #ifndef USED_FOR_TARGET
524 #undef HAVE_DECL_GETCHAR_UNLOCKED
525 #endif
526
527
528 /* Define to 1 if we found a declaration for 'getcwd', otherwise define to 0.
529    */
530 #ifndef USED_FOR_TARGET
531 #undef HAVE_DECL_GETCWD
532 #endif
533
534
535 /* Define to 1 if we found a declaration for 'getc_unlocked', otherwise define
536    to 0. */
537 #ifndef USED_FOR_TARGET
538 #undef HAVE_DECL_GETC_UNLOCKED
539 #endif
540
541
542 /* Define to 1 if we found a declaration for 'getenv', otherwise define to 0.
543    */
544 #ifndef USED_FOR_TARGET
545 #undef HAVE_DECL_GETENV
546 #endif
547
548
549 /* Define to 1 if we found a declaration for 'getopt', otherwise define to 0.
550    */
551 #ifndef USED_FOR_TARGET
552 #undef HAVE_DECL_GETOPT
553 #endif
554
555
556 /* Define to 1 if we found a declaration for 'getpagesize', otherwise define
557    to 0. */
558 #ifndef USED_FOR_TARGET
559 #undef HAVE_DECL_GETPAGESIZE
560 #endif
561
562
563 /* Define to 1 if we found a declaration for 'getrlimit', otherwise define to
564    0. */
565 #ifndef USED_FOR_TARGET
566 #undef HAVE_DECL_GETRLIMIT
567 #endif
568
569
570 /* Define to 1 if we found a declaration for 'getrusage', otherwise define to
571    0. */
572 #ifndef USED_FOR_TARGET
573 #undef HAVE_DECL_GETRUSAGE
574 #endif
575
576
577 /* Define to 1 if we found a declaration for 'getwd', otherwise define to 0.
578    */
579 #ifndef USED_FOR_TARGET
580 #undef HAVE_DECL_GETWD
581 #endif
582
583
584 /* Define to 1 if we found a declaration for 'ldgetname', otherwise define to
585    0. */
586 #ifndef USED_FOR_TARGET
587 #undef HAVE_DECL_LDGETNAME
588 #endif
589
590
591 /* Define to 1 if we found a declaration for 'malloc', otherwise define to 0.
592    */
593 #ifndef USED_FOR_TARGET
594 #undef HAVE_DECL_MALLOC
595 #endif
596
597
598 /* Define to 1 if we found a declaration for 'putchar_unlocked', otherwise
599    define to 0. */
600 #ifndef USED_FOR_TARGET
601 #undef HAVE_DECL_PUTCHAR_UNLOCKED
602 #endif
603
604
605 /* Define to 1 if we found a declaration for 'putc_unlocked', otherwise define
606    to 0. */
607 #ifndef USED_FOR_TARGET
608 #undef HAVE_DECL_PUTC_UNLOCKED
609 #endif
610
611
612 /* Define to 1 if we found a declaration for 'realloc', otherwise define to 0.
613    */
614 #ifndef USED_FOR_TARGET
615 #undef HAVE_DECL_REALLOC
616 #endif
617
618
619 /* Define to 1 if we found a declaration for 'sbrk', otherwise define to 0. */
620 #ifndef USED_FOR_TARGET
621 #undef HAVE_DECL_SBRK
622 #endif
623
624
625 /* Define to 1 if we found a declaration for 'setrlimit', otherwise define to
626    0. */
627 #ifndef USED_FOR_TARGET
628 #undef HAVE_DECL_SETRLIMIT
629 #endif
630
631
632 /* Define to 1 if we found a declaration for 'sigaltstack', otherwise define
633    to 0. */
634 #ifndef USED_FOR_TARGET
635 #undef HAVE_DECL_SIGALTSTACK
636 #endif
637
638
639 /* Define to 1 if we found a declaration for 'snprintf', otherwise define to
640    0. */
641 #ifndef USED_FOR_TARGET
642 #undef HAVE_DECL_SNPRINTF
643 #endif
644
645
646 /* Define to 1 if we found a declaration for 'strsignal', otherwise define to
647    0. */
648 #ifndef USED_FOR_TARGET
649 #undef HAVE_DECL_STRSIGNAL
650 #endif
651
652
653 /* Define to 1 if we found a declaration for 'strstr', otherwise define to 0.
654    */
655 #ifndef USED_FOR_TARGET
656 #undef HAVE_DECL_STRSTR
657 #endif
658
659
660 /* Define to 1 if we found a declaration for 'strverscmp', otherwise define to
661    0. */
662 #ifndef USED_FOR_TARGET
663 #undef HAVE_DECL_STRVERSCMP
664 #endif
665
666
667 /* Define to 1 if we found a declaration for 'times', otherwise define to 0.
668    */
669 #ifndef USED_FOR_TARGET
670 #undef HAVE_DECL_TIMES
671 #endif
672
673
674 /* Define to 1 if we found a declaration for 'vasprintf', otherwise define to
675    0. */
676 #ifndef USED_FOR_TARGET
677 #undef HAVE_DECL_VASPRINTF
678 #endif
679
680
681 /* Define to 1 if we found a declaration for 'vsnprintf', otherwise define to
682    0. */
683 #ifndef USED_FOR_TARGET
684 #undef HAVE_DECL_VSNPRINTF
685 #endif
686
687
688 /* Define to 1 if you have the <direct.h> header file. */
689 #ifndef USED_FOR_TARGET
690 #undef HAVE_DIRECT_H
691 #endif
692
693
694 /* Define to 1 if you have the <fcntl.h> header file. */
695 #ifndef USED_FOR_TARGET
696 #undef HAVE_FCNTL_H
697 #endif
698
699
700 /* Define to 1 if you have the `feof_unlocked' function. */
701 #ifndef USED_FOR_TARGET
702 #undef HAVE_FEOF_UNLOCKED
703 #endif
704
705
706 /* Define to 1 if you have the `ferror_unlocked' function. */
707 #ifndef USED_FOR_TARGET
708 #undef HAVE_FERROR_UNLOCKED
709 #endif
710
711
712 /* Define to 1 if you have the `fflush_unlocked' function. */
713 #ifndef USED_FOR_TARGET
714 #undef HAVE_FFLUSH_UNLOCKED
715 #endif
716
717
718 /* Define to 1 if you have the `fgetc_unlocked' function. */
719 #ifndef USED_FOR_TARGET
720 #undef HAVE_FGETC_UNLOCKED
721 #endif
722
723
724 /* Define to 1 if you have the `fgets_unlocked' function. */
725 #ifndef USED_FOR_TARGET
726 #undef HAVE_FGETS_UNLOCKED
727 #endif
728
729
730 /* Define to 1 if you have the `fileno_unlocked' function. */
731 #ifndef USED_FOR_TARGET
732 #undef HAVE_FILENO_UNLOCKED
733 #endif
734
735
736 /* Define to 1 if you have the `fork' function. */
737 #ifndef USED_FOR_TARGET
738 #undef HAVE_FORK
739 #endif
740
741
742 /* Define to 1 if you have the `fprintf_unlocked' function. */
743 #ifndef USED_FOR_TARGET
744 #undef HAVE_FPRINTF_UNLOCKED
745 #endif
746
747
748 /* Define to 1 if you have the `fputc_unlocked' function. */
749 #ifndef USED_FOR_TARGET
750 #undef HAVE_FPUTC_UNLOCKED
751 #endif
752
753
754 /* Define to 1 if you have the `fputs_unlocked' function. */
755 #ifndef USED_FOR_TARGET
756 #undef HAVE_FPUTS_UNLOCKED
757 #endif
758
759
760 /* Define to 1 if you have the `fread_unlocked' function. */
761 #ifndef USED_FOR_TARGET
762 #undef HAVE_FREAD_UNLOCKED
763 #endif
764
765
766 /* Define to 1 if you have the `fwrite_unlocked' function. */
767 #ifndef USED_FOR_TARGET
768 #undef HAVE_FWRITE_UNLOCKED
769 #endif
770
771
772 /* Define if your assembler supports .balign and .p2align. */
773 #ifndef USED_FOR_TARGET
774 #undef HAVE_GAS_BALIGN_AND_P2ALIGN
775 #endif
776
777
778 /* Define if your assembler uses the new HImode fild and fist notation. */
779 #ifndef USED_FOR_TARGET
780 #undef HAVE_GAS_FILDS_FISTS
781 #endif
782
783
784 /* Define if your assembler and linker support .hidden. */
785 #undef HAVE_GAS_HIDDEN
786
787 /* Define if your assembler supports .literal16. */
788 #ifndef USED_FOR_TARGET
789 #undef HAVE_GAS_LITERAL16
790 #endif
791
792
793 /* Define if your assembler supports specifying the maximum number of bytes to
794    skip when using the GAS .p2align command. */
795 #ifndef USED_FOR_TARGET
796 #undef HAVE_GAS_MAX_SKIP_P2ALIGN
797 #endif
798
799
800 /* Define if your assembler supports .nsubspa comdat option. */
801 #ifndef USED_FOR_TARGET
802 #undef HAVE_GAS_NSUBSPA_COMDAT
803 #endif
804
805
806 /* Define if your assembler and linker support 32-bit section relative relocs
807    via '.secrel32 label'. */
808 #ifndef USED_FOR_TARGET
809 #undef HAVE_GAS_PE_SECREL32_RELOC
810 #endif
811
812
813 /* Define 0/1 if your assembler supports marking sections with SHF_MERGE flag.
814    */
815 #ifndef USED_FOR_TARGET
816 #undef HAVE_GAS_SHF_MERGE
817 #endif
818
819
820 /* Define if your assembler supports .subsection and .subsection -1 starts
821    emitting at the beginning of your section. */
822 #ifndef USED_FOR_TARGET
823 #undef HAVE_GAS_SUBSECTION_ORDERING
824 #endif
825
826
827 /* Define if your assembler supports .weak. */
828 #ifndef USED_FOR_TARGET
829 #undef HAVE_GAS_WEAK
830 #endif
831
832
833 /* Define if your assembler supports .weakref. */
834 #ifndef USED_FOR_TARGET
835 #undef HAVE_GAS_WEAKREF
836 #endif
837
838
839 /* Define to 1 if you have the `getchar_unlocked' function. */
840 #ifndef USED_FOR_TARGET
841 #undef HAVE_GETCHAR_UNLOCKED
842 #endif
843
844
845 /* Define to 1 if you have the `getc_unlocked' function. */
846 #ifndef USED_FOR_TARGET
847 #undef HAVE_GETC_UNLOCKED
848 #endif
849
850
851 /* Define to 1 if system unwind library has _Unwind_GetIPInfo. */
852 #undef HAVE_GETIPINFO
853
854 /* Define to 1 if you have the `getrlimit' function. */
855 #ifndef USED_FOR_TARGET
856 #undef HAVE_GETRLIMIT
857 #endif
858
859
860 /* Define to 1 if you have the `getrusage' function. */
861 #ifndef USED_FOR_TARGET
862 #undef HAVE_GETRUSAGE
863 #endif
864
865
866 /* Define to 1 if you have the `gettimeofday' function. */
867 #ifndef USED_FOR_TARGET
868 #undef HAVE_GETTIMEOFDAY
869 #endif
870
871
872 /* Define if you have the iconv() function. */
873 #ifndef USED_FOR_TARGET
874 #undef HAVE_ICONV
875 #endif
876
877
878 /* Define to 1 if you have the <iconv.h> header file. */
879 #ifndef USED_FOR_TARGET
880 #undef HAVE_ICONV_H
881 #endif
882
883
884 /* Define .init_array/.fini_array sections are available and working. */
885 #ifndef USED_FOR_TARGET
886 #undef HAVE_INITFINI_ARRAY
887 #endif
888
889
890 /* Define if you have a working <inttypes.h> header file. */
891 #ifndef USED_FOR_TARGET
892 #undef HAVE_INTTYPES_H
893 #endif
894
895
896 /* Define to 1 if you have the `kill' function. */
897 #ifndef USED_FOR_TARGET
898 #undef HAVE_KILL
899 #endif
900
901
902 /* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
903 #ifndef USED_FOR_TARGET
904 #undef HAVE_LANGINFO_CODESET
905 #endif
906
907
908 /* Define to 1 if you have the <langinfo.h> header file. */
909 #ifndef USED_FOR_TARGET
910 #undef HAVE_LANGINFO_H
911 #endif
912
913
914 /* Define if your <locale.h> file defines LC_MESSAGES. */
915 #ifndef USED_FOR_TARGET
916 #undef HAVE_LC_MESSAGES
917 #endif
918
919
920 /* Define to 1 if you have the <ldfcn.h> header file. */
921 #ifndef USED_FOR_TARGET
922 #undef HAVE_LDFCN_H
923 #endif
924
925
926 /* Define if your linker supports --as-needed and --no-as-needed options. */
927 #ifndef USED_FOR_TARGET
928 #undef HAVE_LD_AS_NEEDED
929 #endif
930
931
932 /* Define if your linker supports --demangle option. */
933 #ifndef USED_FOR_TARGET
934 #undef HAVE_LD_DEMANGLE
935 #endif
936
937
938 /* Define if your linker supports --eh-frame-hdr option. */
939 #undef HAVE_LD_EH_FRAME_HDR
940
941 /* Define if your linker supports garbage collection of sections in presence
942    of EH frames. */
943 #ifndef USED_FOR_TARGET
944 #undef HAVE_LD_EH_GC_SECTIONS
945 #endif
946
947
948 /* Define if your PowerPC64 linker only needs function descriptor syms. */
949 #ifndef USED_FOR_TARGET
950 #undef HAVE_LD_NO_DOT_SYMS
951 #endif
952
953
954 /* Define if your linker supports -pie option. */
955 #ifndef USED_FOR_TARGET
956 #undef HAVE_LD_PIE
957 #endif
958
959
960 /* Define if your linker links a mix of read-only and read-write sections into
961    a read-write section. */
962 #ifndef USED_FOR_TARGET
963 #undef HAVE_LD_RO_RW_SECTION_MIXING
964 #endif
965
966
967 /* Define if your linker supports -Bstatic/-Bdynamic option. */
968 #ifndef USED_FOR_TARGET
969 #undef HAVE_LD_STATIC_DYNAMIC
970 #endif
971
972
973 /* Define if your linker supports --sysroot. */
974 #ifndef USED_FOR_TARGET
975 #undef HAVE_LD_SYSROOT
976 #endif
977
978
979 /* Define to 1 if you have the <limits.h> header file. */
980 #ifndef USED_FOR_TARGET
981 #undef HAVE_LIMITS_H
982 #endif
983
984
985 /* Define to 1 if you have the <locale.h> header file. */
986 #ifndef USED_FOR_TARGET
987 #undef HAVE_LOCALE_H
988 #endif
989
990
991 /* Define to 1 if the system has the type `long long'. */
992 #ifndef USED_FOR_TARGET
993 #undef HAVE_LONG_LONG
994 #endif
995
996
997 /* Define to 1 if you have the <malloc.h> header file. */
998 #ifndef USED_FOR_TARGET
999 #undef HAVE_MALLOC_H
1000 #endif
1001
1002
1003 /* Define to 1 if you have the `mbstowcs' function. */
1004 #ifndef USED_FOR_TARGET
1005 #undef HAVE_MBSTOWCS
1006 #endif
1007
1008
1009 /* Define if valgrind's memcheck.h header is installed. */
1010 #ifndef USED_FOR_TARGET
1011 #undef HAVE_MEMCHECK_H
1012 #endif
1013
1014
1015 /* Define to 1 if you have the <memory.h> header file. */
1016 #ifndef USED_FOR_TARGET
1017 #undef HAVE_MEMORY_H
1018 #endif
1019
1020
1021 /* Define to 1 if you have the `mincore' function. */
1022 #ifndef USED_FOR_TARGET
1023 #undef HAVE_MINCORE
1024 #endif
1025
1026
1027 /* Define to 1 if you have the `mmap' function. */
1028 #ifndef USED_FOR_TARGET
1029 #undef HAVE_MMAP
1030 #endif
1031
1032
1033 /* Define if mmap with MAP_ANON(YMOUS) works. */
1034 #ifndef USED_FOR_TARGET
1035 #undef HAVE_MMAP_ANON
1036 #endif
1037
1038
1039 /* Define if mmap of /dev/zero works. */
1040 #ifndef USED_FOR_TARGET
1041 #undef HAVE_MMAP_DEV_ZERO
1042 #endif
1043
1044
1045 /* Define if read-only mmap of a plain file works. */
1046 #ifndef USED_FOR_TARGET
1047 #undef HAVE_MMAP_FILE
1048 #endif
1049
1050
1051 /* Define to 1 if you have the `nl_langinfo' function. */
1052 #ifndef USED_FOR_TARGET
1053 #undef HAVE_NL_LANGINFO
1054 #endif
1055
1056
1057 /* Define to 1 if you have the `putchar_unlocked' function. */
1058 #ifndef USED_FOR_TARGET
1059 #undef HAVE_PUTCHAR_UNLOCKED
1060 #endif
1061
1062
1063 /* Define to 1 if you have the `putc_unlocked' function. */
1064 #ifndef USED_FOR_TARGET
1065 #undef HAVE_PUTC_UNLOCKED
1066 #endif
1067
1068
1069 /* Define to 1 if you have the `scandir' function. */
1070 #ifndef USED_FOR_TARGET
1071 #undef HAVE_SCANDIR
1072 #endif
1073
1074
1075 /* Define to 1 if you have the `setlocale' function. */
1076 #ifndef USED_FOR_TARGET
1077 #undef HAVE_SETLOCALE
1078 #endif
1079
1080
1081 /* Define to 1 if you have the `setrlimit' function. */
1082 #ifndef USED_FOR_TARGET
1083 #undef HAVE_SETRLIMIT
1084 #endif
1085
1086
1087 /* Define to 1 if you have the <stddef.h> header file. */
1088 #ifndef USED_FOR_TARGET
1089 #undef HAVE_STDDEF_H
1090 #endif
1091
1092
1093 /* Define to 1 if you have the <stdint.h> header file. */
1094 #ifndef USED_FOR_TARGET
1095 #undef HAVE_STDINT_H
1096 #endif
1097
1098
1099 /* Define to 1 if you have the <stdlib.h> header file. */
1100 #ifndef USED_FOR_TARGET
1101 #undef HAVE_STDLIB_H
1102 #endif
1103
1104
1105 /* Define to 1 if you have the <strings.h> header file. */
1106 #ifndef USED_FOR_TARGET
1107 #undef HAVE_STRINGS_H
1108 #endif
1109
1110
1111 /* Define to 1 if you have the <string.h> header file. */
1112 #ifndef USED_FOR_TARGET
1113 #undef HAVE_STRING_H
1114 #endif
1115
1116
1117 /* Define to 1 if you have the `strsignal' function. */
1118 #ifndef USED_FOR_TARGET
1119 #undef HAVE_STRSIGNAL
1120 #endif
1121
1122
1123 /* Define if <sys/times.h> defines struct tms. */
1124 #ifndef USED_FOR_TARGET
1125 #undef HAVE_STRUCT_TMS
1126 #endif
1127
1128
1129 /* Define to 1 if you have the `sysconf' function. */
1130 #ifndef USED_FOR_TARGET
1131 #undef HAVE_SYSCONF
1132 #endif
1133
1134
1135 /* Define to 1 if you have the <sys/file.h> header file. */
1136 #ifndef USED_FOR_TARGET
1137 #undef HAVE_SYS_FILE_H
1138 #endif
1139
1140
1141 /* Define to 1 if you have the <sys/mman.h> header file. */
1142 #ifndef USED_FOR_TARGET
1143 #undef HAVE_SYS_MMAN_H
1144 #endif
1145
1146
1147 /* Define to 1 if you have the <sys/param.h> header file. */
1148 #ifndef USED_FOR_TARGET
1149 #undef HAVE_SYS_PARAM_H
1150 #endif
1151
1152
1153 /* Define to 1 if you have the <sys/resource.h> header file. */
1154 #ifndef USED_FOR_TARGET
1155 #undef HAVE_SYS_RESOURCE_H
1156 #endif
1157
1158
1159 /* Define to 1 if you have the <sys/stat.h> header file. */
1160 #ifndef USED_FOR_TARGET
1161 #undef HAVE_SYS_STAT_H
1162 #endif
1163
1164
1165 /* Define to 1 if you have the <sys/times.h> header file. */
1166 #ifndef USED_FOR_TARGET
1167 #undef HAVE_SYS_TIMES_H
1168 #endif
1169
1170
1171 /* Define to 1 if you have the <sys/time.h> header file. */
1172 #ifndef USED_FOR_TARGET
1173 #undef HAVE_SYS_TIME_H
1174 #endif
1175
1176
1177 /* Define to 1 if you have the <sys/types.h> header file. */
1178 #ifndef USED_FOR_TARGET
1179 #undef HAVE_SYS_TYPES_H
1180 #endif
1181
1182
1183 /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
1184 #ifndef USED_FOR_TARGET
1185 #undef HAVE_SYS_WAIT_H
1186 #endif
1187
1188
1189 /* Define to 1 if you have the `times' function. */
1190 #ifndef USED_FOR_TARGET
1191 #undef HAVE_TIMES
1192 #endif
1193
1194
1195 /* Define to 1 if you have the <time.h> header file. */
1196 #ifndef USED_FOR_TARGET
1197 #undef HAVE_TIME_H
1198 #endif
1199
1200
1201 /* Define to 1 if you have the <unistd.h> header file. */
1202 #ifndef USED_FOR_TARGET
1203 #undef HAVE_UNISTD_H
1204 #endif
1205
1206
1207 /* Define if valgrind's valgrind/memcheck.h header is installed. */
1208 #ifndef USED_FOR_TARGET
1209 #undef HAVE_VALGRIND_MEMCHECK_H
1210 #endif
1211
1212
1213 /* Define to 1 if you have the `vfork' function. */
1214 #ifndef USED_FOR_TARGET
1215 #undef HAVE_VFORK
1216 #endif
1217
1218
1219 /* Define to 1 if you have the <vfork.h> header file. */
1220 #ifndef USED_FOR_TARGET
1221 #undef HAVE_VFORK_H
1222 #endif
1223
1224
1225 /* Define to 1 if you have the <wchar.h> header file. */
1226 #ifndef USED_FOR_TARGET
1227 #undef HAVE_WCHAR_H
1228 #endif
1229
1230
1231 /* Define to 1 if you have the `wcswidth' function. */
1232 #ifndef USED_FOR_TARGET
1233 #undef HAVE_WCSWIDTH
1234 #endif
1235
1236
1237 /* Define to 1 if `fork' works. */
1238 #ifndef USED_FOR_TARGET
1239 #undef HAVE_WORKING_FORK
1240 #endif
1241
1242
1243 /* Define this macro if mbstowcs does not crash when its first argument is
1244    NULL. */
1245 #ifndef USED_FOR_TARGET
1246 #undef HAVE_WORKING_MBSTOWCS
1247 #endif
1248
1249
1250 /* Define to 1 if `vfork' works. */
1251 #ifndef USED_FOR_TARGET
1252 #undef HAVE_WORKING_VFORK
1253 #endif
1254
1255
1256 /* Define to 1 if the system has the type `__int64'. */
1257 #ifndef USED_FOR_TARGET
1258 #undef HAVE___INT64
1259 #endif
1260
1261
1262 /* Define as const if the declaration of iconv() needs const. */
1263 #ifndef USED_FOR_TARGET
1264 #undef ICONV_CONST
1265 #endif
1266
1267
1268 /* Define if host mkdir takes a single argument. */
1269 #ifndef USED_FOR_TARGET
1270 #undef MKDIR_TAKES_ONE_ARG
1271 #endif
1272
1273
1274 /* Define to 1 if HOST_WIDE_INT must be 64 bits wide (see hwint.h). */
1275 #ifndef USED_FOR_TARGET
1276 #undef NEED_64BIT_HOST_WIDE_INT
1277 #endif
1278
1279
1280 /* Define to 1 if your C compiler doesn't accept -c and -o together. */
1281 #ifndef USED_FOR_TARGET
1282 #undef NO_MINUS_C_MINUS_O
1283 #endif
1284
1285
1286 /* Define to the address where bug reports for this package should be sent. */
1287 #ifndef USED_FOR_TARGET
1288 #undef PACKAGE_BUGREPORT
1289 #endif
1290
1291
1292 /* Define to the full name of this package. */
1293 #ifndef USED_FOR_TARGET
1294 #undef PACKAGE_NAME
1295 #endif
1296
1297
1298 /* Define to the full name and version of this package. */
1299 #ifndef USED_FOR_TARGET
1300 #undef PACKAGE_STRING
1301 #endif
1302
1303
1304 /* Define to the one symbol short name of this package. */
1305 #ifndef USED_FOR_TARGET
1306 #undef PACKAGE_TARNAME
1307 #endif
1308
1309
1310 /* Define to the version of this package. */
1311 #ifndef USED_FOR_TARGET
1312 #undef PACKAGE_VERSION
1313 #endif
1314
1315
1316 /* Define to PREFIX/include if cpp should also search that directory. */
1317 #ifndef USED_FOR_TARGET
1318 #undef PREFIX_INCLUDE_DIR
1319 #endif
1320
1321
1322 /* The size of a `int', as computed by sizeof. */
1323 #ifndef USED_FOR_TARGET
1324 #undef SIZEOF_INT
1325 #endif
1326
1327
1328 /* The size of a `long', as computed by sizeof. */
1329 #ifndef USED_FOR_TARGET
1330 #undef SIZEOF_LONG
1331 #endif
1332
1333
1334 /* The size of a `long long', as computed by sizeof. */
1335 #ifndef USED_FOR_TARGET
1336 #undef SIZEOF_LONG_LONG
1337 #endif
1338
1339
1340 /* The size of a `short', as computed by sizeof. */
1341 #ifndef USED_FOR_TARGET
1342 #undef SIZEOF_SHORT
1343 #endif
1344
1345
1346 /* The size of a `void *', as computed by sizeof. */
1347 #ifndef USED_FOR_TARGET
1348 #undef SIZEOF_VOID_P
1349 #endif
1350
1351
1352 /* The size of a `__int64', as computed by sizeof. */
1353 #ifndef USED_FOR_TARGET
1354 #undef SIZEOF___INT64
1355 #endif
1356
1357
1358 /* Define to 1 if you have the ANSI C header files. */
1359 #ifndef USED_FOR_TARGET
1360 #undef STDC_HEADERS
1361 #endif
1362
1363
1364 /* Define if you can safely include both <string.h> and <strings.h>. */
1365 #ifndef USED_FOR_TARGET
1366 #undef STRING_WITH_STRINGS
1367 #endif
1368
1369
1370 /* Define if TFmode long double should be the default */
1371 #ifndef USED_FOR_TARGET
1372 #undef TARGET_DEFAULT_LONG_DOUBLE_128
1373 #endif
1374
1375
1376 /* Define if your target C library provides stack protector support */
1377 #ifndef USED_FOR_TARGET
1378 #undef TARGET_LIBC_PROVIDES_SSP
1379 #endif
1380
1381
1382 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
1383 #ifndef USED_FOR_TARGET
1384 #undef TIME_WITH_SYS_TIME
1385 #endif
1386
1387
1388 /* Define if your assembler mis-optimizes .eh_frame data. */
1389 #ifndef USED_FOR_TARGET
1390 #undef USE_AS_TRADITIONAL_FORMAT
1391 #endif
1392
1393
1394 /* Define to 1 if the 'long long' (or '__int64') is wider than 'long' but
1395    still efficiently supported by the host hardware. */
1396 #ifndef USED_FOR_TARGET
1397 #undef USE_LONG_LONG_FOR_WIDEST_FAST_INT
1398 #endif
1399
1400
1401 /* Define if location_t is fileline integer cookie. */
1402 #ifndef USED_FOR_TARGET
1403 #undef USE_MAPPED_LOCATION
1404 #endif
1405
1406
1407 /* Define to be the last component of the Windows registry key under which to
1408    look for installation paths. The full key used will be
1409    HKEY_LOCAL_MACHINE/SOFTWARE/Free Software Foundation/{WIN32_REGISTRY_KEY}.
1410    The default is the GCC version number. */
1411 #ifndef USED_FOR_TARGET
1412 #undef WIN32_REGISTRY_KEY
1413 #endif
1414
1415
1416 /* Define to 1 if your processor stores words with the most significant byte
1417    first (like Motorola and SPARC, unlike Intel and VAX). */
1418 #ifndef USED_FOR_TARGET
1419 #undef WORDS_BIGENDIAN
1420 #endif
1421
1422
1423 /* Always define this when using the GNU C Library */
1424 #ifndef USED_FOR_TARGET
1425 #undef _GNU_SOURCE
1426 #endif
1427
1428
1429 /* Define to `int' if <sys/types.h> doesn't define. */
1430 #ifndef USED_FOR_TARGET
1431 #undef gid_t
1432 #endif
1433
1434
1435 /* Define to `__inline__' or `__inline' if that's what the C compiler
1436    calls it, or to nothing if 'inline' is not supported under any name.  */
1437 #ifndef __cplusplus
1438 #undef inline
1439 #endif
1440
1441 /* Define to `int' if <sys/types.h> does not define. */
1442 #ifndef USED_FOR_TARGET
1443 #undef pid_t
1444 #endif
1445
1446
1447 /* Define to \`long' if <sys/resource.h> doesn't define. */
1448 #ifndef USED_FOR_TARGET
1449 #undef rlim_t
1450 #endif
1451
1452
1453 /* Define to `int' if <sys/types.h> does not define. */
1454 #ifndef USED_FOR_TARGET
1455 #undef ssize_t
1456 #endif
1457
1458
1459 /* Define to `int' if <sys/types.h> doesn't define. */
1460 #ifndef USED_FOR_TARGET
1461 #undef uid_t
1462 #endif
1463
1464
1465 /* Define as `fork' if `vfork' does not work. */
1466 #ifndef USED_FOR_TARGET
1467 #undef vfork
1468 #endif
1469