]> git.ipfire.org Git - thirdparty/gcc.git/blame - gcc/config.in
Update GCC to autoconf 2.69, automake 1.15.1 (PR bootstrap/82856).
[thirdparty/gcc.git] / gcc / config.in
CommitLineData
a6a5e4c9 1/* config.in. Generated from configure.ac by autoheader. */
71a94577 2
85c64bbe
BS
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
5213506e
RW
9/* Define if building universal (internal helper macro) */
10#ifndef USED_FOR_TARGET
11#undef AC_APPLE_UNIVERSAL_BUILD
12#endif
13
14
29d7cbd1
RO
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
236ec2d7 27/* Define as the number of bits in a byte, if `limits.h' doesn't. */
232b67d9 28#ifndef USED_FOR_TARGET
a6a5e4c9 29#undef CHAR_BIT
232b67d9
NS
30#endif
31
e256b8b6 32
b06f87c7
BE
33/* Define to 0/1 if you want more run-time sanity checks. This one gets a grab
34 bag of miscellaneous but relatively cheap checks. */
7ec491c0
MM
35#ifndef USED_FOR_TARGET
36#undef CHECKING_P
37#endif
38
39
a6a5e4c9 40/* Define 0/1 to force the choice for exception handling model. */
232b67d9 41#ifndef USED_FOR_TARGET
a6a5e4c9 42#undef CONFIG_SJLJ_EXCEPTIONS
232b67d9
NS
43#endif
44
e9831ca0 45
a6a5e4c9 46/* Define to enable the use of a default assembler. */
232b67d9 47#ifndef USED_FOR_TARGET
a6a5e4c9 48#undef DEFAULT_ASSEMBLER
232b67d9
NS
49#endif
50
c375c43b 51
a6a5e4c9 52/* Define to enable the use of a default linker. */
232b67d9 53#ifndef USED_FOR_TARGET
a6a5e4c9 54#undef DEFAULT_LINKER
232b67d9
NS
55#endif
56
ab87f8c8 57
dc6b6330 58/* Define to larger than zero set the default stack clash protector size. */
630b1e3a
TC
59#ifndef USED_FOR_TARGET
60#undef DEFAULT_STK_CLASH_GUARD_SIZE
61#endif
62
63
a6a5e4c9
KC
64/* Define if you want to use __cxa_atexit, rather than atexit, to register C++
65 destructors for local statics and global objects. This is essential for
66 fully standards-compliant handling of destructors, but requires
67 __cxa_atexit in libc. */
232b67d9 68#ifndef USED_FOR_TARGET
a6a5e4c9 69#undef DEFAULT_USE_CXA_ATEXIT
232b67d9
NS
70#endif
71
3ec83fc2 72
899c78ae
JJ
73/* The default for -fdiagnostics-color option */
74#ifndef USED_FOR_TARGET
75#undef DIAGNOSTICS_COLOR_DEFAULT
76#endif
77
78
06c37c96 79/* Define if you want assertions enabled. This is a cheap check. */
232b67d9 80#ifndef USED_FOR_TARGET
06c37c96 81#undef ENABLE_ASSERT_CHECKING
232b67d9
NS
82#endif
83
06c37c96 84
3089f8b5
PB
85/* Define to 1 to specify that we are using the BID decimal floating point
86 format instead of DPD */
87#ifndef USED_FOR_TARGET
88#undef ENABLE_DECIMAL_BID_FORMAT
89#endif
90
91
486aa804
BE
92/* Define to 1 to enable decimal float extension to C. */
93#ifndef USED_FOR_TARGET
94#undef ENABLE_DECIMAL_FLOAT
95#endif
96
97
428b3812
L
98/* Define if your target supports default PIE and it is enabled. */
99#ifndef USED_FOR_TARGET
100#undef ENABLE_DEFAULT_PIE
101#endif
102
103
e0f6cba0
MG
104/* Define if your target supports default stack protector and it is enabled.
105 */
106#ifndef USED_FOR_TARGET
107#undef ENABLE_DEFAULT_SSP
108#endif
109
110
3089f8b5 111/* Define if you want more run-time sanity checks for dataflow. */
79b87c74 112#ifndef USED_FOR_TARGET
3089f8b5 113#undef ENABLE_DF_CHECKING
79b87c74
MM
114#endif
115
116
8f56cb51
AM
117/* Define to 0/1 if you want extra run-time checking that might affect code
118 generation. */
119#ifndef USED_FOR_TARGET
120#undef ENABLE_EXTRA_CHECKING
121#endif
122
123
ab22c1fa
CF
124/* Define to 1 to enable fixed-point arithmetic extension to C. */
125#ifndef USED_FOR_TARGET
126#undef ENABLE_FIXED_POINT
127#endif
128
129
a6a5e4c9
KC
130/* Define if you want fold checked that it never destructs its argument. This
131 is quite expensive. */
232b67d9 132#ifndef USED_FOR_TARGET
a6a5e4c9 133#undef ENABLE_FOLD_CHECKING
232b67d9
NS
134#endif
135
956d6950 136
a6a5e4c9
KC
137/* Define if you want the garbage collector to operate in maximally paranoid
138 mode, validating the entire heap and collecting garbage at every
139 opportunity. This is extremely expensive. */
232b67d9 140#ifndef USED_FOR_TARGET
a6a5e4c9 141#undef ENABLE_GC_ALWAYS_COLLECT
232b67d9
NS
142#endif
143
956d6950 144
a6a5e4c9
KC
145/* Define if you want the garbage collector to do object poisoning and other
146 memory allocation checks. This is quite expensive. */
232b67d9 147#ifndef USED_FOR_TARGET
a6a5e4c9 148#undef ENABLE_GC_CHECKING
232b67d9
NS
149#endif
150
e256b8b6 151
70b1e376
RW
152/* Define if you want operations on GIMPLE (the basic data structure of the
153 high-level optimizers) to be checked for dynamic type safety at runtime.
154 This is moderately expensive. */
155#ifndef USED_FOR_TARGET
156#undef ENABLE_GIMPLE_CHECKING
157#endif
158
159
b2b40051
MJ
160/* Define this to enable support for generating HSAIL. */
161#ifndef USED_FOR_TARGET
162#undef ENABLE_HSA
163#endif
164
165
cd533689
PP
166/* Define if gcc should always pass --build-id to linker. */
167#ifndef USED_FOR_TARGET
168#undef ENABLE_LD_BUILDID
169#endif
170
171
87e6d9dc
TB
172/* Define to 1 to enable libquadmath support */
173#ifndef USED_FOR_TARGET
174#undef ENABLE_LIBQUADMATH_SUPPORT
175#endif
176
177
d7f09764
DN
178/* Define to enable LTO support. */
179#ifndef USED_FOR_TARGET
180#undef ENABLE_LTO
181#endif
182
183
a6a5e4c9
KC
184/* Define to 1 if translation of program messages to the user's native
185 language is requested. */
232b67d9 186#ifndef USED_FOR_TARGET
a6a5e4c9 187#undef ENABLE_NLS
232b67d9
NS
188#endif
189
c375c43b 190
85c64bbe
BS
191/* Define this to enable support for offloading. */
192#ifndef USED_FOR_TARGET
193#undef ENABLE_OFFLOADING
194#endif
195
196
68a607d8
DN
197/* Define to enable plugin support. */
198#ifndef USED_FOR_TARGET
199#undef ENABLE_PLUGIN
200#endif
201
202
a6a5e4c9
KC
203/* Define if you want all operations on RTL (the basic data structure of the
204 optimizer and back end) to be checked for dynamic type safety at runtime.
205 This is quite expensive. */
232b67d9 206#ifndef USED_FOR_TARGET
a6a5e4c9 207#undef ENABLE_RTL_CHECKING
232b67d9
NS
208#endif
209
a15135c9 210
a6a5e4c9
KC
211/* Define if you want RTL flag accesses to be checked against the RTL codes
212 that are supported for each access macro. This is relatively cheap. */
232b67d9 213#ifndef USED_FOR_TARGET
a6a5e4c9 214#undef ENABLE_RTL_FLAG_CHECKING
232b67d9
NS
215#endif
216
0ee31ab1 217
b53ef395
NS
218/* Define if you want runtime assertions enabled. This is a cheap check. */
219#undef ENABLE_RUNTIME_CHECKING
220
a6a5e4c9
KC
221/* Define if you want all operations on trees (the basic data structure of the
222 front ends) to be checked for dynamic type safety at runtime. This is
8d2ccbd2 223 moderately expensive. */
232b67d9 224#ifndef USED_FOR_TARGET
a6a5e4c9 225#undef ENABLE_TREE_CHECKING
232b67d9
NS
226#endif
227
0ee31ab1 228
dc60b775
CD
229/* Define if you want all gimple types to be verified after gimplifiation.
230 This is cheap. */
7e98624c
RG
231#ifndef USED_FOR_TARGET
232#undef ENABLE_TYPES_CHECKING
233#endif
234
235
279a935f
RB
236/* Define to get calls to the valgrind runtime enabled. */
237#ifndef USED_FOR_TARGET
238#undef ENABLE_VALGRIND_ANNOTATIONS
239#endif
240
241
a6a5e4c9
KC
242/* Define if you want to run subprograms and generated programs through
243 valgrind (a memory checker). This is extremely expensive. */
232b67d9 244#ifndef USED_FOR_TARGET
a6a5e4c9 245#undef ENABLE_VALGRIND_CHECKING
232b67d9
NS
246#endif
247
c1800ec8 248
ad103b01
RO
249/* Define 0/1 if vtable verification feature is enabled. */
250#ifndef USED_FOR_TARGET
251#undef ENABLE_VTABLE_VERIFY
252#endif
253
254
a1286ef5
ZW
255/* Define to 1 if installation paths should be looked up in the Windows
256 Registry. Ignored on non-Windows hosts. */
232b67d9 257#ifndef USED_FOR_TARGET
a6a5e4c9 258#undef ENABLE_WIN32_REGISTRY
232b67d9
NS
259#endif
260
475c267f 261
a6a5e4c9
KC
262/* Define to the name of a file containing a list of extra machine modes for
263 this architecture. */
232b67d9 264#ifndef USED_FOR_TARGET
a6a5e4c9 265#undef EXTRA_MODES_FILE
232b67d9
NS
266#endif
267
3b681e9d 268
a6a5e4c9 269/* Define to enable detailed memory allocation stats gathering. */
232b67d9 270#ifndef USED_FOR_TARGET
a6a5e4c9 271#undef GATHER_STATISTICS
232b67d9
NS
272#endif
273
54953b66 274
c68a6e08
JW
275/* Define to 1 if `TIOCGWINSZ' requires <sys/ioctl.h>. */
276#ifndef USED_FOR_TARGET
277#undef GWINSZ_IN_SYS_IOCTL
278#endif
279
280
4f6d8cc8
GK
281/* mcontext_t fields start with __ */
282#ifndef USED_FOR_TARGET
283#undef HAS_MCONTEXT_T_UNDERSCORES
284#endif
285
286
ec47b086
DV
287/* Define if your assembler supports architecture modifiers. */
288#ifndef USED_FOR_TARGET
289#undef HAVE_AS_ARCHITECTURE_MODIFIERS
290#endif
291
292
63866e04
GJL
293/* Define if your avr assembler supports -mgcc-isr option. */
294#ifndef USED_FOR_TARGET
295#undef HAVE_AS_AVR_MGCCISR_OPTION
296#endif
297
298
0c9dc4ae
GJL
299/* Define if your avr assembler supports --mlink-relax option. */
300#ifndef USED_FOR_TARGET
301#undef HAVE_AS_AVR_MLINK_RELAX_OPTION
302#endif
303
304
305/* Define if your avr assembler supports -mrmw option. */
306#ifndef USED_FOR_TARGET
307#undef HAVE_AS_AVR_MRMW_OPTION
308#endif
309
310
29d7cbd1
RO
311/* Define to the level of your assembler's compressed debug section support.
312 */
313#ifndef USED_FOR_TARGET
314#undef HAVE_AS_COMPRESS_DEBUG
315#endif
316
317
c8aea42c
PB
318/* Define if your assembler supports the --debug-prefix-map option. */
319#ifndef USED_FOR_TARGET
320#undef HAVE_AS_DEBUG_PREFIX_MAP
321#endif
322
323
899c78ae
JJ
324/* Define if your assembler supports .module. */
325#ifndef USED_FOR_TARGET
326#undef HAVE_AS_DOT_MODULE
327#endif
328
329
293b77b0
CF
330/* Define if your assembler supports DSPR1 mult. */
331#ifndef USED_FOR_TARGET
332#undef HAVE_AS_DSPR1_MULT
333#endif
334
335
a44380d2
JM
336/* Define if your assembler supports .dtprelword. */
337#ifndef USED_FOR_TARGET
338#undef HAVE_AS_DTPRELWORD
339#endif
340
341
a6a5e4c9
KC
342/* Define if your assembler supports dwarf2 .file/.loc directives, and
343 preserves file table indices exactly as given. */
232b67d9 344#ifndef USED_FOR_TARGET
a6a5e4c9 345#undef HAVE_AS_DWARF2_DEBUG_LINE
232b67d9
NS
346#endif
347
24a184c9 348
bd2b9f1e
AO
349/* Define if your assembler supports views in dwarf2 .loc directives. */
350#ifndef USED_FOR_TARGET
351#undef HAVE_AS_DWARF2_DEBUG_VIEW
352#endif
353
354
157bb85d
UW
355/* Define if your assembler supports the R_PPC64_ENTRY relocation. */
356#ifndef USED_FOR_TARGET
357#undef HAVE_AS_ENTRY_MARKERS
358#endif
359
360
a6a5e4c9 361/* Define if your assembler supports explicit relocations. */
232b67d9 362#ifndef USED_FOR_TARGET
a6a5e4c9 363#undef HAVE_AS_EXPLICIT_RELOCS
232b67d9
NS
364#endif
365
03c41c05 366
e8b141b5
DM
367/* Define if your assembler supports FMAF, HPC, and VIS 3.0 instructions. */
368#ifndef USED_FOR_TARGET
369#undef HAVE_AS_FMAF_HPC_VIS3
370#endif
371
372
a6a5e4c9 373/* Define if your assembler supports the --gdwarf2 option. */
232b67d9 374#ifndef USED_FOR_TARGET
a6a5e4c9 375#undef HAVE_AS_GDWARF2_DEBUG_FLAG
232b67d9
NS
376#endif
377
a37db56b 378
dcb957d9
JM
379/* Define if your assembler supports .gnu_attribute. */
380#ifndef USED_FOR_TARGET
381#undef HAVE_AS_GNU_ATTRIBUTE
382#endif
383
384
a6a5e4c9 385/* Define true if the assembler supports '.long foo@GOTOFF'. */
232b67d9 386#ifndef USED_FOR_TARGET
a6a5e4c9 387#undef HAVE_AS_GOTOFF_IN_DATA
232b67d9
NS
388#endif
389
956d6950 390
a6a5e4c9 391/* Define if your assembler supports the --gstabs option. */
232b67d9 392#ifndef USED_FOR_TARGET
a6a5e4c9 393#undef HAVE_AS_GSTABS_DEBUG_FLAG
232b67d9
NS
394#endif
395
2bd02043 396
a6a5e4c9 397/* Define if your assembler supports the Sun syntax for cmov. */
232b67d9 398#ifndef USED_FOR_TARGET
a6a5e4c9 399#undef HAVE_AS_IX86_CMOV_SUN_SYNTAX
232b67d9
NS
400#endif
401
8eb6a092 402
68b92f78
RS
403/* Define if your assembler supports the subtraction of symbols in different
404 sections. */
405#ifndef USED_FOR_TARGET
406#undef HAVE_AS_IX86_DIFF_SECT_DELTA
407#endif
408
409
b6c03bcd
RS
410/* Define if your assembler supports the ffreep mnemonic. */
411#ifndef USED_FOR_TARGET
412#undef HAVE_AS_IX86_FFREEP
413#endif
414
415
a3a5e3d1
UB
416/* Define if your assembler uses fildq and fistq mnemonics. */
417#ifndef USED_FOR_TARGET
418#undef HAVE_AS_IX86_FILDQ
419#endif
420
421
422/* Define if your assembler uses filds and fists mnemonics. */
423#ifndef USED_FOR_TARGET
424#undef HAVE_AS_IX86_FILDS
425#endif
426
427
c0597759
L
428/* Define 0/1 if your assembler and linker support @GOT. */
429#ifndef USED_FOR_TARGET
430#undef HAVE_AS_IX86_GOT32X
431#endif
432
433
b993039f
EB
434/* Define if your assembler supports HLE prefixes. */
435#ifndef USED_FOR_TARGET
436#undef HAVE_AS_IX86_HLE
437#endif
438
439
fe04878d
UB
440/* Define if your assembler supports interunit movq mnemonic. */
441#ifndef USED_FOR_TARGET
442#undef HAVE_AS_IX86_INTERUNIT_MOVQ
443#endif
444
445
953c29f7 446/* Define if your assembler supports the .quad directive. */
2433310d 447#ifndef USED_FOR_TARGET
953c29f7 448#undef HAVE_AS_IX86_QUAD
2433310d
RO
449#endif
450
451
abcb0bd9 452/* Define if the assembler supports 'rep <insn>, lock <insn>'. */
ed104137 453#ifndef USED_FOR_TARGET
953c29f7 454#undef HAVE_AS_IX86_REP_LOCK_PREFIX
ed104137
RO
455#endif
456
457
953c29f7 458/* Define if your assembler supports the sahf mnemonic in 64bit mode. */
38ca3765
UB
459#ifndef USED_FOR_TARGET
460#undef HAVE_AS_IX86_SAHF
461#endif
462
463
bad72d7a
RH
464/* Define if your assembler supports the swap suffix. */
465#ifndef USED_FOR_TARGET
466#undef HAVE_AS_IX86_SWAP
467#endif
468
469
0f24748c 470/* Define if your assembler and linker support @tlsgdplt. */
8950516e
RO
471#ifndef USED_FOR_TARGET
472#undef HAVE_AS_IX86_TLSGDPLT
473#endif
474
475
caa16d41
RO
476/* Define to 1 if your assembler and linker support @tlsldm. */
477#ifndef USED_FOR_TARGET
478#undef HAVE_AS_IX86_TLSLDM
479#endif
480
481
482/* Define to 1 if your assembler and linker support @tlsldmplt. */
8950516e
RO
483#ifndef USED_FOR_TARGET
484#undef HAVE_AS_IX86_TLSLDMPLT
485#endif
486
487
de86ff8f
L
488/* Define 0/1 if your assembler and linker support calling ___tls_get_addr via
489 GOT. */
490#ifndef USED_FOR_TARGET
491#undef HAVE_AS_IX86_TLS_GET_ADDR_GOT
492#endif
493
494
88f7c49a
RM
495/* Define if your assembler supports the 'ud2' mnemonic. */
496#ifndef USED_FOR_TARGET
497#undef HAVE_AS_IX86_UD2
498#endif
499
500
d006f5eb
RH
501/* Define if your assembler supports the lituse_jsrdirect relocation. */
502#ifndef USED_FOR_TARGET
503#undef HAVE_AS_JSRDIRECT_RELOCS
504#endif
505
506
a6a5e4c9 507/* Define if your assembler supports .sleb128 and .uleb128. */
232b67d9 508#ifndef USED_FOR_TARGET
a6a5e4c9 509#undef HAVE_AS_LEB128
232b67d9
NS
510#endif
511
03943c05 512
1f65ae7a
EB
513/* Define if your assembler supports LEON instructions. */
514#ifndef USED_FOR_TARGET
515#undef HAVE_AS_LEON
516#endif
517
518
03943c05
AO
519/* Define if the assembler won't complain about a line such as # 0 "" 2. */
520#ifndef USED_FOR_TARGET
521#undef HAVE_AS_LINE_ZERO
522#endif
523
1072ec3f 524
a6a5e4c9 525/* Define if your assembler supports ltoffx and ldxmov relocations. */
232b67d9 526#ifndef USED_FOR_TARGET
a6a5e4c9 527#undef HAVE_AS_LTOFFX_LDXMOV_RELOCS
232b67d9
NS
528#endif
529
d21445e7 530
eaf4967a
CL
531/* Define if your assembler supports the -mabi option. */
532#ifndef USED_FOR_TARGET
533#undef HAVE_AS_MABI_OPTION
534#endif
535
536
ec47b086
DV
537/* Define if your assembler supports .machine and .machinemode. */
538#ifndef USED_FOR_TARGET
539#undef HAVE_AS_MACHINE_MACHINEMODE
540#endif
541
542
a6a5e4c9 543/* Define if your assembler supports mfcr field. */
232b67d9 544#ifndef USED_FOR_TARGET
a6a5e4c9 545#undef HAVE_AS_MFCRF
232b67d9
NS
546#endif
547
54953b66 548
b410cf1d
IS
549/* Define if your Mac OS X assembler supports the -mmacos-version-min option.
550 */
551#ifndef USED_FOR_TARGET
552#undef HAVE_AS_MMACOSX_VERSION_MIN_OPTION
553#endif
554
555
ff3f3951
MR
556/* Define if the assembler understands -mnan=. */
557#ifndef USED_FOR_TARGET
558#undef HAVE_AS_NAN
559#endif
560
561
86da66b5 562/* Define if your assembler supports the -no-mul-bug-abort option. */
232b67d9 563#ifndef USED_FOR_TARGET
86da66b5 564#undef HAVE_AS_NO_MUL_BUG_ABORT_OPTION
232b67d9
NS
565#endif
566
86da66b5 567
4551169f
RS
568/* Define if the assembler understands -mno-shared. */
569#ifndef USED_FOR_TARGET
570#undef HAVE_AS_NO_SHARED
571#endif
572
573
a6a5e4c9 574/* Define if your assembler supports offsetable %lo(). */
232b67d9 575#ifndef USED_FOR_TARGET
a6a5e4c9 576#undef HAVE_AS_OFFSETABLE_LO10
232b67d9
NS
577#endif
578
a15135c9 579
636cf8b1
RS
580/* Define if your assembler supports .ref */
581#ifndef USED_FOR_TARGET
582#undef HAVE_AS_REF
583#endif
584
585
a6a5e4c9 586/* Define if your assembler supports .register. */
232b67d9 587#ifndef USED_FOR_TARGET
a6a5e4c9 588#undef HAVE_AS_REGISTER_PSEUDO_OP
232b67d9
NS
589#endif
590
ab87f8c8 591
7f970b70
AM
592/* Define if your assembler supports R_PPC_REL16 relocs. */
593#ifndef USED_FOR_TARGET
594#undef HAVE_AS_REL16
595#endif
596
597
a6a5e4c9 598/* Define if your assembler supports -relax option. */
232b67d9 599#ifndef USED_FOR_TARGET
a6a5e4c9 600#undef HAVE_AS_RELAX_OPTION
232b67d9
NS
601#endif
602
24a184c9 603
6de59c8a
IE
604/* Define if your assembler supports relocs needed by -fpic. */
605#ifndef USED_FOR_TARGET
606#undef HAVE_AS_SMALL_PIC_RELOCS
607#endif
608
609
20804d96
RO
610/* Define if your assembler supports SPARC4 instructions. */
611#ifndef USED_FOR_TARGET
612#undef HAVE_AS_SPARC4
613#endif
614
c0597759
L
615
616/* Define if your assembler supports SPARC5 and VIS 4.0 instructions. */
690f24b7
JM
617#ifndef USED_FOR_TARGET
618#undef HAVE_AS_SPARC5_VIS4
619#endif
620
63866e04 621
bcc3c3f1
JM
622/* Define if your assembler supports SPARC6 instructions. */
623#ifndef USED_FOR_TARGET
624#undef HAVE_AS_SPARC6
625#endif
20804d96 626
63866e04 627
878ee0ab
DM
628/* Define if your assembler and linker support GOTDATA_OP relocs. */
629#ifndef USED_FOR_TARGET
630#undef HAVE_AS_SPARC_GOTDATA_OP
631#endif
632
633
a6a5e4c9
KC
634/* Define if your assembler and linker support unaligned PC relative relocs.
635 */
232b67d9 636#ifndef USED_FOR_TARGET
a6a5e4c9 637#undef HAVE_AS_SPARC_UA_PCREL
232b67d9
NS
638#endif
639
007e8d2a 640
a6a5e4c9
KC
641/* Define if your assembler and linker support unaligned PC relative relocs
642 against hidden symbols. */
232b67d9 643#ifndef USED_FOR_TARGET
a6a5e4c9 644#undef HAVE_AS_SPARC_UA_PCREL_HIDDEN
232b67d9
NS
645#endif
646
e5e809f4 647
01704e5a
RO
648/* Define if your assembler supports .stabs. */
649#ifndef USED_FOR_TARGET
650#undef HAVE_AS_STABS_DIRECTIVE
651#endif
652
653
16c9d3b1 654/* Define if your assembler and linker support thread-local storage. */
232b67d9 655#ifndef USED_FOR_TARGET
a6a5e4c9 656#undef HAVE_AS_TLS
232b67d9
NS
657#endif
658
28e6bb13 659
9752c4ad
AM
660/* Define if your assembler supports arg info for __tls_get_addr. */
661#ifndef USED_FOR_TARGET
662#undef HAVE_AS_TLS_MARKERS
663#endif
664
665
d40c9e33
PB
666/* Define if your assembler supports VSX instructions. */
667#ifndef USED_FOR_TARGET
668#undef HAVE_AS_VSX
669#endif
c1800ec8 670
28e6bb13 671
8c2e5ecf
RO
672/* Define if your assembler supports -xbrace_comment option. */
673#ifndef USED_FOR_TARGET
674#undef HAVE_AS_XBRACE_COMMENT_OPTION
675#endif
676
677
a6a5e4c9 678/* Define to 1 if you have the `atoq' function. */
232b67d9 679#ifndef USED_FOR_TARGET
a6a5e4c9 680#undef HAVE_ATOQ
232b67d9
NS
681#endif
682
75923b2f 683
0d667716 684/* Define to 1 if you have the `clearerr_unlocked' function. */
232b67d9 685#ifndef USED_FOR_TARGET
0d667716 686#undef HAVE_CLEARERR_UNLOCKED
232b67d9
NS
687#endif
688
0d667716 689
a6a5e4c9 690/* Define to 1 if you have the `clock' function. */
232b67d9 691#ifndef USED_FOR_TARGET
a6a5e4c9 692#undef HAVE_CLOCK
232b67d9
NS
693#endif
694
956d6950 695
a6a5e4c9 696/* Define if <time.h> defines clock_t. */
232b67d9 697#ifndef USED_FOR_TARGET
a6a5e4c9 698#undef HAVE_CLOCK_T
232b67d9
NS
699#endif
700
eb158727 701
11176d2a
JB
702/* Define 0/1 if your assembler and linker support COMDAT groups. */
703#ifndef USED_FOR_TARGET
704#undef HAVE_COMDAT_GROUP
705#endif
706
707
ad6717df
PB
708/* Define to 1 if we found a declaration for 'abort', otherwise define to 0.
709 */
232b67d9 710#ifndef USED_FOR_TARGET
a6a5e4c9 711#undef HAVE_DECL_ABORT
232b67d9
NS
712#endif
713
d21445e7 714
7391b66c
GDR
715/* Define to 1 if we found a declaration for 'asprintf', otherwise define to
716 0. */
717#ifndef USED_FOR_TARGET
718#undef HAVE_DECL_ASPRINTF
719#endif
720
721
ad6717df 722/* Define to 1 if we found a declaration for 'atof', otherwise define to 0. */
232b67d9 723#ifndef USED_FOR_TARGET
a6a5e4c9 724#undef HAVE_DECL_ATOF
232b67d9
NS
725#endif
726
351df804 727
ad6717df 728/* Define to 1 if we found a declaration for 'atol', otherwise define to 0. */
232b67d9 729#ifndef USED_FOR_TARGET
a6a5e4c9 730#undef HAVE_DECL_ATOL
232b67d9
NS
731#endif
732
e9a25f70 733
418dd5ce
AT
734/* Define to 1 if we found a declaration for 'atoll', otherwise define to 0.
735 */
736#ifndef USED_FOR_TARGET
737#undef HAVE_DECL_ATOLL
738#endif
739
740
741/* Define to 1 if you have the declaration of `basename(const char*)', and to
742 0 if you don't. */
232b67d9 743#ifndef USED_FOR_TARGET
a6a5e4c9 744#undef HAVE_DECL_BASENAME
232b67d9
NS
745#endif
746
ab87f8c8 747
ad6717df
PB
748/* Define to 1 if we found a declaration for 'calloc', otherwise define to 0.
749 */
232b67d9 750#ifndef USED_FOR_TARGET
a6a5e4c9 751#undef HAVE_DECL_CALLOC
232b67d9
NS
752#endif
753
ab87f8c8 754
0d667716
KG
755/* Define to 1 if we found a declaration for 'clearerr_unlocked', otherwise
756 define to 0. */
232b67d9 757#ifndef USED_FOR_TARGET
0d667716 758#undef HAVE_DECL_CLEARERR_UNLOCKED
232b67d9
NS
759#endif
760
0d667716 761
ad6717df
PB
762/* Define to 1 if we found a declaration for 'clock', otherwise define to 0.
763 */
232b67d9 764#ifndef USED_FOR_TARGET
a6a5e4c9 765#undef HAVE_DECL_CLOCK
232b67d9
NS
766#endif
767
861bb6c1 768
ad6717df
PB
769/* Define to 1 if we found a declaration for 'errno', otherwise define to 0.
770 */
232b67d9 771#ifndef USED_FOR_TARGET
a6a5e4c9 772#undef HAVE_DECL_ERRNO
232b67d9
NS
773#endif
774
861bb6c1 775
0d667716
KG
776/* Define to 1 if we found a declaration for 'feof_unlocked', otherwise define
777 to 0. */
232b67d9 778#ifndef USED_FOR_TARGET
0d667716 779#undef HAVE_DECL_FEOF_UNLOCKED
232b67d9
NS
780#endif
781
0d667716
KG
782
783/* Define to 1 if we found a declaration for 'ferror_unlocked', otherwise
784 define to 0. */
232b67d9 785#ifndef USED_FOR_TARGET
0d667716 786#undef HAVE_DECL_FERROR_UNLOCKED
232b67d9
NS
787#endif
788
0d667716
KG
789
790/* Define to 1 if we found a declaration for 'fflush_unlocked', otherwise
791 define to 0. */
232b67d9 792#ifndef USED_FOR_TARGET
0d667716 793#undef HAVE_DECL_FFLUSH_UNLOCKED
232b67d9
NS
794#endif
795
0d667716 796
19f75783
JM
797/* Define to 1 if we found a declaration for 'ffs', otherwise define to 0. */
798#ifndef USED_FOR_TARGET
799#undef HAVE_DECL_FFS
800#endif
801
802
0d667716
KG
803/* Define to 1 if we found a declaration for 'fgetc_unlocked', otherwise
804 define to 0. */
232b67d9 805#ifndef USED_FOR_TARGET
0d667716 806#undef HAVE_DECL_FGETC_UNLOCKED
232b67d9
NS
807#endif
808
0d667716
KG
809
810/* Define to 1 if we found a declaration for 'fgets_unlocked', otherwise
811 define to 0. */
232b67d9 812#ifndef USED_FOR_TARGET
0d667716 813#undef HAVE_DECL_FGETS_UNLOCKED
232b67d9
NS
814#endif
815
0d667716
KG
816
817/* Define to 1 if we found a declaration for 'fileno_unlocked', otherwise
818 define to 0. */
232b67d9 819#ifndef USED_FOR_TARGET
0d667716 820#undef HAVE_DECL_FILENO_UNLOCKED
232b67d9
NS
821#endif
822
0d667716 823
ad6717df
PB
824/* Define to 1 if we found a declaration for 'fprintf_unlocked', otherwise
825 define to 0. */
232b67d9 826#ifndef USED_FOR_TARGET
a6a5e4c9 827#undef HAVE_DECL_FPRINTF_UNLOCKED
232b67d9
NS
828#endif
829
861bb6c1 830
0d667716
KG
831/* Define to 1 if we found a declaration for 'fputc_unlocked', otherwise
832 define to 0. */
232b67d9 833#ifndef USED_FOR_TARGET
0d667716 834#undef HAVE_DECL_FPUTC_UNLOCKED
232b67d9
NS
835#endif
836
0d667716 837
ad6717df
PB
838/* Define to 1 if we found a declaration for 'fputs_unlocked', otherwise
839 define to 0. */
232b67d9 840#ifndef USED_FOR_TARGET
a6a5e4c9 841#undef HAVE_DECL_FPUTS_UNLOCKED
232b67d9
NS
842#endif
843
861bb6c1 844
0d667716
KG
845/* Define to 1 if we found a declaration for 'fread_unlocked', otherwise
846 define to 0. */
232b67d9 847#ifndef USED_FOR_TARGET
0d667716 848#undef HAVE_DECL_FREAD_UNLOCKED
232b67d9
NS
849#endif
850
0d667716 851
ad6717df 852/* Define to 1 if we found a declaration for 'free', otherwise define to 0. */
232b67d9 853#ifndef USED_FOR_TARGET
a6a5e4c9 854#undef HAVE_DECL_FREE
232b67d9
NS
855#endif
856
956d6950 857
ad6717df
PB
858/* Define to 1 if we found a declaration for 'fwrite_unlocked', otherwise
859 define to 0. */
232b67d9 860#ifndef USED_FOR_TARGET
a6a5e4c9 861#undef HAVE_DECL_FWRITE_UNLOCKED
232b67d9
NS
862#endif
863
1072ec3f 864
0d667716
KG
865/* Define to 1 if we found a declaration for 'getchar_unlocked', otherwise
866 define to 0. */
232b67d9 867#ifndef USED_FOR_TARGET
0d667716 868#undef HAVE_DECL_GETCHAR_UNLOCKED
232b67d9
NS
869#endif
870
0d667716 871
ad6717df
PB
872/* Define to 1 if we found a declaration for 'getcwd', otherwise define to 0.
873 */
232b67d9 874#ifndef USED_FOR_TARGET
a6a5e4c9 875#undef HAVE_DECL_GETCWD
232b67d9
NS
876#endif
877
956d6950 878
0d667716
KG
879/* Define to 1 if we found a declaration for 'getc_unlocked', otherwise define
880 to 0. */
232b67d9 881#ifndef USED_FOR_TARGET
0d667716 882#undef HAVE_DECL_GETC_UNLOCKED
232b67d9
NS
883#endif
884
0d667716 885
ad6717df
PB
886/* Define to 1 if we found a declaration for 'getenv', otherwise define to 0.
887 */
232b67d9 888#ifndef USED_FOR_TARGET
a6a5e4c9 889#undef HAVE_DECL_GETENV
232b67d9
NS
890#endif
891
956d6950 892
ad6717df
PB
893/* Define to 1 if we found a declaration for 'getopt', otherwise define to 0.
894 */
232b67d9 895#ifndef USED_FOR_TARGET
a6a5e4c9 896#undef HAVE_DECL_GETOPT
232b67d9
NS
897#endif
898
a05e22b8 899
6a257778
AL
900/* Define to 1 if we found a declaration for 'getpagesize', otherwise define
901 to 0. */
232b67d9 902#ifndef USED_FOR_TARGET
6a257778 903#undef HAVE_DECL_GETPAGESIZE
232b67d9
NS
904#endif
905
6a257778 906
ad6717df
PB
907/* Define to 1 if we found a declaration for 'getrlimit', otherwise define to
908 0. */
232b67d9 909#ifndef USED_FOR_TARGET
a6a5e4c9 910#undef HAVE_DECL_GETRLIMIT
232b67d9
NS
911#endif
912
956d6950 913
ad6717df
PB
914/* Define to 1 if we found a declaration for 'getrusage', otherwise define to
915 0. */
232b67d9 916#ifndef USED_FOR_TARGET
a6a5e4c9 917#undef HAVE_DECL_GETRUSAGE
232b67d9
NS
918#endif
919
956d6950 920
ad6717df
PB
921/* Define to 1 if we found a declaration for 'getwd', otherwise define to 0.
922 */
232b67d9 923#ifndef USED_FOR_TARGET
a6a5e4c9 924#undef HAVE_DECL_GETWD
232b67d9
NS
925#endif
926
861bb6c1 927
ad6717df
PB
928/* Define to 1 if we found a declaration for 'ldgetname', otherwise define to
929 0. */
232b67d9 930#ifndef USED_FOR_TARGET
a6a5e4c9 931#undef HAVE_DECL_LDGETNAME
232b67d9
NS
932#endif
933
ab87f8c8 934
87fb500b
RO
935/* Define to 1 if we found a declaration for 'madvise', otherwise define to 0.
936 */
937#ifndef USED_FOR_TARGET
938#undef HAVE_DECL_MADVISE
939#endif
940
941
ad6717df
PB
942/* Define to 1 if we found a declaration for 'malloc', otherwise define to 0.
943 */
232b67d9 944#ifndef USED_FOR_TARGET
a6a5e4c9 945#undef HAVE_DECL_MALLOC
232b67d9
NS
946#endif
947
2bd02043 948
0d667716
KG
949/* Define to 1 if we found a declaration for 'putchar_unlocked', otherwise
950 define to 0. */
232b67d9 951#ifndef USED_FOR_TARGET
0d667716 952#undef HAVE_DECL_PUTCHAR_UNLOCKED
232b67d9
NS
953#endif
954
0d667716 955
ad6717df
PB
956/* Define to 1 if we found a declaration for 'putc_unlocked', otherwise define
957 to 0. */
232b67d9 958#ifndef USED_FOR_TARGET
a6a5e4c9 959#undef HAVE_DECL_PUTC_UNLOCKED
232b67d9
NS
960#endif
961
91029a29 962
ad6717df
PB
963/* Define to 1 if we found a declaration for 'realloc', otherwise define to 0.
964 */
232b67d9 965#ifndef USED_FOR_TARGET
a6a5e4c9 966#undef HAVE_DECL_REALLOC
232b67d9
NS
967#endif
968
91029a29 969
ad6717df 970/* Define to 1 if we found a declaration for 'sbrk', otherwise define to 0. */
232b67d9 971#ifndef USED_FOR_TARGET
a6a5e4c9 972#undef HAVE_DECL_SBRK
232b67d9
NS
973#endif
974
414d23ae 975
297c364d
JDA
976/* Define to 1 if we found a declaration for 'setenv', otherwise define to 0.
977 */
978#ifndef USED_FOR_TARGET
979#undef HAVE_DECL_SETENV
980#endif
981
982
ad6717df
PB
983/* Define to 1 if we found a declaration for 'setrlimit', otherwise define to
984 0. */
232b67d9 985#ifndef USED_FOR_TARGET
a6a5e4c9 986#undef HAVE_DECL_SETRLIMIT
232b67d9
NS
987#endif
988
414d23ae 989
4f6d8cc8
GK
990/* Define to 1 if we found a declaration for 'sigaltstack', otherwise define
991 to 0. */
992#ifndef USED_FOR_TARGET
993#undef HAVE_DECL_SIGALTSTACK
994#endif
995
996
ad6717df
PB
997/* Define to 1 if we found a declaration for 'snprintf', otherwise define to
998 0. */
232b67d9 999#ifndef USED_FOR_TARGET
a6a5e4c9 1000#undef HAVE_DECL_SNPRINTF
232b67d9
NS
1001#endif
1002
414d23ae 1003
123cd463
DA
1004/* Define to 1 if we found a declaration for 'stpcpy', otherwise define to 0.
1005 */
1006#ifndef USED_FOR_TARGET
1007#undef HAVE_DECL_STPCPY
1008#endif
1009
1010
35fa894a
TS
1011/* Define to 1 if we found a declaration for 'strnlen', otherwise define to 0.
1012 */
1013#ifndef USED_FOR_TARGET
1014#undef HAVE_DECL_STRNLEN
1015#endif
1016
1017
ad6717df
PB
1018/* Define to 1 if we found a declaration for 'strsignal', otherwise define to
1019 0. */
232b67d9 1020#ifndef USED_FOR_TARGET
a6a5e4c9 1021#undef HAVE_DECL_STRSIGNAL
232b67d9
NS
1022#endif
1023
75b6f3fd 1024
418dd5ce
AT
1025/* Define to 1 if you have the declaration of `strstr(const char*,const
1026 char*)', and to 0 if you don't. */
232b67d9 1027#ifndef USED_FOR_TARGET
a6a5e4c9 1028#undef HAVE_DECL_STRSTR
232b67d9
NS
1029#endif
1030
414d23ae 1031
2d3a2063
JDA
1032/* Define to 1 if we found a declaration for 'strtol', otherwise define to 0.
1033 */
1034#ifndef USED_FOR_TARGET
1035#undef HAVE_DECL_STRTOL
1036#endif
1037
1038
1039/* Define to 1 if we found a declaration for 'strtoll', otherwise define to 0.
1040 */
1041#ifndef USED_FOR_TARGET
1042#undef HAVE_DECL_STRTOLL
1043#endif
1044
1045
1046/* Define to 1 if we found a declaration for 'strtoul', otherwise define to 0.
1047 */
1048#ifndef USED_FOR_TARGET
1049#undef HAVE_DECL_STRTOUL
1050#endif
1051
1052
1053/* Define to 1 if we found a declaration for 'strtoull', otherwise define to
1054 0. */
1055#ifndef USED_FOR_TARGET
1056#undef HAVE_DECL_STRTOULL
1057#endif
1058
1059
ed5b9f96
GK
1060/* Define to 1 if we found a declaration for 'strverscmp', otherwise define to
1061 0. */
1062#ifndef USED_FOR_TARGET
1063#undef HAVE_DECL_STRVERSCMP
1064#endif
1065
1066
ad6717df
PB
1067/* Define to 1 if we found a declaration for 'times', otherwise define to 0.
1068 */
232b67d9 1069#ifndef USED_FOR_TARGET
a6a5e4c9 1070#undef HAVE_DECL_TIMES
232b67d9
NS
1071#endif
1072
414d23ae 1073
297c364d
JDA
1074/* Define to 1 if we found a declaration for 'unsetenv', otherwise define to
1075 0. */
1076#ifndef USED_FOR_TARGET
1077#undef HAVE_DECL_UNSETENV
1078#endif
1079
1080
ad6717df
PB
1081/* Define to 1 if we found a declaration for 'vasprintf', otherwise define to
1082 0. */
232b67d9 1083#ifndef USED_FOR_TARGET
a6a5e4c9 1084#undef HAVE_DECL_VASPRINTF
232b67d9
NS
1085#endif
1086
414d23ae 1087
367e8319
EB
1088/* Define to 1 if we found a declaration for 'vsnprintf', otherwise define to
1089 0. */
232b67d9 1090#ifndef USED_FOR_TARGET
367e8319 1091#undef HAVE_DECL_VSNPRINTF
232b67d9
NS
1092#endif
1093
367e8319 1094
a6a5e4c9 1095/* Define to 1 if you have the <direct.h> header file. */
232b67d9 1096#ifndef USED_FOR_TARGET
a6a5e4c9 1097#undef HAVE_DIRECT_H
232b67d9
NS
1098#endif
1099
414d23ae 1100
236ec2d7
RW
1101/* Define to 1 if you have the <dlfcn.h> header file. */
1102#ifndef USED_FOR_TARGET
1103#undef HAVE_DLFCN_H
1104#endif
1105
1106
5427046f
ILT
1107/* Define to 1 if you have the <ext/hash_map> header file. */
1108#ifndef USED_FOR_TARGET
1109#undef HAVE_EXT_HASH_MAP
1110#endif
1111
1112
a6a5e4c9 1113/* Define to 1 if you have the <fcntl.h> header file. */
232b67d9 1114#ifndef USED_FOR_TARGET
a6a5e4c9 1115#undef HAVE_FCNTL_H
232b67d9
NS
1116#endif
1117
119d24d1 1118
0d667716 1119/* Define to 1 if you have the `feof_unlocked' function. */
232b67d9 1120#ifndef USED_FOR_TARGET
0d667716 1121#undef HAVE_FEOF_UNLOCKED
232b67d9
NS
1122#endif
1123
0d667716
KG
1124
1125/* Define to 1 if you have the `ferror_unlocked' function. */
232b67d9 1126#ifndef USED_FOR_TARGET
0d667716 1127#undef HAVE_FERROR_UNLOCKED
232b67d9
NS
1128#endif
1129
0d667716
KG
1130
1131/* Define to 1 if you have the `fflush_unlocked' function. */
232b67d9 1132#ifndef USED_FOR_TARGET
0d667716 1133#undef HAVE_FFLUSH_UNLOCKED
232b67d9
NS
1134#endif
1135
0d667716
KG
1136
1137/* Define to 1 if you have the `fgetc_unlocked' function. */
232b67d9 1138#ifndef USED_FOR_TARGET
0d667716 1139#undef HAVE_FGETC_UNLOCKED
232b67d9
NS
1140#endif
1141
0d667716
KG
1142
1143/* Define to 1 if you have the `fgets_unlocked' function. */
232b67d9 1144#ifndef USED_FOR_TARGET
0d667716 1145#undef HAVE_FGETS_UNLOCKED
232b67d9
NS
1146#endif
1147
0d667716
KG
1148
1149/* Define to 1 if you have the `fileno_unlocked' function. */
232b67d9 1150#ifndef USED_FOR_TARGET
0d667716 1151#undef HAVE_FILENO_UNLOCKED
232b67d9
NS
1152#endif
1153
0d667716 1154
a6a5e4c9 1155/* Define to 1 if you have the `fork' function. */
232b67d9 1156#ifndef USED_FOR_TARGET
a6a5e4c9 1157#undef HAVE_FORK
232b67d9
NS
1158#endif
1159
119d24d1 1160
a6a5e4c9 1161/* Define to 1 if you have the `fprintf_unlocked' function. */
232b67d9 1162#ifndef USED_FOR_TARGET
a6a5e4c9 1163#undef HAVE_FPRINTF_UNLOCKED
232b67d9
NS
1164#endif
1165
119d24d1 1166
a6a5e4c9 1167/* Define to 1 if you have the `fputc_unlocked' function. */
232b67d9 1168#ifndef USED_FOR_TARGET
a6a5e4c9 1169#undef HAVE_FPUTC_UNLOCKED
232b67d9
NS
1170#endif
1171
4c76f856 1172
a6a5e4c9 1173/* Define to 1 if you have the `fputs_unlocked' function. */
232b67d9 1174#ifndef USED_FOR_TARGET
a6a5e4c9 1175#undef HAVE_FPUTS_UNLOCKED
232b67d9
NS
1176#endif
1177
119d24d1 1178
0d667716 1179/* Define to 1 if you have the `fread_unlocked' function. */
232b67d9 1180#ifndef USED_FOR_TARGET
0d667716 1181#undef HAVE_FREAD_UNLOCKED
232b67d9
NS
1182#endif
1183
0d667716 1184
37050045
TS
1185/* Define to 1 if you have the <ftw.h> header file. */
1186#ifndef USED_FOR_TARGET
1187#undef HAVE_FTW_H
1188#endif
1189
1190
a6a5e4c9 1191/* Define to 1 if you have the `fwrite_unlocked' function. */
232b67d9 1192#ifndef USED_FOR_TARGET
a6a5e4c9 1193#undef HAVE_FWRITE_UNLOCKED
232b67d9
NS
1194#endif
1195
119d24d1 1196
233215fe
DK
1197/* Define if your assembler supports specifying the alignment of objects
1198 allocated using the GAS .comm command. */
1199#ifndef USED_FOR_TARGET
1200#undef HAVE_GAS_ALIGNED_COMM
1201#endif
1202
1203
a6a5e4c9 1204/* Define if your assembler supports .balign and .p2align. */
232b67d9 1205#ifndef USED_FOR_TARGET
a6a5e4c9 1206#undef HAVE_GAS_BALIGN_AND_P2ALIGN
232b67d9
NS
1207#endif
1208
5dfa45d0 1209
d4ea4622 1210/* Define 0/1 if your assembler supports CFI directives. */
d4ea4622 1211#undef HAVE_GAS_CFI_DIRECTIVE
d4ea4622 1212
058514b3 1213/* Define 0/1 if your assembler supports .cfi_personality. */
058514b3 1214#undef HAVE_GAS_CFI_PERSONALITY_DIRECTIVE
058514b3 1215
7d45fb94 1216/* Define 0/1 if your assembler supports .cfi_sections. */
7d45fb94 1217#undef HAVE_GAS_CFI_SECTIONS_DIRECTIVE
7d45fb94 1218
6c52e687
CC
1219/* Define if your assembler supports the .loc discriminator sub-directive. */
1220#ifndef USED_FOR_TARGET
1221#undef HAVE_GAS_DISCRIMINATOR
1222#endif
1223
1224
e31bcd1b
JM
1225/* Define if your assembler supports @gnu_unique_object. */
1226#ifndef USED_FOR_TARGET
1227#undef HAVE_GAS_GNU_UNIQUE_OBJECT
1228#endif
1229
1230
a6a5e4c9
KC
1231/* Define if your assembler and linker support .hidden. */
1232#undef HAVE_GAS_HIDDEN
a207b594 1233
28e6bb13
NC
1234/* Define if your assembler supports .lcomm with an alignment field. */
1235#ifndef USED_FOR_TARGET
1236#undef HAVE_GAS_LCOMM_WITH_ALIGNMENT
1237#endif
1238
1239
5708d18d
MS
1240/* Define if your assembler supports .literal16. */
1241#ifndef USED_FOR_TARGET
1242#undef HAVE_GAS_LITERAL16
1243#endif
1244
1245
894f597f
AO
1246/* Define if your assembler supports the .loc is_stmt sub-directive. */
1247#ifndef USED_FOR_TARGET
1248#undef HAVE_GAS_LOC_STMT
1249#endif
1250
1251
a6a5e4c9
KC
1252/* Define if your assembler supports specifying the maximum number of bytes to
1253 skip when using the GAS .p2align command. */
232b67d9 1254#ifndef USED_FOR_TARGET
a6a5e4c9 1255#undef HAVE_GAS_MAX_SKIP_P2ALIGN
232b67d9
NS
1256#endif
1257
14011ca4 1258
22c4c869
CM
1259/* Define if your assembler supports the .set micromips directive */
1260#ifndef USED_FOR_TARGET
1261#undef HAVE_GAS_MICROMIPS
1262#endif
1263
1264
e41f3691 1265/* Define if your assembler supports .nsubspa comdat option. */
232b67d9 1266#ifndef USED_FOR_TARGET
e41f3691 1267#undef HAVE_GAS_NSUBSPA_COMDAT
232b67d9
NS
1268#endif
1269
e41f3691 1270
d38bc601
BF
1271/* Define if your assembler and linker support 32-bit section relative relocs
1272 via '.secrel32 label'. */
232b67d9 1273#ifndef USED_FOR_TARGET
d38bc601 1274#undef HAVE_GAS_PE_SECREL32_RELOC
232b67d9
NS
1275#endif
1276
d38bc601 1277
f8d70404 1278/* Define if your assembler supports specifying the exclude section flag. */
08c71c82
KT
1279#ifndef USED_FOR_TARGET
1280#undef HAVE_GAS_SECTION_EXCLUDE
1281#endif
1282
1283
a6a5e4c9
KC
1284/* Define 0/1 if your assembler supports marking sections with SHF_MERGE flag.
1285 */
232b67d9 1286#ifndef USED_FOR_TARGET
a6a5e4c9 1287#undef HAVE_GAS_SHF_MERGE
232b67d9
NS
1288#endif
1289
439a7e54 1290
a6a5e4c9
KC
1291/* Define if your assembler supports .subsection and .subsection -1 starts
1292 emitting at the beginning of your section. */
232b67d9 1293#ifndef USED_FOR_TARGET
a6a5e4c9 1294#undef HAVE_GAS_SUBSECTION_ORDERING
232b67d9
NS
1295#endif
1296
75e93faa 1297
a6a5e4c9 1298/* Define if your assembler supports .weak. */
232b67d9 1299#ifndef USED_FOR_TARGET
a6a5e4c9 1300#undef HAVE_GAS_WEAK
232b67d9
NS
1301#endif
1302
827ae6cf 1303
a0203ca7
AO
1304/* Define if your assembler supports .weakref. */
1305#ifndef USED_FOR_TARGET
1306#undef HAVE_GAS_WEAKREF
1307#endif
1308
1309
0d667716 1310/* Define to 1 if you have the `getchar_unlocked' function. */
232b67d9 1311#ifndef USED_FOR_TARGET
0d667716 1312#undef HAVE_GETCHAR_UNLOCKED
232b67d9
NS
1313#endif
1314
0d667716
KG
1315
1316/* Define to 1 if you have the `getc_unlocked' function. */
232b67d9 1317#ifndef USED_FOR_TARGET
0d667716 1318#undef HAVE_GETC_UNLOCKED
232b67d9
NS
1319#endif
1320
0d667716 1321
a6a5e4c9 1322/* Define to 1 if you have the `getrlimit' function. */
232b67d9 1323#ifndef USED_FOR_TARGET
a6a5e4c9 1324#undef HAVE_GETRLIMIT
232b67d9
NS
1325#endif
1326
91029a29 1327
a6a5e4c9 1328/* Define to 1 if you have the `getrusage' function. */
232b67d9 1329#ifndef USED_FOR_TARGET
a6a5e4c9 1330#undef HAVE_GETRUSAGE
232b67d9
NS
1331#endif
1332
75e93faa 1333
a6a5e4c9 1334/* Define to 1 if you have the `gettimeofday' function. */
232b67d9 1335#ifndef USED_FOR_TARGET
a6a5e4c9 1336#undef HAVE_GETTIMEOFDAY
232b67d9
NS
1337#endif
1338
4977bab6 1339
b993039f 1340/* Define to 1 if using GNU as. */
dc60b775
CD
1341#ifndef USED_FOR_TARGET
1342#undef HAVE_GNU_AS
1343#endif
1344
1345
1cd0b716
DK
1346/* Define if your system supports gnu indirect functions. */
1347#ifndef USED_FOR_TARGET
1348#undef HAVE_GNU_INDIRECT_FUNCTION
1349#endif
1350
1351
b993039f 1352/* Define to 1 if using GNU ld. */
2091ff66
NF
1353#ifndef USED_FOR_TARGET
1354#undef HAVE_GNU_LD
1355#endif
1356
1357
402565b6
LB
1358/* Define if the gold linker supports split stack and is available as a
1359 non-default */
1360#ifndef USED_FOR_TARGET
1361#undef HAVE_GOLD_NON_DEFAULT_SPLIT_STACK
1362#endif
1363
1364
a6a5e4c9 1365/* Define if you have the iconv() function. */
232b67d9 1366#ifndef USED_FOR_TARGET
a6a5e4c9 1367#undef HAVE_ICONV
232b67d9
NS
1368#endif
1369
84c041a1 1370
a6a5e4c9 1371/* Define to 1 if you have the <iconv.h> header file. */
232b67d9 1372#ifndef USED_FOR_TARGET
a6a5e4c9 1373#undef HAVE_ICONV_H
232b67d9
NS
1374#endif
1375
a6a5e4c9 1376
e6b6bf09
RO
1377/* Define 0/1 if .init_array/.fini_array sections are available and working.
1378 */
232b67d9 1379#ifndef USED_FOR_TARGET
e10e461e 1380#undef HAVE_INITFINI_ARRAY_SUPPORT
232b67d9
NS
1381#endif
1382
4977bab6 1383
7c2a2dbf
KT
1384/* Define to 1 if the system has the type `intmax_t'. */
1385#ifndef USED_FOR_TARGET
1386#undef HAVE_INTMAX_T
1387#endif
1388
1389
1390/* Define to 1 if the system has the type `intptr_t'. */
1391#ifndef USED_FOR_TARGET
1392#undef HAVE_INTPTR_T
1393#endif
1394
1395
91029a29 1396/* Define if you have a working <inttypes.h> header file. */
232b67d9 1397#ifndef USED_FOR_TARGET
91029a29 1398#undef HAVE_INTTYPES_H
232b67d9
NS
1399#endif
1400
91029a29 1401
a6a5e4c9 1402/* Define to 1 if you have the `kill' function. */
232b67d9 1403#ifndef USED_FOR_TARGET
a6a5e4c9 1404#undef HAVE_KILL
232b67d9
NS
1405#endif
1406
39f6c4c8 1407
a03ea89b 1408/* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
232b67d9 1409#ifndef USED_FOR_TARGET
a03ea89b 1410#undef HAVE_LANGINFO_CODESET
232b67d9
NS
1411#endif
1412
a03ea89b 1413
a6a5e4c9 1414/* Define to 1 if you have the <langinfo.h> header file. */
232b67d9 1415#ifndef USED_FOR_TARGET
a6a5e4c9 1416#undef HAVE_LANGINFO_H
232b67d9
NS
1417#endif
1418
8ada417f 1419
a6a5e4c9 1420/* Define if your <locale.h> file defines LC_MESSAGES. */
232b67d9 1421#ifndef USED_FOR_TARGET
a6a5e4c9 1422#undef HAVE_LC_MESSAGES
232b67d9
NS
1423#endif
1424
91029a29 1425
a6a5e4c9 1426/* Define to 1 if you have the <ldfcn.h> header file. */
232b67d9 1427#ifndef USED_FOR_TARGET
a6a5e4c9 1428#undef HAVE_LDFCN_H
232b67d9
NS
1429#endif
1430
1072ec3f 1431
dc6b6330
RO
1432/* Define 0/1 if your linker supports the SHF_MERGE flag with section
1433 alignment > 1. */
1434#ifndef USED_FOR_TARGET
1435#undef HAVE_LD_ALIGNED_SHF_MERGE
1436#endif
1437
1438
e927b6ad
RO
1439/* Define if your linker supports --as-needed/--no-as-needed or equivalent
1440 options. */
232b67d9 1441#ifndef USED_FOR_TARGET
765f1bf9 1442#undef HAVE_LD_AS_NEEDED
232b67d9
NS
1443#endif
1444
765f1bf9 1445
98f9d0ca
GJL
1446/* Define if your default avr linker script for avrxmega3 leaves .rodata in
1447 flash. */
1448#ifndef USED_FOR_TARGET
1449#undef HAVE_LD_AVR_AVRXMEGA3_RODATA_IN_FLASH
1450#endif
1451
1452
6de59c8a
IE
1453/* Define if your linker supports -z bndplt */
1454#ifndef USED_FOR_TARGET
1455#undef HAVE_LD_BNDPLT_SUPPORT
1456#endif
1457
1458
cd533689
PP
1459/* Define if your linker supports --build-id. */
1460#ifndef USED_FOR_TARGET
1461#undef HAVE_LD_BUILDID
1462#endif
1463
1464
3c698bf0
RO
1465/* Define if the linker supports clearing hardware capabilities via mapfile.
1466 */
1467#ifndef USED_FOR_TARGET
1468#undef HAVE_LD_CLEARCAP
1469#endif
1470
1471
29d7cbd1
RO
1472/* Define to the level of your linker's compressed debug section support. */
1473#ifndef USED_FOR_TARGET
1474#undef HAVE_LD_COMPRESS_DEBUG
1475#endif
1476
1477
d594623a 1478/* Define if your linker supports --demangle option. */
232b67d9 1479#ifndef USED_FOR_TARGET
d594623a 1480#undef HAVE_LD_DEMANGLE
232b67d9
NS
1481#endif
1482
d594623a 1483
5022315a
RO
1484/* Define 0/1 if your linker supports CIE v3 in .eh_frame. */
1485#ifndef USED_FOR_TARGET
1486#undef HAVE_LD_EH_FRAME_CIEV3
1487#endif
1488
1489
6961669f 1490/* Define if your linker supports .eh_frame_hdr. */
a6a5e4c9 1491#undef HAVE_LD_EH_FRAME_HDR
825b6926 1492
22ba88ef
EB
1493/* Define if your linker supports garbage collection of sections in presence
1494 of EH frames. */
1495#ifndef USED_FOR_TARGET
1496#undef HAVE_LD_EH_GC_SECTIONS
1497#endif
1498
1499
1b500976
JJ
1500/* Define if your linker has buggy garbage collection of sections support when
1501 .text.startup.foo like sections are used. */
1502#ifndef USED_FOR_TARGET
1503#undef HAVE_LD_EH_GC_SECTIONS_BUG
1504#endif
1505
1506
c68a6e08 1507/* Define if your PowerPC64 linker supports a large TOC. */
070b27da
AM
1508#ifndef USED_FOR_TARGET
1509#undef HAVE_LD_LARGE_TOC
1510#endif
1511
1512
85b776df 1513/* Define if your PowerPC64 linker only needs function descriptor syms. */
232b67d9 1514#ifndef USED_FOR_TARGET
85b776df 1515#undef HAVE_LD_NO_DOT_SYMS
232b67d9
NS
1516#endif
1517
85b776df 1518
49576e25
RS
1519/* Define if your linker can relax absolute .eh_frame personality pointers
1520 into PC-relative form. */
1521#ifndef USED_FOR_TARGET
1522#undef HAVE_LD_PERSONALITY_RELAXATION
1523#endif
1524
1525
df2a1cc4 1526/* Define if your linker supports PIE option. */
232b67d9 1527#ifndef USED_FOR_TARGET
a6a5e4c9 1528#undef HAVE_LD_PIE
232b67d9
NS
1529#endif
1530
4acab94b 1531
77ad54d9
ST
1532/* Define 0/1 if your linker supports -pie option with copy reloc. */
1533#ifndef USED_FOR_TARGET
1534#undef HAVE_LD_PIE_COPYRELOC
1535#endif
1536
1537
e9dda04f
AM
1538/* Define if your PowerPC linker has .gnu.attributes long double support. */
1539#ifndef USED_FOR_TARGET
1540#undef HAVE_LD_PPC_GNU_ATTR_LONG_DOUBLE
1541#endif
1542
1543
7e495577
AI
1544/* Define if your linker supports --push-state/--pop-state */
1545#ifndef USED_FOR_TARGET
1546#undef HAVE_LD_PUSHPOPSTATE_SUPPORT
1547#endif
1548
1549
a6a5e4c9
KC
1550/* Define if your linker links a mix of read-only and read-write sections into
1551 a read-write section. */
232b67d9 1552#ifndef USED_FOR_TARGET
a6a5e4c9 1553#undef HAVE_LD_RO_RW_SECTION_MIXING
232b67d9
NS
1554#endif
1555
f91abfce 1556
a6198222
RO
1557/* Define if your linker supports the *_sol2 emulations. */
1558#ifndef USED_FOR_TARGET
1559#undef HAVE_LD_SOL2_EMULATION
1560#endif
1561
1562
c6092243 1563/* Define if your linker supports -Bstatic/-Bdynamic or equivalent options. */
232b67d9 1564#ifndef USED_FOR_TARGET
7e9d8517 1565#undef HAVE_LD_STATIC_DYNAMIC
232b67d9
NS
1566#endif
1567
7e9d8517 1568
380e5ca4 1569/* Define if your linker supports --sysroot. */
232b67d9 1570#ifndef USED_FOR_TARGET
380e5ca4 1571#undef HAVE_LD_SYSROOT
232b67d9
NS
1572#endif
1573
380e5ca4 1574
a6a5e4c9 1575/* Define to 1 if you have the <limits.h> header file. */
232b67d9 1576#ifndef USED_FOR_TARGET
a6a5e4c9 1577#undef HAVE_LIMITS_H
232b67d9
NS
1578#endif
1579
f91abfce 1580
a6a5e4c9 1581/* Define to 1 if you have the <locale.h> header file. */
232b67d9 1582#ifndef USED_FOR_TARGET
a6a5e4c9 1583#undef HAVE_LOCALE_H
232b67d9
NS
1584#endif
1585
56694dd9 1586
5ec1c5e6 1587/* Define to 1 if the system has the type `long long'. */
232b67d9 1588#ifndef USED_FOR_TARGET
a6a5e4c9 1589#undef HAVE_LONG_LONG
232b67d9
NS
1590#endif
1591
86cf1cbd 1592
7c2a2dbf
KT
1593/* Define to 1 if the system has the type `long long int'. */
1594#ifndef USED_FOR_TARGET
1595#undef HAVE_LONG_LONG_INT
1596#endif
1597
1598
55b46574 1599/* Define to the level of your linker's plugin support. */
c6092243
RO
1600#ifndef USED_FOR_TARGET
1601#undef HAVE_LTO_PLUGIN
1602#endif
1603
1604
711a3d82
AK
1605/* Define to 1 if you have the `madvise' function. */
1606#ifndef USED_FOR_TARGET
1607#undef HAVE_MADVISE
1608#endif
1609
1610
a6a5e4c9 1611/* Define to 1 if you have the <malloc.h> header file. */
232b67d9 1612#ifndef USED_FOR_TARGET
a6a5e4c9 1613#undef HAVE_MALLOC_H
232b67d9
NS
1614#endif
1615
86cf1cbd 1616
a6a5e4c9 1617/* Define to 1 if you have the `mbstowcs' function. */
232b67d9 1618#ifndef USED_FOR_TARGET
a6a5e4c9 1619#undef HAVE_MBSTOWCS
232b67d9
NS
1620#endif
1621
86cf1cbd 1622
a6a5e4c9 1623/* Define if valgrind's memcheck.h header is installed. */
232b67d9 1624#ifndef USED_FOR_TARGET
a6a5e4c9 1625#undef HAVE_MEMCHECK_H
232b67d9
NS
1626#endif
1627
86cf1cbd 1628
a6a5e4c9 1629/* Define to 1 if you have the <memory.h> header file. */
232b67d9 1630#ifndef USED_FOR_TARGET
a6a5e4c9 1631#undef HAVE_MEMORY_H
232b67d9
NS
1632#endif
1633
86cf1cbd 1634
a6a5e4c9 1635/* Define to 1 if you have the `mmap' function. */
232b67d9 1636#ifndef USED_FOR_TARGET
a6a5e4c9 1637#undef HAVE_MMAP
232b67d9
NS
1638#endif
1639
86cf1cbd 1640
a6a5e4c9 1641/* Define if mmap with MAP_ANON(YMOUS) works. */
232b67d9 1642#ifndef USED_FOR_TARGET
a6a5e4c9 1643#undef HAVE_MMAP_ANON
232b67d9
NS
1644#endif
1645
86cf1cbd 1646
a6a5e4c9 1647/* Define if mmap of /dev/zero works. */
232b67d9 1648#ifndef USED_FOR_TARGET
a6a5e4c9 1649#undef HAVE_MMAP_DEV_ZERO
232b67d9
NS
1650#endif
1651
86cf1cbd 1652
a6a5e4c9 1653/* Define if read-only mmap of a plain file works. */
232b67d9 1654#ifndef USED_FOR_TARGET
a6a5e4c9 1655#undef HAVE_MMAP_FILE
232b67d9
NS
1656#endif
1657
86cf1cbd 1658
a6a5e4c9 1659/* Define to 1 if you have the `nl_langinfo' function. */
232b67d9 1660#ifndef USED_FOR_TARGET
a6a5e4c9 1661#undef HAVE_NL_LANGINFO
232b67d9
NS
1662#endif
1663
3b681e9d 1664
b6d94045
MS
1665/* Define to 1 if you have the `popen' function. */
1666#ifndef USED_FOR_TARGET
1667#undef HAVE_POPEN
1668#endif
1669
1670
0d667716 1671/* Define to 1 if you have the `putchar_unlocked' function. */
232b67d9 1672#ifndef USED_FOR_TARGET
0d667716 1673#undef HAVE_PUTCHAR_UNLOCKED
232b67d9
NS
1674#endif
1675
0d667716 1676
a6a5e4c9 1677/* Define to 1 if you have the `putc_unlocked' function. */
232b67d9 1678#ifndef USED_FOR_TARGET
a6a5e4c9 1679#undef HAVE_PUTC_UNLOCKED
232b67d9
NS
1680#endif
1681
86cf1cbd 1682
a6a5e4c9 1683/* Define to 1 if you have the `setlocale' function. */
232b67d9 1684#ifndef USED_FOR_TARGET
a6a5e4c9 1685#undef HAVE_SETLOCALE
232b67d9
NS
1686#endif
1687
236ce4b2 1688
a6a5e4c9 1689/* Define to 1 if you have the `setrlimit' function. */
232b67d9 1690#ifndef USED_FOR_TARGET
a6a5e4c9 1691#undef HAVE_SETRLIMIT
232b67d9
NS
1692#endif
1693
a7475ab1 1694
2d110442
RO
1695/* Define if the system-provided CRTs are present on Solaris. */
1696#ifndef USED_FOR_TARGET
1697#undef HAVE_SOLARIS_CRTS
1698#endif
1699
1700
a6a5e4c9 1701/* Define to 1 if you have the <stddef.h> header file. */
232b67d9 1702#ifndef USED_FOR_TARGET
a6a5e4c9 1703#undef HAVE_STDDEF_H
232b67d9
NS
1704#endif
1705
86cf1cbd 1706
a6a5e4c9 1707/* Define to 1 if you have the <stdint.h> header file. */
232b67d9 1708#ifndef USED_FOR_TARGET
a6a5e4c9 1709#undef HAVE_STDINT_H
232b67d9
NS
1710#endif
1711
86cf1cbd 1712
a6a5e4c9 1713/* Define to 1 if you have the <stdlib.h> header file. */
232b67d9 1714#ifndef USED_FOR_TARGET
a6a5e4c9 1715#undef HAVE_STDLIB_H
232b67d9
NS
1716#endif
1717
86cf1cbd 1718
a6a5e4c9 1719/* Define to 1 if you have the <strings.h> header file. */
232b67d9 1720#ifndef USED_FOR_TARGET
a6a5e4c9 1721#undef HAVE_STRINGS_H
232b67d9
NS
1722#endif
1723
86cf1cbd 1724
a6a5e4c9 1725/* Define to 1 if you have the <string.h> header file. */
232b67d9 1726#ifndef USED_FOR_TARGET
a6a5e4c9 1727#undef HAVE_STRING_H
232b67d9
NS
1728#endif
1729
86cf1cbd 1730
a6a5e4c9 1731/* Define to 1 if you have the `strsignal' function. */
232b67d9 1732#ifndef USED_FOR_TARGET
a6a5e4c9 1733#undef HAVE_STRSIGNAL
232b67d9
NS
1734#endif
1735
c1800ec8 1736
a6a5e4c9 1737/* Define if <sys/times.h> defines struct tms. */
232b67d9 1738#ifndef USED_FOR_TARGET
a6a5e4c9 1739#undef HAVE_STRUCT_TMS
232b67d9
NS
1740#endif
1741
f31e826b 1742
3dde4d65
MM
1743/* Define if <utility> defines std::swap. */
1744#ifndef USED_FOR_TARGET
1745#undef HAVE_SWAP_IN_UTILITY
1746#endif
1747
1748
a6a5e4c9 1749/* Define to 1 if you have the `sysconf' function. */
232b67d9 1750#ifndef USED_FOR_TARGET
a6a5e4c9 1751#undef HAVE_SYSCONF
232b67d9
NS
1752#endif
1753
f31e826b 1754
a6a5e4c9 1755/* Define to 1 if you have the <sys/file.h> header file. */
232b67d9 1756#ifndef USED_FOR_TARGET
a6a5e4c9 1757#undef HAVE_SYS_FILE_H
232b67d9
NS
1758#endif
1759
86cf1cbd 1760
a6a5e4c9 1761/* Define to 1 if you have the <sys/mman.h> header file. */
232b67d9 1762#ifndef USED_FOR_TARGET
a6a5e4c9 1763#undef HAVE_SYS_MMAN_H
232b67d9
NS
1764#endif
1765
cb49b9ad 1766
a6a5e4c9 1767/* Define to 1 if you have the <sys/param.h> header file. */
232b67d9 1768#ifndef USED_FOR_TARGET
a6a5e4c9 1769#undef HAVE_SYS_PARAM_H
232b67d9
NS
1770#endif
1771
351df804 1772
a6a5e4c9 1773/* Define to 1 if you have the <sys/resource.h> header file. */
232b67d9 1774#ifndef USED_FOR_TARGET
a6a5e4c9 1775#undef HAVE_SYS_RESOURCE_H
232b67d9
NS
1776#endif
1777
c1800ec8 1778
f4e749b4
TT
1779/* Define if your target C library provides sys/sdt.h */
1780#undef HAVE_SYS_SDT_H
1781
a6a5e4c9 1782/* Define to 1 if you have the <sys/stat.h> header file. */
232b67d9 1783#ifndef USED_FOR_TARGET
a6a5e4c9 1784#undef HAVE_SYS_STAT_H
232b67d9
NS
1785#endif
1786
c1800ec8 1787
a6a5e4c9 1788/* Define to 1 if you have the <sys/times.h> header file. */
232b67d9 1789#ifndef USED_FOR_TARGET
a6a5e4c9 1790#undef HAVE_SYS_TIMES_H
232b67d9
NS
1791#endif
1792
a6a5e4c9
KC
1793
1794/* Define to 1 if you have the <sys/time.h> header file. */
232b67d9 1795#ifndef USED_FOR_TARGET
a6a5e4c9 1796#undef HAVE_SYS_TIME_H
232b67d9
NS
1797#endif
1798
a6a5e4c9
KC
1799
1800/* Define to 1 if you have the <sys/types.h> header file. */
232b67d9 1801#ifndef USED_FOR_TARGET
a6a5e4c9 1802#undef HAVE_SYS_TYPES_H
232b67d9
NS
1803#endif
1804
a6a5e4c9
KC
1805
1806/* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
232b67d9 1807#ifndef USED_FOR_TARGET
a6a5e4c9 1808#undef HAVE_SYS_WAIT_H
232b67d9
NS
1809#endif
1810
a6a5e4c9
KC
1811
1812/* Define to 1 if you have the `times' function. */
232b67d9 1813#ifndef USED_FOR_TARGET
a6a5e4c9 1814#undef HAVE_TIMES
232b67d9
NS
1815#endif
1816
a6a5e4c9
KC
1817
1818/* Define to 1 if you have the <time.h> header file. */
232b67d9 1819#ifndef USED_FOR_TARGET
a6a5e4c9 1820#undef HAVE_TIME_H
232b67d9
NS
1821#endif
1822
c1800ec8 1823
5427046f
ILT
1824/* Define to 1 if you have the <tr1/unordered_map> header file. */
1825#ifndef USED_FOR_TARGET
1826#undef HAVE_TR1_UNORDERED_MAP
1827#endif
1828
1829
7c2a2dbf
KT
1830/* Define to 1 if the system has the type `uintmax_t'. */
1831#ifndef USED_FOR_TARGET
1832#undef HAVE_UINTMAX_T
1833#endif
1834
1835
1836/* Define to 1 if the system has the type `uintptr_t'. */
1837#ifndef USED_FOR_TARGET
1838#undef HAVE_UINTPTR_T
1839#endif
1840
1841
a6a5e4c9 1842/* Define to 1 if you have the <unistd.h> header file. */
232b67d9 1843#ifndef USED_FOR_TARGET
a6a5e4c9 1844#undef HAVE_UNISTD_H
232b67d9
NS
1845#endif
1846
07cf4226 1847
5427046f
ILT
1848/* Define to 1 if you have the <unordered_map> header file. */
1849#ifndef USED_FOR_TARGET
1850#undef HAVE_UNORDERED_MAP
1851#endif
1852
1853
7c2a2dbf
KT
1854/* Define to 1 if the system has the type `unsigned long long int'. */
1855#ifndef USED_FOR_TARGET
1856#undef HAVE_UNSIGNED_LONG_LONG_INT
1857#endif
1858
1859
a6a5e4c9 1860/* Define if valgrind's valgrind/memcheck.h header is installed. */
232b67d9 1861#ifndef USED_FOR_TARGET
a6a5e4c9 1862#undef HAVE_VALGRIND_MEMCHECK_H
232b67d9
NS
1863#endif
1864
91029a29 1865
a6a5e4c9 1866/* Define to 1 if you have the `vfork' function. */
232b67d9 1867#ifndef USED_FOR_TARGET
a6a5e4c9 1868#undef HAVE_VFORK
232b67d9
NS
1869#endif
1870
4977bab6 1871
a6a5e4c9 1872/* Define to 1 if you have the <vfork.h> header file. */
232b67d9 1873#ifndef USED_FOR_TARGET
a6a5e4c9 1874#undef HAVE_VFORK_H
232b67d9
NS
1875#endif
1876
4977bab6 1877
a6a5e4c9 1878/* Define to 1 if you have the <wchar.h> header file. */
232b67d9 1879#ifndef USED_FOR_TARGET
a6a5e4c9 1880#undef HAVE_WCHAR_H
232b67d9
NS
1881#endif
1882
4977bab6 1883
a6a5e4c9 1884/* Define to 1 if you have the `wcswidth' function. */
232b67d9 1885#ifndef USED_FOR_TARGET
a6a5e4c9 1886#undef HAVE_WCSWIDTH
232b67d9
NS
1887#endif
1888
1072ec3f 1889
a6a5e4c9 1890/* Define to 1 if `fork' works. */
232b67d9 1891#ifndef USED_FOR_TARGET
a6a5e4c9 1892#undef HAVE_WORKING_FORK
232b67d9
NS
1893#endif
1894
a5381466 1895
a6a5e4c9
KC
1896/* Define this macro if mbstowcs does not crash when its first argument is
1897 NULL. */
232b67d9 1898#ifndef USED_FOR_TARGET
a6a5e4c9 1899#undef HAVE_WORKING_MBSTOWCS
232b67d9
NS
1900#endif
1901
71a94577 1902
a6a5e4c9 1903/* Define to 1 if `vfork' works. */
232b67d9 1904#ifndef USED_FOR_TARGET
a6a5e4c9 1905#undef HAVE_WORKING_VFORK
232b67d9
NS
1906#endif
1907
91029a29 1908
3dde4d65
MM
1909/* Define if your assembler supports AIX debug frame section label reference.
1910 */
402565b6
LB
1911#ifndef USED_FOR_TARGET
1912#undef HAVE_XCOFF_DWARF_EXTRAS
1913#endif
1914
1915
2f73a6c7
JM
1916/* Define if isl is in use. */
1917#ifndef USED_FOR_TARGET
1918#undef HAVE_isl
1919#endif
1920
1921
c1736aea
TJ
1922/* Define if F_SETLKW supported by fcntl. */
1923#ifndef USED_FOR_TARGET
1924#undef HOST_HAS_F_SETLKW
1925#endif
1926
1927
a6a5e4c9 1928/* Define as const if the declaration of iconv() needs const. */
232b67d9 1929#ifndef USED_FOR_TARGET
a6a5e4c9 1930#undef ICONV_CONST
232b67d9
NS
1931#endif
1932
91029a29 1933
35987ae9
RB
1934/* Define if int64_t uses long as underlying type. */
1935#ifndef USED_FOR_TARGET
1936#undef INT64_T_IS_LONG
1937#endif
1938
1939
eb89c82f
IS
1940/* Define to 1 if ld64 supports '-export_dynamic'. */
1941#ifndef USED_FOR_TARGET
1942#undef LD64_HAS_EXPORT_DYNAMIC
1943#endif
1944
1945
1946/* Define to ld64 version. */
1947#ifndef USED_FOR_TARGET
1948#undef LD64_VERSION
1949#endif
1950
1951
e927b6ad
RO
1952/* Define to the linker option to ignore unused dependencies. */
1953#ifndef USED_FOR_TARGET
1954#undef LD_AS_NEEDED_OPTION
1955#endif
1956
1957
29d7cbd1
RO
1958/* Define to the linker option to enable compressed debug sections. */
1959#ifndef USED_FOR_TARGET
1960#undef LD_COMPRESS_DEBUG_OPTION
1961#endif
1962
1963
c6092243
RO
1964/* Define to the linker option to enable use of shared objects. */
1965#ifndef USED_FOR_TARGET
1966#undef LD_DYNAMIC_OPTION
1967#endif
1968
1969
e927b6ad
RO
1970/* Define to the linker option to keep unused dependencies. */
1971#ifndef USED_FOR_TARGET
1972#undef LD_NO_AS_NEEDED_OPTION
1973#endif
1974
1975
c6092243
RO
1976/* Define to the linker option to disable use of shared objects. */
1977#ifndef USED_FOR_TARGET
1978#undef LD_STATIC_OPTION
1979#endif
1980
1981
79bec923
ST
1982/* The linker hash style */
1983#ifndef USED_FOR_TARGET
1984#undef LINKER_HASH_STYLE
1985#endif
1986
1987
1cd0b716
DK
1988/* Define to the name of the LTO plugin DSO that must be passed to the
1989 linker's -plugin=LIB option. */
1990#ifndef USED_FOR_TARGET
1991#undef LTOPLUGINSONAME
1992#endif
1993
1994
236ec2d7
RW
1995/* Define to the sub-directory in which libtool stores uninstalled libraries.
1996 */
1997#ifndef USED_FOR_TARGET
1998#undef LT_OBJDIR
1999#endif
2000
2001
dc6b6330 2002/* Define if we should link mingw executables with --large-address-aware */
67aeaded
AO
2003#ifndef USED_FOR_TARGET
2004#undef MINGW_DEFAULT_LARGE_ADDR_AWARE
2005#endif
2006
2007
446163e2
TP
2008/* Value to set mingw's _dowildcard to. */
2009#ifndef USED_FOR_TARGET
2010#undef MINGW_DOWILDCARD
2011#endif
2012
2013
a6a5e4c9 2014/* Define if host mkdir takes a single argument. */
232b67d9 2015#ifndef USED_FOR_TARGET
a6a5e4c9 2016#undef MKDIR_TAKES_ONE_ARG
232b67d9
NS
2017#endif
2018
91029a29 2019
64186aad 2020/* Define to offload targets, separated by commas. */
85c64bbe
BS
2021#ifndef USED_FOR_TARGET
2022#undef OFFLOAD_TARGETS
2023#endif
2024
2025
a6a5e4c9 2026/* Define to the address where bug reports for this package should be sent. */
232b67d9 2027#ifndef USED_FOR_TARGET
a6a5e4c9 2028#undef PACKAGE_BUGREPORT
232b67d9
NS
2029#endif
2030
c64688ae 2031
a6a5e4c9 2032/* Define to the full name of this package. */
232b67d9 2033#ifndef USED_FOR_TARGET
a6a5e4c9 2034#undef PACKAGE_NAME
232b67d9
NS
2035#endif
2036
201556f0 2037
a6a5e4c9 2038/* Define to the full name and version of this package. */
232b67d9 2039#ifndef USED_FOR_TARGET
a6a5e4c9 2040#undef PACKAGE_STRING
232b67d9
NS
2041#endif
2042
f996902d 2043
a6a5e4c9 2044/* Define to the one symbol short name of this package. */
232b67d9 2045#ifndef USED_FOR_TARGET
a6a5e4c9 2046#undef PACKAGE_TARNAME
232b67d9
NS
2047#endif
2048
3a37b08e 2049
5213506e
RW
2050/* Define to the home page for this package. */
2051#ifndef USED_FOR_TARGET
2052#undef PACKAGE_URL
2053#endif
2054
2055
a6a5e4c9 2056/* Define to the version of this package. */
232b67d9 2057#ifndef USED_FOR_TARGET
a6a5e4c9 2058#undef PACKAGE_VERSION
232b67d9
NS
2059#endif
2060
91029a29 2061
5938f74d
L
2062/* Specify plugin linker */
2063#ifndef USED_FOR_TARGET
36d21883 2064#undef PLUGIN_LD_SUFFIX
5938f74d
L
2065#endif
2066
2067
3954ead0
AM
2068/* Define to .TOC. alignment forced by your linker. */
2069#ifndef USED_FOR_TARGET
2070#undef POWERPC64_TOC_POINTER_ALIGNMENT
2071#endif
2072
2073
a6a5e4c9 2074/* Define to PREFIX/include if cpp should also search that directory. */
232b67d9 2075#ifndef USED_FOR_TARGET
a6a5e4c9 2076#undef PREFIX_INCLUDE_DIR
232b67d9
NS
2077#endif
2078
e95b1e6a 2079
5213506e 2080/* The size of `int', as computed by sizeof. */
232b67d9 2081#ifndef USED_FOR_TARGET
a6a5e4c9 2082#undef SIZEOF_INT
232b67d9
NS
2083#endif
2084
17e9e88c 2085
5213506e 2086/* The size of `long', as computed by sizeof. */
232b67d9 2087#ifndef USED_FOR_TARGET
a6a5e4c9 2088#undef SIZEOF_LONG
232b67d9
NS
2089#endif
2090
cf7b8b0d 2091
5213506e 2092/* The size of `long long', as computed by sizeof. */
232b67d9 2093#ifndef USED_FOR_TARGET
a6a5e4c9 2094#undef SIZEOF_LONG_LONG
232b67d9
NS
2095#endif
2096
91029a29 2097
5213506e 2098/* The size of `short', as computed by sizeof. */
232b67d9 2099#ifndef USED_FOR_TARGET
a6a5e4c9 2100#undef SIZEOF_SHORT
232b67d9
NS
2101#endif
2102
8ada417f 2103
5213506e 2104/* The size of `void *', as computed by sizeof. */
232b67d9 2105#ifndef USED_FOR_TARGET
a6a5e4c9 2106#undef SIZEOF_VOID_P
232b67d9
NS
2107#endif
2108
f6f5dff2 2109
a6a5e4c9 2110/* Define to 1 if you have the ANSI C header files. */
232b67d9 2111#ifndef USED_FOR_TARGET
a6a5e4c9 2112#undef STDC_HEADERS
232b67d9
NS
2113#endif
2114
ef1ecf87 2115
a6a5e4c9 2116/* Define if you can safely include both <string.h> and <strings.h>. */
232b67d9 2117#ifndef USED_FOR_TARGET
a6a5e4c9 2118#undef STRING_WITH_STRINGS
232b67d9
NS
2119#endif
2120
2c4a9cff 2121
ed965309
JJ
2122/* Define if TFmode long double should be the default */
2123#ifndef USED_FOR_TARGET
2124#undef TARGET_DEFAULT_LONG_DOUBLE_128
2125#endif
2126
2127
6961669f
RO
2128/* Define if your target C library provides the `dl_iterate_phdr' function. */
2129#undef TARGET_DL_ITERATE_PHDR
2130
2f73a6c7
JM
2131/* GNU C Library major version number used on the target, or 0. */
2132#ifndef USED_FOR_TARGET
2133#undef TARGET_GLIBC_MAJOR
2134#endif
2135
2136
2137/* GNU C Library minor version number used on the target, or 0. */
2138#ifndef USED_FOR_TARGET
2139#undef TARGET_GLIBC_MINOR
2140#endif
2141
2142
26a2e6ae
PB
2143/* Define if your target C Library provides the AT_HWCAP value in the TCB */
2144#ifndef USED_FOR_TARGET
2145#undef TARGET_LIBC_PROVIDES_HWCAP_IN_TCB
2146#endif
2147
2148
77008252
JJ
2149/* Define if your target C library provides stack protector support */
2150#ifndef USED_FOR_TARGET
2151#undef TARGET_LIBC_PROVIDES_SSP
2152#endif
2153
2154
a6a5e4c9 2155/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
232b67d9 2156#ifndef USED_FOR_TARGET
a6a5e4c9 2157#undef TIME_WITH_SYS_TIME
232b67d9
NS
2158#endif
2159
9d147085 2160
f1c26cad
RO
2161/* Define to the flag used to mark TLS sections if the default (`T') doesn't
2162 work. */
2163#ifndef USED_FOR_TARGET
2164#undef TLS_SECTION_ASM_FLAG
2165#endif
2166
2167
a6a5e4c9 2168/* Define if your assembler mis-optimizes .eh_frame data. */
232b67d9 2169#ifndef USED_FOR_TARGET
a6a5e4c9 2170#undef USE_AS_TRADITIONAL_FORMAT
232b67d9
NS
2171#endif
2172
5f0e9ea2 2173
f7e413e2
DK
2174/* Define if you want to generate code by default that assumes that the Cygwin
2175 DLL exports wrappers to support libstdc++ function replacement. */
2176#ifndef USED_FOR_TARGET
2177#undef USE_CYGWIN_LIBSTDCXX_WRAPPERS
2178#endif
2179
2180
af2e3244
RO
2181/* Define 0/1 if your linker supports hidden thunks in linkonce sections. */
2182#ifndef USED_FOR_TARGET
2183#undef USE_HIDDEN_LINKONCE
2184#endif
2185
2186
edf6ddf6
RB
2187/* Define to 1 if the 'long long' type is wider than 'long' but still
2188 efficiently supported by the host hardware. */
232b67d9 2189#ifndef USED_FOR_TARGET
99fa8911 2190#undef USE_LONG_LONG_FOR_WIDEST_FAST_INT
232b67d9
NS
2191#endif
2192
99fa8911 2193
ad211091
KT
2194/* Define if we should use leading underscore on 64 bit mingw targets */
2195#ifndef USED_FOR_TARGET
2196#undef USE_MINGW64_LEADING_UNDERSCORES
2197#endif
2198
2199
5213506e
RW
2200/* Enable extensions on AIX 3, Interix. */
2201#ifndef _ALL_SOURCE
2202# undef _ALL_SOURCE
2203#endif
2204/* Enable GNU extensions on systems that have them. */
2205#ifndef _GNU_SOURCE
2206# undef _GNU_SOURCE
2207#endif
2208/* Enable threading extensions on Solaris. */
2209#ifndef _POSIX_PTHREAD_SEMANTICS
2210# undef _POSIX_PTHREAD_SEMANTICS
2211#endif
2212/* Enable extensions on HP NonStop. */
2213#ifndef _TANDEM_SOURCE
2214# undef _TANDEM_SOURCE
2215#endif
2216/* Enable general extensions on Solaris. */
2217#ifndef __EXTENSIONS__
2218# undef __EXTENSIONS__
2219#endif
2220
2221
a1286ef5
ZW
2222/* Define to be the last component of the Windows registry key under which to
2223 look for installation paths. The full key used will be
2224 HKEY_LOCAL_MACHINE/SOFTWARE/Free Software Foundation/{WIN32_REGISTRY_KEY}.
2225 The default is the GCC version number. */
232b67d9 2226#ifndef USED_FOR_TARGET
a6a5e4c9 2227#undef WIN32_REGISTRY_KEY
232b67d9
NS
2228#endif
2229
96d0f4dc 2230
5213506e
RW
2231/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
2232 significant byte first (like Motorola and SPARC, unlike Intel). */
2233#if defined AC_APPLE_UNIVERSAL_BUILD
2234# if defined __BIG_ENDIAN__
2235# define WORDS_BIGENDIAN 1
2236# endif
2237#else
2238# ifndef WORDS_BIGENDIAN
2239# undef WORDS_BIGENDIAN
2240# endif
232b67d9
NS
2241#endif
2242
22e05272
JM
2243/* Enable large inode numbers on Mac OS X 10.5. */
2244#ifndef _DARWIN_USE_64_BIT_INODE
2245# define _DARWIN_USE_64_BIT_INODE 1
2246#endif
2247
480767a9
ILT
2248/* Number of bits in a file offset, on hosts where this is settable. */
2249#ifndef USED_FOR_TARGET
2250#undef _FILE_OFFSET_BITS
2251#endif
2252
2253
2254/* Define for large files, on AIX-style hosts. */
2255#ifndef USED_FOR_TARGET
2256#undef _LARGE_FILES
2257#endif
2258
2259
60d26958 2260/* Define to 1 if on MINIX. */
232b67d9 2261#ifndef USED_FOR_TARGET
60d26958
PB
2262#undef _MINIX
2263#endif
2264
2265
2266/* Define to 2 if the system does not provide POSIX.1 features except with
2267 this defined. */
2268#ifndef USED_FOR_TARGET
2269#undef _POSIX_1_SOURCE
2270#endif
2271
2272
2273/* Define to 1 if you need to in order for `stat' and other things to work. */
2274#ifndef USED_FOR_TARGET
2275#undef _POSIX_SOURCE
2276#endif
2277
2278
7c2a2dbf
KT
2279/* Define for Solaris 2.5.1 so the uint32_t typedef from <sys/synch.h>,
2280 <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
2281 #define below would cause a syntax error. */
2282#ifndef USED_FOR_TARGET
2283#undef _UINT32_T
2284#endif
2285
2286
2287/* Define for Solaris 2.5.1 so the uint64_t typedef from <sys/synch.h>,
2288 <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
2289 #define below would cause a syntax error. */
2290#ifndef USED_FOR_TARGET
2291#undef _UINT64_T
2292#endif
2293
2294
2295/* Define for Solaris 2.5.1 so the uint8_t typedef from <sys/synch.h>,
2296 <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
2297 #define below would cause a syntax error. */
2298#ifndef USED_FOR_TARGET
2299#undef _UINT8_T
2300#endif
2301
2302
c71618c6
AT
2303/* Define to `char *' if <sys/types.h> does not define. */
2304#ifndef USED_FOR_TARGET
2305#undef caddr_t
2306#endif
2307
2308
86da66b5
HPN
2309/* Define to `__inline__' or `__inline' if that's what the C compiler
2310 calls it, or to nothing if 'inline' is not supported under any name. */
2311#ifndef __cplusplus
a6a5e4c9 2312#undef inline
86da66b5 2313#endif
a6a5e4c9 2314
7c2a2dbf
KT
2315/* Define to the type of a signed integer type of width exactly 16 bits if
2316 such a type exists and the standard includes do not define it. */
2317#ifndef USED_FOR_TARGET
2318#undef int16_t
2319#endif
2320
2321
2322/* Define to the type of a signed integer type of width exactly 32 bits if
2323 such a type exists and the standard includes do not define it. */
2324#ifndef USED_FOR_TARGET
2325#undef int32_t
2326#endif
2327
2328
2329/* Define to the type of a signed integer type of width exactly 64 bits if
2330 such a type exists and the standard includes do not define it. */
2331#ifndef USED_FOR_TARGET
2332#undef int64_t
2333#endif
2334
2335
2336/* Define to the type of a signed integer type of width exactly 8 bits if such
2337 a type exists and the standard includes do not define it. */
2338#ifndef USED_FOR_TARGET
2339#undef int8_t
2340#endif
2341
2342
2343/* Define to the widest signed integer type if <stdint.h> and <inttypes.h> do
2344 not define. */
2345#ifndef USED_FOR_TARGET
2346#undef intmax_t
2347#endif
2348
2349
2350/* Define to the type of a signed integer type wide enough to hold a pointer,
2351 if such a type exists, and if the system does not define it. */
2352#ifndef USED_FOR_TARGET
2353#undef intptr_t
2354#endif
2355
2356
a6a5e4c9 2357/* Define to `int' if <sys/types.h> does not define. */
232b67d9 2358#ifndef USED_FOR_TARGET
a6a5e4c9 2359#undef pid_t
232b67d9
NS
2360#endif
2361
475c267f 2362
236ec2d7 2363/* Define to `long' if <sys/resource.h> doesn't define. */
232b67d9 2364#ifndef USED_FOR_TARGET
a6a5e4c9 2365#undef rlim_t
232b67d9
NS
2366#endif
2367
a6a5e4c9
KC
2368
2369/* Define to `int' if <sys/types.h> does not define. */
232b67d9 2370#ifndef USED_FOR_TARGET
a6a5e4c9 2371#undef ssize_t
232b67d9
NS
2372#endif
2373
a6a5e4c9 2374
7c2a2dbf
KT
2375/* Define to the type of an unsigned integer type of width exactly 16 bits if
2376 such a type exists and the standard includes do not define it. */
2377#ifndef USED_FOR_TARGET
2378#undef uint16_t
2379#endif
2380
2381
2382/* Define to the type of an unsigned integer type of width exactly 32 bits if
2383 such a type exists and the standard includes do not define it. */
2384#ifndef USED_FOR_TARGET
2385#undef uint32_t
2386#endif
2387
2388
2389/* Define to the type of an unsigned integer type of width exactly 64 bits if
2390 such a type exists and the standard includes do not define it. */
2391#ifndef USED_FOR_TARGET
2392#undef uint64_t
2393#endif
2394
2395
2396/* Define to the type of an unsigned integer type of width exactly 8 bits if
2397 such a type exists and the standard includes do not define it. */
2398#ifndef USED_FOR_TARGET
2399#undef uint8_t
2400#endif
2401
2402
2403/* Define to the widest unsigned integer type if <stdint.h> and <inttypes.h>
2404 do not define. */
2405#ifndef USED_FOR_TARGET
2406#undef uintmax_t
2407#endif
2408
2409
2410/* Define to the type of an unsigned integer type wide enough to hold a
2411 pointer, if such a type exists, and if the system does not define it. */
2412#ifndef USED_FOR_TARGET
2413#undef uintptr_t
2414#endif
2415
2416
a6a5e4c9 2417/* Define as `fork' if `vfork' does not work. */
232b67d9 2418#ifndef USED_FOR_TARGET
a6a5e4c9 2419#undef vfork
232b67d9
NS
2420#endif
2421