OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-old/] [gcc-4.2.2/] [gcc/] [config.in] - Blame information for rev 816

Details | Compare with Previous | View Log

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

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.