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