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

Subversion Repositories open8_urisc

[/] [open8_urisc/] [trunk/] [gnu/] [binutils/] [gold/] [config.in] - Blame information for rev 143

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 27 khays
/* config.in.  Generated from configure.ac by autoheader.  */
2
 
3
/* Define if building universal (internal helper macro) */
4
#undef AC_APPLE_UNIVERSAL_BUILD
5
 
6
/* Define to 1 if translation of program messages to the user's native
7
   language is requested. */
8
#undef ENABLE_NLS
9
 
10
/* Define to enable linker plugins */
11
#undef ENABLE_PLUGINS
12
 
13
/* Define to do multi-threaded linking */
14
#undef ENABLE_THREADS
15
 
16
/* Default big endian (true or false) */
17
#undef GOLD_DEFAULT_BIG_ENDIAN
18
 
19
/* Default machine code */
20
#undef GOLD_DEFAULT_MACHINE
21
 
22
/* Default OSABI code */
23
#undef GOLD_DEFAULT_OSABI
24
 
25
/* Default size (32 or 64) */
26
#undef GOLD_DEFAULT_SIZE
27
 
28
/* Define to 1 if you have the  header file. */
29
#undef HAVE_BYTESWAP_H
30
 
31
/* Define to 1 if you have the `chsize' function. */
32
#undef HAVE_CHSIZE
33
 
34
/* Define to 1 if you have the declaration of `asprintf', and to 0 if you
35
   don't. */
36
#undef HAVE_DECL_ASPRINTF
37
 
38
/* Define to 1 if you have the declaration of `basename', and to 0 if you
39
   don't. */
40
#undef HAVE_DECL_BASENAME
41
 
42
/* Define to 1 if you have the declaration of `ffs', and to 0 if you don't. */
43
#undef HAVE_DECL_FFS
44
 
45
/* Define to 1 if you have the declaration of `memmem', and to 0 if you don't.
46
   */
47
#undef HAVE_DECL_MEMMEM
48
 
49
/* Define to 1 if you have the declaration of `snprintf', and to 0 if you
50
   don't. */
51
#undef HAVE_DECL_SNPRINTF
52
 
53
/* Define to 1 if you have the declaration of `strndup', and to 0 if you
54
   don't. */
55
#undef HAVE_DECL_STRNDUP
56
 
57
/* Define to 1 if you have the declaration of `strverscmp', and to 0 if you
58
   don't. */
59
#undef HAVE_DECL_STRVERSCMP
60
 
61
/* Define to 1 if you have the declaration of `vasprintf', and to 0 if you
62
   don't. */
63
#undef HAVE_DECL_VASPRINTF
64
 
65
/* Define to 1 if you have the declaration of `vsnprintf', and to 0 if you
66
   don't. */
67
#undef HAVE_DECL_VSNPRINTF
68
 
69
/* Define to 1 if you have the  header file. */
70
#undef HAVE_EXT_HASH_MAP
71
 
72
/* Define to 1 if you have the  header file. */
73
#undef HAVE_EXT_HASH_SET
74
 
75
/* Define to 1 if you have the `ffsll' function. */
76
#undef HAVE_FFSLL
77
 
78
/* Define to 1 if you have the `ftruncate' function. */
79
#undef HAVE_FTRUNCATE
80
 
81
/* Define to 1 if you have the  header file. */
82
#undef HAVE_INTTYPES_H
83
 
84
/* Define to 1 if you have the `mallinfo' function. */
85
#undef HAVE_MALLINFO
86
 
87
/* Define to 1 if you have the  header file. */
88
#undef HAVE_MEMORY_H
89
 
90
/* Define to 1 if you have the `mmap' function. */
91
#undef HAVE_MMAP
92
 
93
/* Define to 1 if you have the mremap function with MREMAP_MAYMOVE support */
94
#undef HAVE_MREMAP
95
 
96
/* Define if compiler supports #pragma omp threadprivate */
97
#undef HAVE_OMP_SUPPORT
98
 
99
/* Define to 1 if you have the `posix_fallocate' function. */
100
#undef HAVE_POSIX_FALLOCATE
101
 
102
/* Define to 1 if you have the `pread' function. */
103
#undef HAVE_PREAD
104
 
105
/* Define to 1 if you have the `readv' function. */
106
#undef HAVE_READV
107
 
108
/* Define if struct stat has a field st_mtim with timespec for mtime */
109
#undef HAVE_STAT_ST_MTIM
110
 
111
/* Define to 1 if you have the  header file. */
112
#undef HAVE_STDINT_H
113
 
114
/* Define to 1 if you have the  header file. */
115
#undef HAVE_STDLIB_H
116
 
117
/* Define to 1 if you have the  header file. */
118
#undef HAVE_STRINGS_H
119
 
120
/* Define to 1 if you have the  header file. */
121
#undef HAVE_STRING_H
122
 
123
/* Define to 1 if you have the `sysconf' function. */
124
#undef HAVE_SYSCONF
125
 
126
/* Define to 1 if you have the  header file. */
127
#undef HAVE_SYS_MMAN_H
128
 
129
/* Define to 1 if you have the  header file. */
130
#undef HAVE_SYS_STAT_H
131
 
132
/* Define to 1 if you have the  header file. */
133
#undef HAVE_SYS_TYPES_H
134
 
135
/* Define to support 32-bit big-endian targets */
136
#undef HAVE_TARGET_32_BIG
137
 
138
/* Define to support 32-bit little-endian targets */
139
#undef HAVE_TARGET_32_LITTLE
140
 
141
/* Define to support 64-bit big-endian targets */
142
#undef HAVE_TARGET_64_BIG
143
 
144
/* Define to support 64-bit little-endian targets */
145
#undef HAVE_TARGET_64_LITTLE
146
 
147
/* Define if attributes work on C++ templates */
148
#undef HAVE_TEMPLATE_ATTRIBUTES
149
 
150
/* Define to 1 if you have the `times' function. */
151
#undef HAVE_TIMES
152
 
153
/* Define to 1 if you have the  header file. */
154
#undef HAVE_TR1_UNORDERED_MAP
155
 
156
/* Define if ::std::tr1::unordered_map::rehash is usable */
157
#undef HAVE_TR1_UNORDERED_MAP_REHASH
158
 
159
/* Define to 1 if you have the  header file. */
160
#undef HAVE_TR1_UNORDERED_SET
161
 
162
/* Define to 1 if you have the  header file. */
163
#undef HAVE_UNISTD_H
164
 
165
/* Define to 1 if you have the  header file. */
166
#undef HAVE_ZLIB_H
167
 
168
/* Name of package */
169
#undef PACKAGE
170
 
171
/* Define to the address where bug reports for this package should be sent. */
172
#undef PACKAGE_BUGREPORT
173
 
174
/* Define to the full name of this package. */
175
#undef PACKAGE_NAME
176
 
177
/* Define to the full name and version of this package. */
178
#undef PACKAGE_STRING
179
 
180
/* Define to the one symbol short name of this package. */
181
#undef PACKAGE_TARNAME
182
 
183
/* Define to the home page for this package. */
184
#undef PACKAGE_URL
185
 
186
/* Define to the version of this package. */
187
#undef PACKAGE_VERSION
188
 
189
/* Define to 1 if you have the ANSI C header files. */
190
#undef STDC_HEADERS
191
 
192
/* System root for target files */
193
#undef TARGET_SYSTEM_ROOT
194
 
195
/* Whether the system root can be relocated */
196
#undef TARGET_SYSTEM_ROOT_RELOCATABLE
197
 
198
/* Enable extensions on AIX 3, Interix.  */
199
#ifndef _ALL_SOURCE
200
# undef _ALL_SOURCE
201
#endif
202
/* Enable GNU extensions on systems that have them.  */
203
#ifndef _GNU_SOURCE
204
# undef _GNU_SOURCE
205
#endif
206
/* Enable threading extensions on Solaris.  */
207
#ifndef _POSIX_PTHREAD_SEMANTICS
208
# undef _POSIX_PTHREAD_SEMANTICS
209
#endif
210
/* Enable extensions on HP NonStop.  */
211
#ifndef _TANDEM_SOURCE
212
# undef _TANDEM_SOURCE
213
#endif
214
/* Enable general extensions on Solaris.  */
215
#ifndef __EXTENSIONS__
216
# undef __EXTENSIONS__
217
#endif
218
 
219
 
220
/* Version number of package */
221
#undef VERSION
222
 
223
/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
224
   significant byte first (like Motorola and SPARC, unlike Intel). */
225
#if defined AC_APPLE_UNIVERSAL_BUILD
226
# if defined __BIG_ENDIAN__
227
#  define WORDS_BIGENDIAN 1
228
# endif
229
#else
230
# ifndef WORDS_BIGENDIAN
231
#  undef WORDS_BIGENDIAN
232
# endif
233
#endif
234
 
235
/* Define to 1 if on MINIX. */
236
#undef _MINIX
237
 
238
/* Define to 2 if the system does not provide POSIX.1 features except with
239
   this defined. */
240
#undef _POSIX_1_SOURCE
241
 
242
/* Define to 1 if you need to in order for `stat' and other things to work. */
243
#undef _POSIX_SOURCE

powered by: WebSVN 2.1.0

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