Thu Jun 8 19:21:55 2017 UTC ()
regen after new binutils


(mrg)
diff -r1.10 -r1.11 src/external/gpl3/gcc/usr.bin/gcc/arch/mips64el/auto-host.h
diff -r1.20 -r1.21 src/external/gpl3/gcc/usr.bin/gcc/arch/mips64el/configargs.h

cvs diff -r1.10 -r1.11 src/external/gpl3/gcc/usr.bin/gcc/arch/mips64el/auto-host.h (switch to unified diff)

--- src/external/gpl3/gcc/usr.bin/gcc/arch/mips64el/auto-host.h 2016/06/07 18:53:03 1.10
+++ src/external/gpl3/gcc/usr.bin/gcc/arch/mips64el/auto-host.h 2017/06/08 19:21:54 1.11
@@ -1,1511 +1,1511 @@ @@ -1,1511 +1,1511 @@
1/* This file is automatically generated. DO NOT EDIT! */ 1/* This file is automatically generated. DO NOT EDIT! */
2/* Generated from: NetBSD: mknative-gcc,v 1.87 2016/03/17 23:41:21 mrg Exp */ 2/* Generated from: NetBSD: mknative-gcc,v 1.89 2016/10/05 19:25:49 christos Exp */
3/* Generated from: NetBSD: mknative.common,v 1.11 2014/02/17 21:39:43 christos Exp */ 3/* Generated from: NetBSD: mknative.common,v 1.11 2014/02/17 21:39:43 christos Exp */
4 4
5/* auto-host.h. Generated from config.in by configure. */ 5/* auto-host.h. Generated from config.in by configure. */
6/* config.in. Generated from configure.ac by autoheader. */ 6/* config.in. Generated from configure.ac by autoheader. */
7 7
8/* Define if this compiler should be built as the offload target compiler. */ 8/* Define if this compiler should be built as the offload target compiler. */
9#ifndef USED_FOR_TARGET 9#ifndef USED_FOR_TARGET
10/* #undef ACCEL_COMPILER */ 10/* #undef ACCEL_COMPILER */
11#endif 11#endif
12 12
13 13
14/* Define if building universal (internal helper macro) */ 14/* Define if building universal (internal helper macro) */
15#ifndef USED_FOR_TARGET 15#ifndef USED_FOR_TARGET
16/* #undef AC_APPLE_UNIVERSAL_BUILD */ 16/* #undef AC_APPLE_UNIVERSAL_BUILD */
17#endif 17#endif
18 18
19 19
20/* Define to the assembler option to enable compressed debug sections. */ 20/* Define to the assembler option to enable compressed debug sections. */
21#ifndef USED_FOR_TARGET 21#ifndef USED_FOR_TARGET
22#define AS_COMPRESS_DEBUG_OPTION "--compress-debug-sections" 22#define AS_COMPRESS_DEBUG_OPTION "--compress-debug-sections"
23#endif 23#endif
24 24
25 25
26/* Define to the assembler option to disable compressed debug sections. */ 26/* Define to the assembler option to disable compressed debug sections. */
27#ifndef USED_FOR_TARGET 27#ifndef USED_FOR_TARGET
28#define AS_NO_COMPRESS_DEBUG_OPTION "--nocompress-debug-sections" 28#define AS_NO_COMPRESS_DEBUG_OPTION "--nocompress-debug-sections"
29#endif 29#endif
30 30
31 31
32/* Define as the number of bits in a byte, if `limits.h' doesn't. */ 32/* Define as the number of bits in a byte, if `limits.h' doesn't. */
33#ifndef USED_FOR_TARGET 33#ifndef USED_FOR_TARGET
34/* #undef CHAR_BIT */ 34/* #undef CHAR_BIT */
35#endif 35#endif
36 36
37 37
38/* Define 0/1 to force the choice for exception handling model. */ 38/* Define 0/1 to force the choice for exception handling model. */
39#ifndef USED_FOR_TARGET 39#ifndef USED_FOR_TARGET
40/* #undef CONFIG_SJLJ_EXCEPTIONS */ 40/* #undef CONFIG_SJLJ_EXCEPTIONS */
41#endif 41#endif
42 42
43 43
44/* Define to enable the use of a default assembler. */ 44/* Define to enable the use of a default assembler. */
45#ifndef USED_FOR_TARGET 45#ifndef USED_FOR_TARGET
46/* #undef DEFAULT_ASSEMBLER */ 46/* #undef DEFAULT_ASSEMBLER */
47#endif 47#endif
48 48
49 49
50/* Define to enable the use of a default linker. */ 50/* Define to enable the use of a default linker. */
51#ifndef USED_FOR_TARGET 51#ifndef USED_FOR_TARGET
52/* #undef DEFAULT_LINKER */ 52/* #undef DEFAULT_LINKER */
53#endif 53#endif
54 54
55 55
56/* Define if you want to use __cxa_atexit, rather than atexit, to register C++ 56/* Define if you want to use __cxa_atexit, rather than atexit, to register C++
57 destructors for local statics and global objects. This is essential for 57 destructors for local statics and global objects. This is essential for
58 fully standards-compliant handling of destructors, but requires 58 fully standards-compliant handling of destructors, but requires
59 __cxa_atexit in libc. */ 59 __cxa_atexit in libc. */
60#ifndef USED_FOR_TARGET 60#ifndef USED_FOR_TARGET
61#define DEFAULT_USE_CXA_ATEXIT 2 61#define DEFAULT_USE_CXA_ATEXIT 2
62#endif 62#endif
63 63
64 64
65/* The default for -fdiagnostics-color option */ 65/* The default for -fdiagnostics-color option */
66#ifndef USED_FOR_TARGET 66#ifndef USED_FOR_TARGET
67#define DIAGNOSTICS_COLOR_DEFAULT -1 67#define DIAGNOSTICS_COLOR_DEFAULT -1
68#endif 68#endif
69 69
70 70
71/* Define if you want assertions enabled. This is a cheap check. */ 71/* Define if you want assertions enabled. This is a cheap check. */
72#ifndef USED_FOR_TARGET 72#ifndef USED_FOR_TARGET
73#define ENABLE_ASSERT_CHECKING 1 73#define ENABLE_ASSERT_CHECKING 1
74#endif 74#endif
75 75
76 76
77/* Define if you want more run-time sanity checks. This one gets a grab bag of 77/* Define if you want more run-time sanity checks. This one gets a grab bag of
78 miscellaneous but relatively cheap checks. */ 78 miscellaneous but relatively cheap checks. */
79#ifndef USED_FOR_TARGET 79#ifndef USED_FOR_TARGET
80/* #undef ENABLE_CHECKING */ 80/* #undef ENABLE_CHECKING */
81#endif 81#endif
82 82
83 83
84/* Define to 1 to specify that we are using the BID decimal floating point 84/* Define to 1 to specify that we are using the BID decimal floating point
85 format instead of DPD */ 85 format instead of DPD */
86#ifndef USED_FOR_TARGET 86#ifndef USED_FOR_TARGET
87#define ENABLE_DECIMAL_BID_FORMAT 0 87#define ENABLE_DECIMAL_BID_FORMAT 0
88#endif 88#endif
89 89
90 90
91/* Define to 1 to enable decimal float extension to C. */ 91/* Define to 1 to enable decimal float extension to C. */
92#ifndef USED_FOR_TARGET 92#ifndef USED_FOR_TARGET
93#define ENABLE_DECIMAL_FLOAT 0 93#define ENABLE_DECIMAL_FLOAT 0
94#endif 94#endif
95 95
96 96
97/* Define if you want more run-time sanity checks for dataflow. */ 97/* Define if you want more run-time sanity checks for dataflow. */
98#ifndef USED_FOR_TARGET 98#ifndef USED_FOR_TARGET
99/* #undef ENABLE_DF_CHECKING */ 99/* #undef ENABLE_DF_CHECKING */
100#endif 100#endif
101 101
102 102
103/* Define to 1 to enable fixed-point arithmetic extension to C. */ 103/* Define to 1 to enable fixed-point arithmetic extension to C. */
104#ifndef USED_FOR_TARGET 104#ifndef USED_FOR_TARGET
105#define ENABLE_FIXED_POINT 1 105#define ENABLE_FIXED_POINT 1
106#endif 106#endif
107 107
108 108
109/* Define if you want fold checked that it never destructs its argument. This 109/* Define if you want fold checked that it never destructs its argument. This
110 is quite expensive. */ 110 is quite expensive. */
111#ifndef USED_FOR_TARGET 111#ifndef USED_FOR_TARGET
112/* #undef ENABLE_FOLD_CHECKING */ 112/* #undef ENABLE_FOLD_CHECKING */
113#endif 113#endif
114 114
115 115
116/* Define if you want the garbage collector to operate in maximally paranoid 116/* Define if you want the garbage collector to operate in maximally paranoid
117 mode, validating the entire heap and collecting garbage at every 117 mode, validating the entire heap and collecting garbage at every
118 opportunity. This is extremely expensive. */ 118 opportunity. This is extremely expensive. */
119#ifndef USED_FOR_TARGET 119#ifndef USED_FOR_TARGET
120/* #undef ENABLE_GC_ALWAYS_COLLECT */ 120/* #undef ENABLE_GC_ALWAYS_COLLECT */
121#endif 121#endif
122 122
123 123
124/* Define if you want the garbage collector to do object poisoning and other 124/* Define if you want the garbage collector to do object poisoning and other
125 memory allocation checks. This is quite expensive. */ 125 memory allocation checks. This is quite expensive. */
126#ifndef USED_FOR_TARGET 126#ifndef USED_FOR_TARGET
127/* #undef ENABLE_GC_CHECKING */ 127/* #undef ENABLE_GC_CHECKING */
128#endif 128#endif
129 129
130 130
131/* Define if you want operations on GIMPLE (the basic data structure of the 131/* Define if you want operations on GIMPLE (the basic data structure of the
132 high-level optimizers) to be checked for dynamic type safety at runtime. 132 high-level optimizers) to be checked for dynamic type safety at runtime.
133 This is moderately expensive. */ 133 This is moderately expensive. */
134#ifndef USED_FOR_TARGET 134#ifndef USED_FOR_TARGET
135/* #undef ENABLE_GIMPLE_CHECKING */ 135/* #undef ENABLE_GIMPLE_CHECKING */
136#endif 136#endif
137 137
138 138
139/* Define if gcc should always pass --build-id to linker. */ 139/* Define if gcc should always pass --build-id to linker. */
140#ifndef USED_FOR_TARGET 140#ifndef USED_FOR_TARGET
141/* #undef ENABLE_LD_BUILDID */ 141/* #undef ENABLE_LD_BUILDID */
142#endif 142#endif
143 143
144 144
145/* Define to 1 to enable libquadmath support */ 145/* Define to 1 to enable libquadmath support */
146#ifndef USED_FOR_TARGET 146#ifndef USED_FOR_TARGET
147#define ENABLE_LIBQUADMATH_SUPPORT 1 147#define ENABLE_LIBQUADMATH_SUPPORT 1
148#endif 148#endif
149 149
150 150
151/* Define to enable LTO support. */ 151/* Define to enable LTO support. */
152#ifndef USED_FOR_TARGET 152#ifndef USED_FOR_TARGET
153#define ENABLE_LTO 1 153#define ENABLE_LTO 1
154#endif 154#endif
155 155
156 156
157/* Define to 1 if translation of program messages to the user's native 157/* Define to 1 if translation of program messages to the user's native
158 language is requested. */ 158 language is requested. */
159#ifndef USED_FOR_TARGET 159#ifndef USED_FOR_TARGET
160#define ENABLE_NLS 1 160#define ENABLE_NLS 1
161#endif 161#endif
162 162
163 163
164/* Define this to enable support for offloading. */ 164/* Define this to enable support for offloading. */
165#ifndef USED_FOR_TARGET 165#ifndef USED_FOR_TARGET
166/* #undef ENABLE_OFFLOADING */ 166/* #undef ENABLE_OFFLOADING */
167#endif 167#endif
168 168
169 169
170/* Define to enable plugin support. */ 170/* Define to enable plugin support. */
171#ifndef USED_FOR_TARGET 171#ifndef USED_FOR_TARGET
172#define ENABLE_PLUGIN 1 172#define ENABLE_PLUGIN 1
173#endif 173#endif
174 174
175 175
176/* Define if you want all operations on RTL (the basic data structure of the 176/* Define if you want all operations on RTL (the basic data structure of the
177 optimizer and back end) to be checked for dynamic type safety at runtime. 177 optimizer and back end) to be checked for dynamic type safety at runtime.
178 This is quite expensive. */ 178 This is quite expensive. */
179#ifndef USED_FOR_TARGET 179#ifndef USED_FOR_TARGET
180/* #undef ENABLE_RTL_CHECKING */ 180/* #undef ENABLE_RTL_CHECKING */
181#endif 181#endif
182 182
183 183
184/* Define if you want RTL flag accesses to be checked against the RTL codes 184/* Define if you want RTL flag accesses to be checked against the RTL codes
185 that are supported for each access macro. This is relatively cheap. */ 185 that are supported for each access macro. This is relatively cheap. */
186#ifndef USED_FOR_TARGET 186#ifndef USED_FOR_TARGET
187/* #undef ENABLE_RTL_FLAG_CHECKING */ 187/* #undef ENABLE_RTL_FLAG_CHECKING */
188#endif 188#endif
189 189
190 190
191/* Define if you want runtime assertions enabled. This is a cheap check. */ 191/* Define if you want runtime assertions enabled. This is a cheap check. */
192#define ENABLE_RUNTIME_CHECKING 1 192#define ENABLE_RUNTIME_CHECKING 1
193 193
194/* Define if you want all operations on trees (the basic data structure of the 194/* Define if you want all operations on trees (the basic data structure of the
195 front ends) to be checked for dynamic type safety at runtime. This is 195 front ends) to be checked for dynamic type safety at runtime. This is
196 moderately expensive. The tree browser debugging routines will also be 196 moderately expensive. The tree browser debugging routines will also be
197 enabled by this option. */ 197 enabled by this option. */
198#ifndef USED_FOR_TARGET 198#ifndef USED_FOR_TARGET
199/* #undef ENABLE_TREE_CHECKING */ 199/* #undef ENABLE_TREE_CHECKING */
200#endif 200#endif
201 201
202 202
203/* Define if you want all gimple types to be verified after gimplifiation. 203/* Define if you want all gimple types to be verified after gimplifiation.
204 This is cheap. */ 204 This is cheap. */
205#ifndef USED_FOR_TARGET 205#ifndef USED_FOR_TARGET
206/* #undef ENABLE_TYPES_CHECKING */ 206/* #undef ENABLE_TYPES_CHECKING */
207#endif 207#endif
208 208
209 209
210/* Define to get calls to the valgrind runtime enabled. */ 210/* Define to get calls to the valgrind runtime enabled. */
211#ifndef USED_FOR_TARGET 211#ifndef USED_FOR_TARGET
212/* #undef ENABLE_VALGRIND_ANNOTATIONS */ 212/* #undef ENABLE_VALGRIND_ANNOTATIONS */
213#endif 213#endif
214 214
215 215
216/* Define if you want to run subprograms and generated programs through 216/* Define if you want to run subprograms and generated programs through
217 valgrind (a memory checker). This is extremely expensive. */ 217 valgrind (a memory checker). This is extremely expensive. */
218#ifndef USED_FOR_TARGET 218#ifndef USED_FOR_TARGET
219/* #undef ENABLE_VALGRIND_CHECKING */ 219/* #undef ENABLE_VALGRIND_CHECKING */
220#endif 220#endif
221 221
222 222
223/* Define to 1 if installation paths should be looked up in the Windows 223/* Define to 1 if installation paths should be looked up in the Windows
224 Registry. Ignored on non-Windows hosts. */ 224 Registry. Ignored on non-Windows hosts. */
225#ifndef USED_FOR_TARGET 225#ifndef USED_FOR_TARGET
226/* #undef ENABLE_WIN32_REGISTRY */ 226/* #undef ENABLE_WIN32_REGISTRY */
227#endif 227#endif
228 228
229 229
230/* Define to the name of a file containing a list of extra machine modes for 230/* Define to the name of a file containing a list of extra machine modes for
231 this architecture. */ 231 this architecture. */
232#ifndef USED_FOR_TARGET 232#ifndef USED_FOR_TARGET
233#define EXTRA_MODES_FILE "config/mips/mips-modes.def" 233#define EXTRA_MODES_FILE "config/mips/mips-modes.def"
234#endif 234#endif
235 235
236 236
237/* Define to enable detailed memory allocation stats gathering. */ 237/* Define to enable detailed memory allocation stats gathering. */
238#ifndef USED_FOR_TARGET 238#ifndef USED_FOR_TARGET
239#define GATHER_STATISTICS 0 239#define GATHER_STATISTICS 0
240#endif 240#endif
241 241
242 242
243/* Define to 1 if `TIOCGWINSZ' requires <sys/ioctl.h>. */ 243/* Define to 1 if `TIOCGWINSZ' requires <sys/ioctl.h>. */
244#ifndef USED_FOR_TARGET 244#ifndef USED_FOR_TARGET
245/* #undef GWINSZ_IN_SYS_IOCTL */ 245/* #undef GWINSZ_IN_SYS_IOCTL */
246#endif 246#endif
247 247
248 248
249/* mcontext_t fields start with __ */ 249/* mcontext_t fields start with __ */
250#ifndef USED_FOR_TARGET 250#ifndef USED_FOR_TARGET
251/* #undef HAS_MCONTEXT_T_UNDERSCORES */ 251/* #undef HAS_MCONTEXT_T_UNDERSCORES */
252#endif 252#endif
253 253
254 254
255/* Define if your avr assembler supports --mlink-relax option. */ 255/* Define if your avr assembler supports --mlink-relax option. */
256#ifndef USED_FOR_TARGET 256#ifndef USED_FOR_TARGET
257/* #undef HAVE_AS_AVR_MLINK_RELAX_OPTION */ 257/* #undef HAVE_AS_AVR_MLINK_RELAX_OPTION */
258#endif 258#endif
259 259
260 260
261/* Define if your avr assembler supports -mrmw option. */ 261/* Define if your avr assembler supports -mrmw option. */
262#ifndef USED_FOR_TARGET 262#ifndef USED_FOR_TARGET
263/* #undef HAVE_AS_AVR_MRMW_OPTION */ 263/* #undef HAVE_AS_AVR_MRMW_OPTION */
264#endif 264#endif
265 265
266 266
267/* Define if your assembler supports cmpb. */ 267/* Define if your assembler supports cmpb. */
268#ifndef USED_FOR_TARGET 268#ifndef USED_FOR_TARGET
269/* #undef HAVE_AS_CMPB */ 269/* #undef HAVE_AS_CMPB */
270#endif 270#endif
271 271
272 272
273/* Define to the level of your assembler's compressed debug section support. 273/* Define to the level of your assembler's compressed debug section support.
274 */ 274 */
275#ifndef USED_FOR_TARGET 275#ifndef USED_FOR_TARGET
276#define HAVE_AS_COMPRESS_DEBUG 1 276#define HAVE_AS_COMPRESS_DEBUG 1
277#endif 277#endif
278 278
279 279
280/* Define if your assembler supports the DCI/ICI instructions. */ 280/* Define if your assembler supports the DCI/ICI instructions. */
281#ifndef USED_FOR_TARGET 281#ifndef USED_FOR_TARGET
282/* #undef HAVE_AS_DCI */ 282/* #undef HAVE_AS_DCI */
283#endif 283#endif
284 284
285 285
286/* Define if your assembler supports the --debug-prefix-map option. */ 286/* Define if your assembler supports the --debug-prefix-map option. */
287#ifndef USED_FOR_TARGET 287#ifndef USED_FOR_TARGET
288#define HAVE_AS_DEBUG_PREFIX_MAP 1 288#define HAVE_AS_DEBUG_PREFIX_MAP 1
289#endif 289#endif
290 290
291 291
292/* Define if your assembler supports DFP instructions. */ 292/* Define if your assembler supports DFP instructions. */
293#ifndef USED_FOR_TARGET 293#ifndef USED_FOR_TARGET
294/* #undef HAVE_AS_DFP */ 294/* #undef HAVE_AS_DFP */
295#endif 295#endif
296 296
297 297
298/* Define if your assembler supports .module. */ 298/* Define if your assembler supports .module. */
299#ifndef USED_FOR_TARGET 299#ifndef USED_FOR_TARGET
300/* #undef HAVE_AS_DOT_MODULE */ 300#define HAVE_AS_DOT_MODULE 1
301#endif 301#endif
302 302
303 303
304/* Define if your assembler supports DSPR1 mult. */ 304/* Define if your assembler supports DSPR1 mult. */
305#ifndef USED_FOR_TARGET 305#ifndef USED_FOR_TARGET
306#define HAVE_AS_DSPR1_MULT 1 306#define HAVE_AS_DSPR1_MULT 1
307#endif 307#endif
308 308
309 309
310/* Define if your assembler supports .dtprelword. */ 310/* Define if your assembler supports .dtprelword. */
311#ifndef USED_FOR_TARGET 311#ifndef USED_FOR_TARGET
312#define HAVE_AS_DTPRELWORD 1 312#define HAVE_AS_DTPRELWORD 1
313#endif 313#endif
314 314
315 315
316/* Define if your assembler supports dwarf2 .file/.loc directives, and 316/* Define if your assembler supports dwarf2 .file/.loc directives, and
317 preserves file table indices exactly as given. */ 317 preserves file table indices exactly as given. */
318#ifndef USED_FOR_TARGET 318#ifndef USED_FOR_TARGET
319#define HAVE_AS_DWARF2_DEBUG_LINE 1 319#define HAVE_AS_DWARF2_DEBUG_LINE 1
320#endif 320#endif
321 321
322 322
323/* Define if your assembler supports explicit relocations. */ 323/* Define if your assembler supports explicit relocations. */
324#ifndef USED_FOR_TARGET 324#ifndef USED_FOR_TARGET
325/* #undef HAVE_AS_EXPLICIT_RELOCS */ 325/* #undef HAVE_AS_EXPLICIT_RELOCS */
326#endif 326#endif
327 327
328 328
329/* Define if your assembler supports FMAF, HPC, and VIS 3.0 instructions. */ 329/* Define if your assembler supports FMAF, HPC, and VIS 3.0 instructions. */
330#ifndef USED_FOR_TARGET 330#ifndef USED_FOR_TARGET
331/* #undef HAVE_AS_FMAF_HPC_VIS3 */ 331/* #undef HAVE_AS_FMAF_HPC_VIS3 */
332#endif 332#endif
333 333
334 334
335/* Define if your assembler supports fprnd. */ 335/* Define if your assembler supports fprnd. */
336#ifndef USED_FOR_TARGET 336#ifndef USED_FOR_TARGET
337/* #undef HAVE_AS_FPRND */ 337/* #undef HAVE_AS_FPRND */
338#endif 338#endif
339 339
340 340
341/* Define if your assembler supports the --gdwarf2 option. */ 341/* Define if your assembler supports the --gdwarf2 option. */
342#ifndef USED_FOR_TARGET 342#ifndef USED_FOR_TARGET
343#define HAVE_AS_GDWARF2_DEBUG_FLAG 1 343#define HAVE_AS_GDWARF2_DEBUG_FLAG 1
344#endif 344#endif
345 345
346 346
347/* Define if your assembler supports .gnu_attribute. */ 347/* Define if your assembler supports .gnu_attribute. */
348#ifndef USED_FOR_TARGET 348#ifndef USED_FOR_TARGET
349#define HAVE_AS_GNU_ATTRIBUTE 1 349#define HAVE_AS_GNU_ATTRIBUTE 1
350#endif 350#endif
351 351
352 352
353/* Define true if the assembler supports '.long foo@GOTOFF'. */ 353/* Define true if the assembler supports '.long foo@GOTOFF'. */
354#ifndef USED_FOR_TARGET 354#ifndef USED_FOR_TARGET
355/* #undef HAVE_AS_GOTOFF_IN_DATA */ 355/* #undef HAVE_AS_GOTOFF_IN_DATA */
356#endif 356#endif
357 357
358 358
359/* Define if your assembler supports the --gstabs option. */ 359/* Define if your assembler supports the --gstabs option. */
360#ifndef USED_FOR_TARGET 360#ifndef USED_FOR_TARGET
361#define HAVE_AS_GSTABS_DEBUG_FLAG 1 361#define HAVE_AS_GSTABS_DEBUG_FLAG 1
362#endif 362#endif
363 363
364 364
365/* Define if your assembler supports the Sun syntax for cmov. */ 365/* Define if your assembler supports the Sun syntax for cmov. */
366#ifndef USED_FOR_TARGET 366#ifndef USED_FOR_TARGET
367/* #undef HAVE_AS_IX86_CMOV_SUN_SYNTAX */ 367/* #undef HAVE_AS_IX86_CMOV_SUN_SYNTAX */
368#endif 368#endif
369 369
370 370
371/* Define if your assembler supports the subtraction of symbols in different 371/* Define if your assembler supports the subtraction of symbols in different
372 sections. */ 372 sections. */
373#ifndef USED_FOR_TARGET 373#ifndef USED_FOR_TARGET
374/* #undef HAVE_AS_IX86_DIFF_SECT_DELTA */ 374/* #undef HAVE_AS_IX86_DIFF_SECT_DELTA */
375#endif 375#endif
376 376
377 377
378/* Define if your assembler supports the ffreep mnemonic. */ 378/* Define if your assembler supports the ffreep mnemonic. */
379#ifndef USED_FOR_TARGET 379#ifndef USED_FOR_TARGET
380/* #undef HAVE_AS_IX86_FFREEP */ 380/* #undef HAVE_AS_IX86_FFREEP */
381#endif 381#endif
382 382
383 383
384/* Define if your assembler uses fildq and fistq mnemonics. */ 384/* Define if your assembler uses fildq and fistq mnemonics. */
385#ifndef USED_FOR_TARGET 385#ifndef USED_FOR_TARGET
386/* #undef HAVE_AS_IX86_FILDQ */ 386/* #undef HAVE_AS_IX86_FILDQ */
387#endif 387#endif
388 388
389 389
390/* Define if your assembler uses filds and fists mnemonics. */ 390/* Define if your assembler uses filds and fists mnemonics. */
391#ifndef USED_FOR_TARGET 391#ifndef USED_FOR_TARGET
392/* #undef HAVE_AS_IX86_FILDS */ 392/* #undef HAVE_AS_IX86_FILDS */
393#endif 393#endif
394 394
395 395
396/* Define if your assembler supports HLE prefixes. */ 396/* Define if your assembler supports HLE prefixes. */
397#ifndef USED_FOR_TARGET 397#ifndef USED_FOR_TARGET
398/* #undef HAVE_AS_IX86_HLE */ 398/* #undef HAVE_AS_IX86_HLE */
399#endif 399#endif
400 400
401 401
402/* Define if your assembler supports interunit movq mnemonic. */ 402/* Define if your assembler supports interunit movq mnemonic. */
403#ifndef USED_FOR_TARGET 403#ifndef USED_FOR_TARGET
404/* #undef HAVE_AS_IX86_INTERUNIT_MOVQ */ 404/* #undef HAVE_AS_IX86_INTERUNIT_MOVQ */
405#endif 405#endif
406 406
407 407
408/* Define if your assembler supports the .quad directive. */ 408/* Define if your assembler supports the .quad directive. */
409#ifndef USED_FOR_TARGET 409#ifndef USED_FOR_TARGET
410/* #undef HAVE_AS_IX86_QUAD */ 410/* #undef HAVE_AS_IX86_QUAD */
411#endif 411#endif
412 412
413 413
414/* Define if the assembler supports 'rep <insn>, lock <insn>'. */ 414/* Define if the assembler supports 'rep <insn>, lock <insn>'. */
415#ifndef USED_FOR_TARGET 415#ifndef USED_FOR_TARGET
416/* #undef HAVE_AS_IX86_REP_LOCK_PREFIX */ 416/* #undef HAVE_AS_IX86_REP_LOCK_PREFIX */
417#endif 417#endif
418 418
419 419
420/* Define if your assembler supports the sahf mnemonic in 64bit mode. */ 420/* Define if your assembler supports the sahf mnemonic in 64bit mode. */
421#ifndef USED_FOR_TARGET 421#ifndef USED_FOR_TARGET
422/* #undef HAVE_AS_IX86_SAHF */ 422/* #undef HAVE_AS_IX86_SAHF */
423#endif 423#endif
424 424
425 425
426/* Define if your assembler supports the swap suffix. */ 426/* Define if your assembler supports the swap suffix. */
427#ifndef USED_FOR_TARGET 427#ifndef USED_FOR_TARGET
428/* #undef HAVE_AS_IX86_SWAP */ 428/* #undef HAVE_AS_IX86_SWAP */
429#endif 429#endif
430 430
431 431
432/* Define if your assembler and linker support @tlsgdplt. */ 432/* Define if your assembler and linker support @tlsgdplt. */
433#ifndef USED_FOR_TARGET 433#ifndef USED_FOR_TARGET
434/* #undef HAVE_AS_IX86_TLSGDPLT */ 434/* #undef HAVE_AS_IX86_TLSGDPLT */
435#endif 435#endif
436 436
437 437
438/* Define to 1 if your assembler and linker support @tlsldm. */ 438/* Define to 1 if your assembler and linker support @tlsldm. */
439#ifndef USED_FOR_TARGET 439#ifndef USED_FOR_TARGET
440/* #undef HAVE_AS_IX86_TLSLDM */ 440/* #undef HAVE_AS_IX86_TLSLDM */
441#endif 441#endif
442 442
443 443
444/* Define to 1 if your assembler and linker support @tlsldmplt. */ 444/* Define to 1 if your assembler and linker support @tlsldmplt. */
445#ifndef USED_FOR_TARGET 445#ifndef USED_FOR_TARGET
446/* #undef HAVE_AS_IX86_TLSLDMPLT */ 446/* #undef HAVE_AS_IX86_TLSLDMPLT */
447#endif 447#endif
448 448
449 449
450/* Define if your assembler supports the 'ud2' mnemonic. */ 450/* Define if your assembler supports the 'ud2' mnemonic. */
451#ifndef USED_FOR_TARGET 451#ifndef USED_FOR_TARGET
452/* #undef HAVE_AS_IX86_UD2 */ 452/* #undef HAVE_AS_IX86_UD2 */
453#endif 453#endif
454 454
455 455
456/* Define if your assembler supports the lituse_jsrdirect relocation. */ 456/* Define if your assembler supports the lituse_jsrdirect relocation. */
457#ifndef USED_FOR_TARGET 457#ifndef USED_FOR_TARGET
458/* #undef HAVE_AS_JSRDIRECT_RELOCS */ 458/* #undef HAVE_AS_JSRDIRECT_RELOCS */
459#endif 459#endif
460 460
461 461
462/* Define if your assembler supports .sleb128 and .uleb128. */ 462/* Define if your assembler supports .sleb128 and .uleb128. */
463#ifndef USED_FOR_TARGET 463#ifndef USED_FOR_TARGET
464#define HAVE_AS_LEB128 1 464#define HAVE_AS_LEB128 1
465#endif 465#endif
466 466
467 467
468/* Define if your assembler supports LEON instructions. */ 468/* Define if your assembler supports LEON instructions. */
469#ifndef USED_FOR_TARGET 469#ifndef USED_FOR_TARGET
470/* #undef HAVE_AS_LEON */ 470/* #undef HAVE_AS_LEON */
471#endif 471#endif
472 472
473 473
474/* Define if the assembler won't complain about a line such as # 0 "" 2. */ 474/* Define if the assembler won't complain about a line such as # 0 "" 2. */
475#ifndef USED_FOR_TARGET 475#ifndef USED_FOR_TARGET
476#define HAVE_AS_LINE_ZERO 1 476#define HAVE_AS_LINE_ZERO 1
477#endif 477#endif
478 478
479 479
480/* Define if your assembler supports ltoffx and ldxmov relocations. */ 480/* Define if your assembler supports ltoffx and ldxmov relocations. */
481#ifndef USED_FOR_TARGET 481#ifndef USED_FOR_TARGET
482/* #undef HAVE_AS_LTOFFX_LDXMOV_RELOCS */ 482/* #undef HAVE_AS_LTOFFX_LDXMOV_RELOCS */
483#endif 483#endif
484 484
485 485
486/* Define if your assembler supports LWSYNC instructions. */ 486/* Define if your assembler supports LWSYNC instructions. */
487#ifndef USED_FOR_TARGET 487#ifndef USED_FOR_TARGET
488/* #undef HAVE_AS_LWSYNC */ 488/* #undef HAVE_AS_LWSYNC */
489#endif 489#endif
490 490
491 491
492/* Define if your assembler supports the -mabi option. */ 492/* Define if your assembler supports the -mabi option. */
493#ifndef USED_FOR_TARGET 493#ifndef USED_FOR_TARGET
494/* #undef HAVE_AS_MABI_OPTION */ 494/* #undef HAVE_AS_MABI_OPTION */
495#endif 495#endif
496 496
497 497
498/* Define if your assembler supports mfcr field. */ 498/* Define if your assembler supports mfcr field. */
499#ifndef USED_FOR_TARGET 499#ifndef USED_FOR_TARGET
500/* #undef HAVE_AS_MFCRF */ 500/* #undef HAVE_AS_MFCRF */
501#endif 501#endif
502 502
503 503
504/* Define if your assembler supports mffgpr and mftgpr. */ 504/* Define if your assembler supports mffgpr and mftgpr. */
505#ifndef USED_FOR_TARGET 505#ifndef USED_FOR_TARGET
506/* #undef HAVE_AS_MFPGPR */ 506/* #undef HAVE_AS_MFPGPR */
507#endif 507#endif
508 508
509 509
510/* Define if the assembler understands -mnan=. */ 510/* Define if the assembler understands -mnan=. */
511#ifndef USED_FOR_TARGET 511#ifndef USED_FOR_TARGET
512/* #undef HAVE_AS_NAN */ 512#define HAVE_AS_NAN 1
513#endif 513#endif
514 514
515 515
516/* Define if your assembler supports the -no-mul-bug-abort option. */ 516/* Define if your assembler supports the -no-mul-bug-abort option. */
517#ifndef USED_FOR_TARGET 517#ifndef USED_FOR_TARGET
518/* #undef HAVE_AS_NO_MUL_BUG_ABORT_OPTION */ 518/* #undef HAVE_AS_NO_MUL_BUG_ABORT_OPTION */
519#endif 519#endif
520 520
521 521
522/* Define if the assembler understands -mno-shared. */ 522/* Define if the assembler understands -mno-shared. */
523#ifndef USED_FOR_TARGET 523#ifndef USED_FOR_TARGET
524#define HAVE_AS_NO_SHARED 1 524#define HAVE_AS_NO_SHARED 1
525#endif 525#endif
526 526
527 527
528/* Define if your assembler supports offsetable %lo(). */ 528/* Define if your assembler supports offsetable %lo(). */
529#ifndef USED_FOR_TARGET 529#ifndef USED_FOR_TARGET
530/* #undef HAVE_AS_OFFSETABLE_LO10 */ 530/* #undef HAVE_AS_OFFSETABLE_LO10 */
531#endif 531#endif
532 532
533 533
534/* Define if your assembler supports popcntb field. */ 534/* Define if your assembler supports popcntb field. */
535#ifndef USED_FOR_TARGET 535#ifndef USED_FOR_TARGET
536/* #undef HAVE_AS_POPCNTB */ 536/* #undef HAVE_AS_POPCNTB */
537#endif 537#endif
538 538
539 539
540/* Define if your assembler supports POPCNTD instructions. */ 540/* Define if your assembler supports POPCNTD instructions. */
541#ifndef USED_FOR_TARGET 541#ifndef USED_FOR_TARGET
542/* #undef HAVE_AS_POPCNTD */ 542/* #undef HAVE_AS_POPCNTD */
543#endif 543#endif
544 544
545 545
546/* Define if your assembler supports POWER8 instructions. */ 546/* Define if your assembler supports POWER8 instructions. */
547#ifndef USED_FOR_TARGET 547#ifndef USED_FOR_TARGET
548/* #undef HAVE_AS_POWER8 */ 548/* #undef HAVE_AS_POWER8 */
549#endif 549#endif
550 550
551 551
552/* Define if your assembler supports .ref */ 552/* Define if your assembler supports .ref */
553#ifndef USED_FOR_TARGET 553#ifndef USED_FOR_TARGET
554/* #undef HAVE_AS_REF */ 554/* #undef HAVE_AS_REF */
555#endif 555#endif
556 556
557 557
558/* Define if your assembler supports .register. */ 558/* Define if your assembler supports .register. */
559#ifndef USED_FOR_TARGET 559#ifndef USED_FOR_TARGET
560/* #undef HAVE_AS_REGISTER_PSEUDO_OP */ 560/* #undef HAVE_AS_REGISTER_PSEUDO_OP */
561#endif 561#endif
562 562
563 563
564/* Define if your assembler supports R_PPC_REL16 relocs. */ 564/* Define if your assembler supports R_PPC_REL16 relocs. */
565#ifndef USED_FOR_TARGET 565#ifndef USED_FOR_TARGET
566/* #undef HAVE_AS_REL16 */ 566/* #undef HAVE_AS_REL16 */
567#endif 567#endif
568 568
569 569
570/* Define if your assembler supports -relax option. */ 570/* Define if your assembler supports -relax option. */
571#ifndef USED_FOR_TARGET 571#ifndef USED_FOR_TARGET
572/* #undef HAVE_AS_RELAX_OPTION */ 572/* #undef HAVE_AS_RELAX_OPTION */
573#endif 573#endif
574 574
575 575
576/* Define if your assembler supports SPARC4 instructions. */ 576/* Define if your assembler supports SPARC4 instructions. */
577#ifndef USED_FOR_TARGET 577#ifndef USED_FOR_TARGET
578/* #undef HAVE_AS_SPARC4 */ 578/* #undef HAVE_AS_SPARC4 */
579#endif 579#endif
580 580
581 581
582/* Define if your assembler and linker support GOTDATA_OP relocs. */ 582/* Define if your assembler and linker support GOTDATA_OP relocs. */
583#ifndef USED_FOR_TARGET 583#ifndef USED_FOR_TARGET
584/* #undef HAVE_AS_SPARC_GOTDATA_OP */ 584/* #undef HAVE_AS_SPARC_GOTDATA_OP */
585#endif 585#endif
586 586
587 587
588/* Define to 1 if your assembler supports #nobits, 0 otherwise. */ 588/* Define to 1 if your assembler supports #nobits, 0 otherwise. */
589#ifndef USED_FOR_TARGET 589#ifndef USED_FOR_TARGET
590/* #undef HAVE_AS_SPARC_NOBITS */ 590/* #undef HAVE_AS_SPARC_NOBITS */
591#endif 591#endif
592 592
593 593
594/* Define if your assembler and linker support unaligned PC relative relocs. 594/* Define if your assembler and linker support unaligned PC relative relocs.
595 */ 595 */
596#ifndef USED_FOR_TARGET 596#ifndef USED_FOR_TARGET
597/* #undef HAVE_AS_SPARC_UA_PCREL */ 597/* #undef HAVE_AS_SPARC_UA_PCREL */
598#endif 598#endif
599 599
600 600
601/* Define if your assembler and linker support unaligned PC relative relocs 601/* Define if your assembler and linker support unaligned PC relative relocs
602 against hidden symbols. */ 602 against hidden symbols. */
603#ifndef USED_FOR_TARGET 603#ifndef USED_FOR_TARGET
604/* #undef HAVE_AS_SPARC_UA_PCREL_HIDDEN */ 604/* #undef HAVE_AS_SPARC_UA_PCREL_HIDDEN */
605#endif 605#endif
606 606
607 607
608/* Define if your assembler supports .stabs. */ 608/* Define if your assembler supports .stabs. */
609#ifndef USED_FOR_TARGET 609#ifndef USED_FOR_TARGET
610#define HAVE_AS_STABS_DIRECTIVE 1 610#define HAVE_AS_STABS_DIRECTIVE 1
611#endif 611#endif
612 612
613 613
614/* Define if your assembler and linker support thread-local storage. */ 614/* Define if your assembler and linker support thread-local storage. */
615#ifndef USED_FOR_TARGET 615#ifndef USED_FOR_TARGET
616#define HAVE_AS_TLS 1 616#define HAVE_AS_TLS 1
617#endif 617#endif
618 618
619 619
620/* Define if your assembler supports arg info for __tls_get_addr. */ 620/* Define if your assembler supports arg info for __tls_get_addr. */
621#ifndef USED_FOR_TARGET 621#ifndef USED_FOR_TARGET
622/* #undef HAVE_AS_TLS_MARKERS */ 622/* #undef HAVE_AS_TLS_MARKERS */
623#endif 623#endif
624 624
625 625
626/* Define if your assembler supports VSX instructions. */ 626/* Define if your assembler supports VSX instructions. */
627#ifndef USED_FOR_TARGET 627#ifndef USED_FOR_TARGET
628/* #undef HAVE_AS_VSX */ 628/* #undef HAVE_AS_VSX */
629#endif 629#endif
630 630
631 631
632/* Define to 1 if you have the `atoll' function. */ 632/* Define to 1 if you have the `atoll' function. */
633#ifndef USED_FOR_TARGET 633#ifndef USED_FOR_TARGET
634#define HAVE_ATOLL 1 634#define HAVE_ATOLL 1
635#endif 635#endif
636 636
637 637
638/* Define to 1 if you have the `atoq' function. */ 638/* Define to 1 if you have the `atoq' function. */
639#ifndef USED_FOR_TARGET 639#ifndef USED_FOR_TARGET
640/* #undef HAVE_ATOQ */ 640/* #undef HAVE_ATOQ */
641#endif 641#endif
642 642
643 643
644/* Define to 1 if you have the `clearerr_unlocked' function. */ 644/* Define to 1 if you have the `clearerr_unlocked' function. */
645#ifndef USED_FOR_TARGET 645#ifndef USED_FOR_TARGET
646/* #undef HAVE_CLEARERR_UNLOCKED */ 646/* #undef HAVE_CLEARERR_UNLOCKED */
647#endif 647#endif
648 648
649 649
650/* Define to 1 if you have the `clock' function. */ 650/* Define to 1 if you have the `clock' function. */
651#ifndef USED_FOR_TARGET 651#ifndef USED_FOR_TARGET
652#define HAVE_CLOCK 1 652#define HAVE_CLOCK 1
653#endif 653#endif
654 654
655 655
656/* Define if <time.h> defines clock_t. */ 656/* Define if <time.h> defines clock_t. */
657#ifndef USED_FOR_TARGET 657#ifndef USED_FOR_TARGET
658#define HAVE_CLOCK_T 1 658#define HAVE_CLOCK_T 1
659#endif 659#endif
660 660
661 661
662/* Define 0/1 if your assembler and linker support COMDAT groups. */ 662/* Define 0/1 if your assembler and linker support COMDAT groups. */
663#ifndef USED_FOR_TARGET 663#ifndef USED_FOR_TARGET
664#define HAVE_COMDAT_GROUP 1 664#define HAVE_COMDAT_GROUP 1
665#endif 665#endif
666 666
667 667
668/* Define to 1 if we found a declaration for 'abort', otherwise define to 0. 668/* Define to 1 if we found a declaration for 'abort', otherwise define to 0.
669 */ 669 */
670#ifndef USED_FOR_TARGET 670#ifndef USED_FOR_TARGET
671#define HAVE_DECL_ABORT 1 671#define HAVE_DECL_ABORT 1
672#endif 672#endif
673 673
674 674
675/* Define to 1 if we found a declaration for 'asprintf', otherwise define to 675/* Define to 1 if we found a declaration for 'asprintf', otherwise define to
676 0. */ 676 0. */
677#ifndef USED_FOR_TARGET 677#ifndef USED_FOR_TARGET
678#define HAVE_DECL_ASPRINTF 1 678#define HAVE_DECL_ASPRINTF 1
679#endif 679#endif
680 680
681 681
682/* Define to 1 if we found a declaration for 'atof', otherwise define to 0. */ 682/* Define to 1 if we found a declaration for 'atof', otherwise define to 0. */
683#ifndef USED_FOR_TARGET 683#ifndef USED_FOR_TARGET
684#define HAVE_DECL_ATOF 1 684#define HAVE_DECL_ATOF 1
685#endif 685#endif
686 686
687 687
688/* Define to 1 if we found a declaration for 'atol', otherwise define to 0. */ 688/* Define to 1 if we found a declaration for 'atol', otherwise define to 0. */
689#ifndef USED_FOR_TARGET 689#ifndef USED_FOR_TARGET
690#define HAVE_DECL_ATOL 1 690#define HAVE_DECL_ATOL 1
691#endif 691#endif
692 692
693 693
694/* Define to 1 if we found a declaration for 'basename', otherwise define to 694/* Define to 1 if we found a declaration for 'basename', otherwise define to
695 0. */ 695 0. */
696#ifndef USED_FOR_TARGET 696#ifndef USED_FOR_TARGET
697#define HAVE_DECL_BASENAME 0 697#define HAVE_DECL_BASENAME 0
698#endif 698#endif
699 699
700 700
701/* Define to 1 if we found a declaration for 'calloc', otherwise define to 0. 701/* Define to 1 if we found a declaration for 'calloc', otherwise define to 0.
702 */ 702 */
703#ifndef USED_FOR_TARGET 703#ifndef USED_FOR_TARGET
704#define HAVE_DECL_CALLOC 1 704#define HAVE_DECL_CALLOC 1
705#endif 705#endif
706 706
707 707
708/* Define to 1 if we found a declaration for 'clearerr_unlocked', otherwise 708/* Define to 1 if we found a declaration for 'clearerr_unlocked', otherwise
709 define to 0. */ 709 define to 0. */
710#ifndef USED_FOR_TARGET 710#ifndef USED_FOR_TARGET
711#define HAVE_DECL_CLEARERR_UNLOCKED 0 711#define HAVE_DECL_CLEARERR_UNLOCKED 0
712#endif 712#endif
713 713
714 714
715/* Define to 1 if we found a declaration for 'clock', otherwise define to 0. 715/* Define to 1 if we found a declaration for 'clock', otherwise define to 0.
716 */ 716 */
717#ifndef USED_FOR_TARGET 717#ifndef USED_FOR_TARGET
718#define HAVE_DECL_CLOCK 1 718#define HAVE_DECL_CLOCK 1
719#endif 719#endif
720 720
721 721
722/* Define to 1 if we found a declaration for 'errno', otherwise define to 0. 722/* Define to 1 if we found a declaration for 'errno', otherwise define to 0.
723 */ 723 */
724#ifndef USED_FOR_TARGET 724#ifndef USED_FOR_TARGET
725#define HAVE_DECL_ERRNO 1 725#define HAVE_DECL_ERRNO 1
726#endif 726#endif
727 727
728 728
729/* Define to 1 if we found a declaration for 'feof_unlocked', otherwise define 729/* Define to 1 if we found a declaration for 'feof_unlocked', otherwise define
730 to 0. */ 730 to 0. */
731#ifndef USED_FOR_TARGET 731#ifndef USED_FOR_TARGET
732#define HAVE_DECL_FEOF_UNLOCKED 0 732#define HAVE_DECL_FEOF_UNLOCKED 0
733#endif 733#endif
734 734
735 735
736/* Define to 1 if we found a declaration for 'ferror_unlocked', otherwise 736/* Define to 1 if we found a declaration for 'ferror_unlocked', otherwise
737 define to 0. */ 737 define to 0. */
738#ifndef USED_FOR_TARGET 738#ifndef USED_FOR_TARGET
739#define HAVE_DECL_FERROR_UNLOCKED 0 739#define HAVE_DECL_FERROR_UNLOCKED 0
740#endif 740#endif
741 741
742 742
743/* Define to 1 if we found a declaration for 'fflush_unlocked', otherwise 743/* Define to 1 if we found a declaration for 'fflush_unlocked', otherwise
744 define to 0. */ 744 define to 0. */
745#ifndef USED_FOR_TARGET 745#ifndef USED_FOR_TARGET
746#define HAVE_DECL_FFLUSH_UNLOCKED 0 746#define HAVE_DECL_FFLUSH_UNLOCKED 0
747#endif 747#endif
748 748
749 749
750/* Define to 1 if we found a declaration for 'ffs', otherwise define to 0. */ 750/* Define to 1 if we found a declaration for 'ffs', otherwise define to 0. */
751#ifndef USED_FOR_TARGET 751#ifndef USED_FOR_TARGET
752#define HAVE_DECL_FFS 1 752#define HAVE_DECL_FFS 1
753#endif 753#endif
754 754
755 755
756/* Define to 1 if we found a declaration for 'fgetc_unlocked', otherwise 756/* Define to 1 if we found a declaration for 'fgetc_unlocked', otherwise
757 define to 0. */ 757 define to 0. */
758#ifndef USED_FOR_TARGET 758#ifndef USED_FOR_TARGET
759#define HAVE_DECL_FGETC_UNLOCKED 0 759#define HAVE_DECL_FGETC_UNLOCKED 0
760#endif 760#endif
761 761
762 762
763/* Define to 1 if we found a declaration for 'fgets_unlocked', otherwise 763/* Define to 1 if we found a declaration for 'fgets_unlocked', otherwise
764 define to 0. */ 764 define to 0. */
765#ifndef USED_FOR_TARGET 765#ifndef USED_FOR_TARGET
766#define HAVE_DECL_FGETS_UNLOCKED 0 766#define HAVE_DECL_FGETS_UNLOCKED 0
767#endif 767#endif
768 768
769 769
770/* Define to 1 if we found a declaration for 'fileno_unlocked', otherwise 770/* Define to 1 if we found a declaration for 'fileno_unlocked', otherwise
771 define to 0. */ 771 define to 0. */
772#ifndef USED_FOR_TARGET 772#ifndef USED_FOR_TARGET
773#define HAVE_DECL_FILENO_UNLOCKED 0 773#define HAVE_DECL_FILENO_UNLOCKED 0
774#endif 774#endif
775 775
776 776
777/* Define to 1 if we found a declaration for 'fprintf_unlocked', otherwise 777/* Define to 1 if we found a declaration for 'fprintf_unlocked', otherwise
778 define to 0. */ 778 define to 0. */
779#ifndef USED_FOR_TARGET 779#ifndef USED_FOR_TARGET
780#define HAVE_DECL_FPRINTF_UNLOCKED 0 780#define HAVE_DECL_FPRINTF_UNLOCKED 0
781#endif 781#endif
782 782
783 783
784/* Define to 1 if we found a declaration for 'fputc_unlocked', otherwise 784/* Define to 1 if we found a declaration for 'fputc_unlocked', otherwise
785 define to 0. */ 785 define to 0. */
786#ifndef USED_FOR_TARGET 786#ifndef USED_FOR_TARGET
787#define HAVE_DECL_FPUTC_UNLOCKED 0 787#define HAVE_DECL_FPUTC_UNLOCKED 0
788#endif 788#endif
789 789
790 790
791/* Define to 1 if we found a declaration for 'fputs_unlocked', otherwise 791/* Define to 1 if we found a declaration for 'fputs_unlocked', otherwise
792 define to 0. */ 792 define to 0. */
793#ifndef USED_FOR_TARGET 793#ifndef USED_FOR_TARGET
794#define HAVE_DECL_FPUTS_UNLOCKED 0 794#define HAVE_DECL_FPUTS_UNLOCKED 0
795#endif 795#endif
796 796
797 797
798/* Define to 1 if we found a declaration for 'fread_unlocked', otherwise 798/* Define to 1 if we found a declaration for 'fread_unlocked', otherwise
799 define to 0. */ 799 define to 0. */
800#ifndef USED_FOR_TARGET 800#ifndef USED_FOR_TARGET
801#define HAVE_DECL_FREAD_UNLOCKED 0 801#define HAVE_DECL_FREAD_UNLOCKED 0
802#endif 802#endif
803 803
804 804
805/* Define to 1 if we found a declaration for 'free', otherwise define to 0. */ 805/* Define to 1 if we found a declaration for 'free', otherwise define to 0. */
806#ifndef USED_FOR_TARGET 806#ifndef USED_FOR_TARGET
807#define HAVE_DECL_FREE 1 807#define HAVE_DECL_FREE 1
808#endif 808#endif
809 809
810 810
811/* Define to 1 if we found a declaration for 'fwrite_unlocked', otherwise 811/* Define to 1 if we found a declaration for 'fwrite_unlocked', otherwise
812 define to 0. */ 812 define to 0. */
813#ifndef USED_FOR_TARGET 813#ifndef USED_FOR_TARGET
814#define HAVE_DECL_FWRITE_UNLOCKED 0 814#define HAVE_DECL_FWRITE_UNLOCKED 0
815#endif 815#endif
816 816
817 817
818/* Define to 1 if we found a declaration for 'getchar_unlocked', otherwise 818/* Define to 1 if we found a declaration for 'getchar_unlocked', otherwise
819 define to 0. */ 819 define to 0. */
820#ifndef USED_FOR_TARGET 820#ifndef USED_FOR_TARGET
821#define HAVE_DECL_GETCHAR_UNLOCKED 1 821#define HAVE_DECL_GETCHAR_UNLOCKED 1
822#endif 822#endif
823 823
824 824
825/* Define to 1 if we found a declaration for 'getcwd', otherwise define to 0. 825/* Define to 1 if we found a declaration for 'getcwd', otherwise define to 0.
826 */ 826 */
827#ifndef USED_FOR_TARGET 827#ifndef USED_FOR_TARGET
828#define HAVE_DECL_GETCWD 1 828#define HAVE_DECL_GETCWD 1
829#endif 829#endif
830 830
831 831
832/* Define to 1 if we found a declaration for 'getc_unlocked', otherwise define 832/* Define to 1 if we found a declaration for 'getc_unlocked', otherwise define
833 to 0. */ 833 to 0. */
834#ifndef USED_FOR_TARGET 834#ifndef USED_FOR_TARGET
835#define HAVE_DECL_GETC_UNLOCKED 1 835#define HAVE_DECL_GETC_UNLOCKED 1
836#endif 836#endif
837 837
838 838
839/* Define to 1 if we found a declaration for 'getenv', otherwise define to 0. 839/* Define to 1 if we found a declaration for 'getenv', otherwise define to 0.
840 */ 840 */
841#ifndef USED_FOR_TARGET 841#ifndef USED_FOR_TARGET
842#define HAVE_DECL_GETENV 1 842#define HAVE_DECL_GETENV 1
843#endif 843#endif
844 844
845 845
846/* Define to 1 if we found a declaration for 'getopt', otherwise define to 0. 846/* Define to 1 if we found a declaration for 'getopt', otherwise define to 0.
847 */ 847 */
848#ifndef USED_FOR_TARGET 848#ifndef USED_FOR_TARGET
849#define HAVE_DECL_GETOPT 1 849#define HAVE_DECL_GETOPT 1
850#endif 850#endif
851 851
852 852
853/* Define to 1 if we found a declaration for 'getpagesize', otherwise define 853/* Define to 1 if we found a declaration for 'getpagesize', otherwise define
854 to 0. */ 854 to 0. */
855#ifndef USED_FOR_TARGET 855#ifndef USED_FOR_TARGET
856#define HAVE_DECL_GETPAGESIZE 1 856#define HAVE_DECL_GETPAGESIZE 1
857#endif 857#endif
858 858
859 859
860/* Define to 1 if we found a declaration for 'getrlimit', otherwise define to 860/* Define to 1 if we found a declaration for 'getrlimit', otherwise define to
861 0. */ 861 0. */
862#ifndef USED_FOR_TARGET 862#ifndef USED_FOR_TARGET
863#define HAVE_DECL_GETRLIMIT 1 863#define HAVE_DECL_GETRLIMIT 1
864#endif 864#endif
865 865
866 866
867/* Define to 1 if we found a declaration for 'getrusage', otherwise define to 867/* Define to 1 if we found a declaration for 'getrusage', otherwise define to
868 0. */ 868 0. */
869#ifndef USED_FOR_TARGET 869#ifndef USED_FOR_TARGET
870#define HAVE_DECL_GETRUSAGE 1 870#define HAVE_DECL_GETRUSAGE 1
871#endif 871#endif
872 872
873 873
874/* Define to 1 if we found a declaration for 'getwd', otherwise define to 0. 874/* Define to 1 if we found a declaration for 'getwd', otherwise define to 0.
875 */ 875 */
876#ifndef USED_FOR_TARGET 876#ifndef USED_FOR_TARGET
877#define HAVE_DECL_GETWD 1 877#define HAVE_DECL_GETWD 1
878#endif 878#endif
879 879
880 880
881/* Define to 1 if we found a declaration for 'ldgetname', otherwise define to 881/* Define to 1 if we found a declaration for 'ldgetname', otherwise define to
882 0. */ 882 0. */
883#ifndef USED_FOR_TARGET 883#ifndef USED_FOR_TARGET
884#define HAVE_DECL_LDGETNAME 0 884#define HAVE_DECL_LDGETNAME 0
885#endif 885#endif
886 886
887 887
888/* Define to 1 if we found a declaration for 'madvise', otherwise define to 0. 888/* Define to 1 if we found a declaration for 'madvise', otherwise define to 0.
889 */ 889 */
890#ifndef USED_FOR_TARGET 890#ifndef USED_FOR_TARGET
891#define HAVE_DECL_MADVISE 1 891#define HAVE_DECL_MADVISE 1
892#endif 892#endif
893 893
894 894
895/* Define to 1 if we found a declaration for 'malloc', otherwise define to 0. 895/* Define to 1 if we found a declaration for 'malloc', otherwise define to 0.
896 */ 896 */
897#ifndef USED_FOR_TARGET 897#ifndef USED_FOR_TARGET
898#define HAVE_DECL_MALLOC 1 898#define HAVE_DECL_MALLOC 1
899#endif 899#endif
900 900
901 901
902/* Define to 1 if we found a declaration for 'putchar_unlocked', otherwise 902/* Define to 1 if we found a declaration for 'putchar_unlocked', otherwise
903 define to 0. */ 903 define to 0. */
904#ifndef USED_FOR_TARGET 904#ifndef USED_FOR_TARGET
905#define HAVE_DECL_PUTCHAR_UNLOCKED 1 905#define HAVE_DECL_PUTCHAR_UNLOCKED 1
906#endif 906#endif
907 907
908 908
909/* Define to 1 if we found a declaration for 'putc_unlocked', otherwise define 909/* Define to 1 if we found a declaration for 'putc_unlocked', otherwise define
910 to 0. */ 910 to 0. */
911#ifndef USED_FOR_TARGET 911#ifndef USED_FOR_TARGET
912#define HAVE_DECL_PUTC_UNLOCKED 1 912#define HAVE_DECL_PUTC_UNLOCKED 1
913#endif 913#endif
914 914
915 915
916/* Define to 1 if we found a declaration for 'realloc', otherwise define to 0. 916/* Define to 1 if we found a declaration for 'realloc', otherwise define to 0.
917 */ 917 */
918#ifndef USED_FOR_TARGET 918#ifndef USED_FOR_TARGET
919#define HAVE_DECL_REALLOC 1 919#define HAVE_DECL_REALLOC 1
920#endif 920#endif
921 921
922 922
923/* Define to 1 if we found a declaration for 'sbrk', otherwise define to 0. */ 923/* Define to 1 if we found a declaration for 'sbrk', otherwise define to 0. */
924#ifndef USED_FOR_TARGET 924#ifndef USED_FOR_TARGET
925#define HAVE_DECL_SBRK 1 925#define HAVE_DECL_SBRK 1
926#endif 926#endif
927 927
928 928
929/* Define to 1 if we found a declaration for 'setrlimit', otherwise define to 929/* Define to 1 if we found a declaration for 'setrlimit', otherwise define to
930 0. */ 930 0. */
931#ifndef USED_FOR_TARGET 931#ifndef USED_FOR_TARGET
932#define HAVE_DECL_SETRLIMIT 1 932#define HAVE_DECL_SETRLIMIT 1
933#endif 933#endif
934 934
935 935
936/* Define to 1 if we found a declaration for 'sigaltstack', otherwise define 936/* Define to 1 if we found a declaration for 'sigaltstack', otherwise define
937 to 0. */ 937 to 0. */
938#ifndef USED_FOR_TARGET 938#ifndef USED_FOR_TARGET
939#define HAVE_DECL_SIGALTSTACK 1 939#define HAVE_DECL_SIGALTSTACK 1
940#endif 940#endif
941 941
942 942
943/* Define to 1 if we found a declaration for 'snprintf', otherwise define to 943/* Define to 1 if we found a declaration for 'snprintf', otherwise define to
944 0. */ 944 0. */
945#ifndef USED_FOR_TARGET 945#ifndef USED_FOR_TARGET
946#define HAVE_DECL_SNPRINTF 1 946#define HAVE_DECL_SNPRINTF 1
947#endif 947#endif
948 948
949 949
950/* Define to 1 if we found a declaration for 'stpcpy', otherwise define to 0. 950/* Define to 1 if we found a declaration for 'stpcpy', otherwise define to 0.
951 */ 951 */
952#ifndef USED_FOR_TARGET 952#ifndef USED_FOR_TARGET
953#define HAVE_DECL_STPCPY 1 953#define HAVE_DECL_STPCPY 1
954#endif 954#endif
955 955
956 956
957/* Define to 1 if we found a declaration for 'strnlen', otherwise define to 0. 957/* Define to 1 if we found a declaration for 'strnlen', otherwise define to 0.
958 */ 958 */
959#ifndef USED_FOR_TARGET 959#ifndef USED_FOR_TARGET
960#define HAVE_DECL_STRNLEN 1 960#define HAVE_DECL_STRNLEN 1
961#endif 961#endif
962 962
963 963
964/* Define to 1 if we found a declaration for 'strsignal', otherwise define to 964/* Define to 1 if we found a declaration for 'strsignal', otherwise define to
965 0. */ 965 0. */
966#ifndef USED_FOR_TARGET 966#ifndef USED_FOR_TARGET
967#define HAVE_DECL_STRSIGNAL 1 967#define HAVE_DECL_STRSIGNAL 1
968#endif 968#endif
969 969
970 970
971/* Define to 1 if we found a declaration for 'strstr', otherwise define to 0. 971/* Define to 1 if we found a declaration for 'strstr', otherwise define to 0.
972 */ 972 */
973#ifndef USED_FOR_TARGET 973#ifndef USED_FOR_TARGET
974#define HAVE_DECL_STRSTR 1 974#define HAVE_DECL_STRSTR 1
975#endif 975#endif
976 976
977 977
978/* Define to 1 if we found a declaration for 'strtol', otherwise define to 0. 978/* Define to 1 if we found a declaration for 'strtol', otherwise define to 0.
979 */ 979 */
980#ifndef USED_FOR_TARGET 980#ifndef USED_FOR_TARGET
981#define HAVE_DECL_STRTOL 1 981#define HAVE_DECL_STRTOL 1
982#endif 982#endif
983 983
984 984
985/* Define to 1 if we found a declaration for 'strtoll', otherwise define to 0. 985/* Define to 1 if we found a declaration for 'strtoll', otherwise define to 0.
986 */ 986 */
987#ifndef USED_FOR_TARGET 987#ifndef USED_FOR_TARGET
988#define HAVE_DECL_STRTOLL 1 988#define HAVE_DECL_STRTOLL 1
989#endif 989#endif
990 990
991 991
992/* Define to 1 if we found a declaration for 'strtoul', otherwise define to 0. 992/* Define to 1 if we found a declaration for 'strtoul', otherwise define to 0.
993 */ 993 */
994#ifndef USED_FOR_TARGET 994#ifndef USED_FOR_TARGET
995#define HAVE_DECL_STRTOUL 1 995#define HAVE_DECL_STRTOUL 1
996#endif 996#endif
997 997
998 998
999/* Define to 1 if we found a declaration for 'strtoull', otherwise define to 999/* Define to 1 if we found a declaration for 'strtoull', otherwise define to
1000 0. */ 1000 0. */
1001#ifndef USED_FOR_TARGET 1001#ifndef USED_FOR_TARGET
1002#define HAVE_DECL_STRTOULL 1 1002#define HAVE_DECL_STRTOULL 1
1003#endif 1003#endif
1004 1004
1005 1005
1006/* Define to 1 if we found a declaration for 'strverscmp', otherwise define to 1006/* Define to 1 if we found a declaration for 'strverscmp', otherwise define to
1007 0. */ 1007 0. */
1008#ifndef USED_FOR_TARGET 1008#ifndef USED_FOR_TARGET
1009#define HAVE_DECL_STRVERSCMP 0 1009#define HAVE_DECL_STRVERSCMP 0
1010#endif 1010#endif
1011 1011
1012 1012
1013/* Define to 1 if we found a declaration for 'times', otherwise define to 0. 1013/* Define to 1 if we found a declaration for 'times', otherwise define to 0.
1014 */ 1014 */
1015#ifndef USED_FOR_TARGET 1015#ifndef USED_FOR_TARGET
1016#define HAVE_DECL_TIMES 1 1016#define HAVE_DECL_TIMES 1
1017#endif 1017#endif
1018 1018
1019 1019
1020/* Define to 1 if we found a declaration for 'vasprintf', otherwise define to 1020/* Define to 1 if we found a declaration for 'vasprintf', otherwise define to
1021 0. */ 1021 0. */
1022#ifndef USED_FOR_TARGET 1022#ifndef USED_FOR_TARGET
1023#define HAVE_DECL_VASPRINTF 1 1023#define HAVE_DECL_VASPRINTF 1
1024#endif 1024#endif
1025 1025
1026 1026
1027/* Define to 1 if we found a declaration for 'vsnprintf', otherwise define to 1027/* Define to 1 if we found a declaration for 'vsnprintf', otherwise define to
1028 0. */ 1028 0. */
1029#ifndef USED_FOR_TARGET 1029#ifndef USED_FOR_TARGET
1030#define HAVE_DECL_VSNPRINTF 1 1030#define HAVE_DECL_VSNPRINTF 1
1031#endif 1031#endif
1032 1032
1033 1033
1034/* Define to 1 if you have the <direct.h> header file. */ 1034/* Define to 1 if you have the <direct.h> header file. */
1035#ifndef USED_FOR_TARGET 1035#ifndef USED_FOR_TARGET
1036/* #undef HAVE_DIRECT_H */ 1036/* #undef HAVE_DIRECT_H */
1037#endif 1037#endif
1038 1038
1039 1039
1040/* Define to 1 if you have the <dlfcn.h> header file. */ 1040/* Define to 1 if you have the <dlfcn.h> header file. */
1041#ifndef USED_FOR_TARGET 1041#ifndef USED_FOR_TARGET
1042#define HAVE_DLFCN_H 1 1042#define HAVE_DLFCN_H 1
1043#endif 1043#endif
1044 1044
1045 1045
1046/* Define to 1 if you have the <ext/hash_map> header file. */ 1046/* Define to 1 if you have the <ext/hash_map> header file. */
1047#ifndef USED_FOR_TARGET 1047#ifndef USED_FOR_TARGET
1048#define HAVE_EXT_HASH_MAP 1 1048#define HAVE_EXT_HASH_MAP 1
1049#endif 1049#endif
1050 1050
1051 1051
1052/* Define to 1 if you have the <fcntl.h> header file. */ 1052/* Define to 1 if you have the <fcntl.h> header file. */
1053#ifndef USED_FOR_TARGET 1053#ifndef USED_FOR_TARGET
1054#define HAVE_FCNTL_H 1 1054#define HAVE_FCNTL_H 1
1055#endif 1055#endif
1056 1056
1057 1057
1058/* Define to 1 if you have the `feof_unlocked' function. */ 1058/* Define to 1 if you have the `feof_unlocked' function. */
1059#ifndef USED_FOR_TARGET 1059#ifndef USED_FOR_TARGET
1060/* #undef HAVE_FEOF_UNLOCKED */ 1060/* #undef HAVE_FEOF_UNLOCKED */
1061#endif 1061#endif
1062 1062
1063 1063
1064/* Define to 1 if you have the `ferror_unlocked' function. */ 1064/* Define to 1 if you have the `ferror_unlocked' function. */
1065#ifndef USED_FOR_TARGET 1065#ifndef USED_FOR_TARGET
1066/* #undef HAVE_FERROR_UNLOCKED */ 1066/* #undef HAVE_FERROR_UNLOCKED */
1067#endif 1067#endif
1068 1068
1069 1069
1070/* Define to 1 if you have the `fflush_unlocked' function. */ 1070/* Define to 1 if you have the `fflush_unlocked' function. */
1071#ifndef USED_FOR_TARGET 1071#ifndef USED_FOR_TARGET
1072/* #undef HAVE_FFLUSH_UNLOCKED */ 1072/* #undef HAVE_FFLUSH_UNLOCKED */
1073#endif 1073#endif
1074 1074
1075 1075
1076/* Define to 1 if you have the `fgetc_unlocked' function. */ 1076/* Define to 1 if you have the `fgetc_unlocked' function. */
1077#ifndef USED_FOR_TARGET 1077#ifndef USED_FOR_TARGET
1078/* #undef HAVE_FGETC_UNLOCKED */ 1078/* #undef HAVE_FGETC_UNLOCKED */
1079#endif 1079#endif
1080 1080
1081 1081
1082/* Define to 1 if you have the `fgets_unlocked' function. */ 1082/* Define to 1 if you have the `fgets_unlocked' function. */
1083#ifndef USED_FOR_TARGET 1083#ifndef USED_FOR_TARGET
1084/* #undef HAVE_FGETS_UNLOCKED */ 1084/* #undef HAVE_FGETS_UNLOCKED */
1085#endif 1085#endif
1086 1086
1087 1087
1088/* Define to 1 if you have the `fileno_unlocked' function. */ 1088/* Define to 1 if you have the `fileno_unlocked' function. */
1089#ifndef USED_FOR_TARGET 1089#ifndef USED_FOR_TARGET
1090/* #undef HAVE_FILENO_UNLOCKED */ 1090/* #undef HAVE_FILENO_UNLOCKED */
1091#endif 1091#endif
1092 1092
1093 1093
1094/* Define to 1 if you have the `fork' function. */ 1094/* Define to 1 if you have the `fork' function. */
1095#ifndef USED_FOR_TARGET 1095#ifndef USED_FOR_TARGET
1096#define HAVE_FORK 1 1096#define HAVE_FORK 1
1097#endif 1097#endif
1098 1098
1099 1099
1100/* Define to 1 if you have the `fprintf_unlocked' function. */ 1100/* Define to 1 if you have the `fprintf_unlocked' function. */
1101#ifndef USED_FOR_TARGET 1101#ifndef USED_FOR_TARGET
1102/* #undef HAVE_FPRINTF_UNLOCKED */ 1102/* #undef HAVE_FPRINTF_UNLOCKED */
1103#endif 1103#endif
1104 1104
1105 1105
1106/* Define to 1 if you have the `fputc_unlocked' function. */ 1106/* Define to 1 if you have the `fputc_unlocked' function. */
1107#ifndef USED_FOR_TARGET 1107#ifndef USED_FOR_TARGET
1108/* #undef HAVE_FPUTC_UNLOCKED */ 1108/* #undef HAVE_FPUTC_UNLOCKED */
1109#endif 1109#endif
1110 1110
1111 1111
1112/* Define to 1 if you have the `fputs_unlocked' function. */ 1112/* Define to 1 if you have the `fputs_unlocked' function. */
1113#ifndef USED_FOR_TARGET 1113#ifndef USED_FOR_TARGET
1114/* #undef HAVE_FPUTS_UNLOCKED */ 1114/* #undef HAVE_FPUTS_UNLOCKED */
1115#endif 1115#endif
1116 1116
1117 1117
1118/* Define to 1 if you have the `fread_unlocked' function. */ 1118/* Define to 1 if you have the `fread_unlocked' function. */
1119#ifndef USED_FOR_TARGET 1119#ifndef USED_FOR_TARGET
1120/* #undef HAVE_FREAD_UNLOCKED */ 1120/* #undef HAVE_FREAD_UNLOCKED */
1121#endif 1121#endif
1122 1122
1123 1123
1124/* Define to 1 if you have the <ftw.h> header file. */ 1124/* Define to 1 if you have the <ftw.h> header file. */
1125#ifndef USED_FOR_TARGET 1125#ifndef USED_FOR_TARGET
1126#define HAVE_FTW_H 1 1126#define HAVE_FTW_H 1
1127#endif 1127#endif
1128 1128
1129 1129
1130/* Define to 1 if you have the `fwrite_unlocked' function. */ 1130/* Define to 1 if you have the `fwrite_unlocked' function. */
1131#ifndef USED_FOR_TARGET 1131#ifndef USED_FOR_TARGET
1132/* #undef HAVE_FWRITE_UNLOCKED */ 1132/* #undef HAVE_FWRITE_UNLOCKED */
1133#endif 1133#endif
1134 1134
1135 1135
1136/* Define if your assembler supports specifying the alignment of objects 1136/* Define if your assembler supports specifying the alignment of objects
1137 allocated using the GAS .comm command. */ 1137 allocated using the GAS .comm command. */
1138#ifndef USED_FOR_TARGET 1138#ifndef USED_FOR_TARGET
1139/* #undef HAVE_GAS_ALIGNED_COMM */ 1139/* #undef HAVE_GAS_ALIGNED_COMM */
1140#endif 1140#endif
1141 1141
1142 1142
1143/* Define if your assembler supports .balign and .p2align. */ 1143/* Define if your assembler supports .balign and .p2align. */
1144#ifndef USED_FOR_TARGET 1144#ifndef USED_FOR_TARGET
1145#define HAVE_GAS_BALIGN_AND_P2ALIGN 1 1145#define HAVE_GAS_BALIGN_AND_P2ALIGN 1
1146#endif 1146#endif
1147 1147
1148 1148
1149/* Define 0/1 if your assembler supports CFI directives. */ 1149/* Define 0/1 if your assembler supports CFI directives. */
1150#define HAVE_GAS_CFI_DIRECTIVE 1 1150#define HAVE_GAS_CFI_DIRECTIVE 1
1151 1151
1152/* Define 0/1 if your assembler supports .cfi_personality. */ 1152/* Define 0/1 if your assembler supports .cfi_personality. */
1153#define HAVE_GAS_CFI_PERSONALITY_DIRECTIVE 1 1153#define HAVE_GAS_CFI_PERSONALITY_DIRECTIVE 1
1154 1154
1155/* Define 0/1 if your assembler supports .cfi_sections. */ 1155/* Define 0/1 if your assembler supports .cfi_sections. */
1156#define HAVE_GAS_CFI_SECTIONS_DIRECTIVE 1 1156#define HAVE_GAS_CFI_SECTIONS_DIRECTIVE 1
1157 1157
1158/* Define if your assembler supports the .loc discriminator sub-directive. */ 1158/* Define if your assembler supports the .loc discriminator sub-directive. */
1159#ifndef USED_FOR_TARGET 1159#ifndef USED_FOR_TARGET
1160#define HAVE_GAS_DISCRIMINATOR 1 1160#define HAVE_GAS_DISCRIMINATOR 1
1161#endif 1161#endif
1162 1162
1163 1163
1164/* Define if your assembler supports @gnu_unique_object. */ 1164/* Define if your assembler supports @gnu_unique_object. */
1165#ifndef USED_FOR_TARGET 1165#ifndef USED_FOR_TARGET
1166/* #undef HAVE_GAS_GNU_UNIQUE_OBJECT */ 1166/* #undef HAVE_GAS_GNU_UNIQUE_OBJECT */
1167#endif 1167#endif
1168 1168
1169 1169
1170/* Define if your assembler and linker support .hidden. */ 1170/* Define if your assembler and linker support .hidden. */
1171#define HAVE_GAS_HIDDEN 1 1171#define HAVE_GAS_HIDDEN 1
1172 1172
1173/* Define if your assembler supports .lcomm with an alignment field. */ 1173/* Define if your assembler supports .lcomm with an alignment field. */
1174#ifndef USED_FOR_TARGET 1174#ifndef USED_FOR_TARGET
1175/* #undef HAVE_GAS_LCOMM_WITH_ALIGNMENT */ 1175/* #undef HAVE_GAS_LCOMM_WITH_ALIGNMENT */
1176#endif 1176#endif
1177 1177
1178 1178
1179/* Define if your assembler supports .literal16. */ 1179/* Define if your assembler supports .literal16. */
1180#ifndef USED_FOR_TARGET 1180#ifndef USED_FOR_TARGET
1181/* #undef HAVE_GAS_LITERAL16 */ 1181/* #undef HAVE_GAS_LITERAL16 */
1182#endif 1182#endif
1183 1183
1184 1184
1185/* Define if your assembler supports specifying the maximum number of bytes to 1185/* Define if your assembler supports specifying the maximum number of bytes to
1186 skip when using the GAS .p2align command. */ 1186 skip when using the GAS .p2align command. */
1187#ifndef USED_FOR_TARGET 1187#ifndef USED_FOR_TARGET
1188#define HAVE_GAS_MAX_SKIP_P2ALIGN 1 1188#define HAVE_GAS_MAX_SKIP_P2ALIGN 1
1189#endif 1189#endif
1190 1190
1191 1191
1192/* Define if your assembler supports the .set micromips directive */ 1192/* Define if your assembler supports the .set micromips directive */
1193#ifndef USED_FOR_TARGET 1193#ifndef USED_FOR_TARGET
1194#define HAVE_GAS_MICROMIPS 1 1194#define HAVE_GAS_MICROMIPS 1
1195#endif 1195#endif
1196 1196
1197 1197
1198/* Define if your assembler supports .nsubspa comdat option. */ 1198/* Define if your assembler supports .nsubspa comdat option. */
1199#ifndef USED_FOR_TARGET 1199#ifndef USED_FOR_TARGET
1200/* #undef HAVE_GAS_NSUBSPA_COMDAT */ 1200/* #undef HAVE_GAS_NSUBSPA_COMDAT */
1201#endif 1201#endif
1202 1202
1203 1203
1204/* Define if your assembler and linker support 32-bit section relative relocs 1204/* Define if your assembler and linker support 32-bit section relative relocs
1205 via '.secrel32 label'. */ 1205 via '.secrel32 label'. */
1206#ifndef USED_FOR_TARGET 1206#ifndef USED_FOR_TARGET
1207/* #undef HAVE_GAS_PE_SECREL32_RELOC */ 1207/* #undef HAVE_GAS_PE_SECREL32_RELOC */
1208#endif 1208#endif
1209 1209
1210 1210
1211/* Define if your assembler supports specifying the section flag e. */ 1211/* Define if your assembler supports specifying the section flag e. */
1212#ifndef USED_FOR_TARGET 1212#ifndef USED_FOR_TARGET
1213/* #undef HAVE_GAS_SECTION_EXCLUDE */ 1213/* #undef HAVE_GAS_SECTION_EXCLUDE */
1214#endif 1214#endif
1215 1215
1216 1216
1217/* Define 0/1 if your assembler supports marking sections with SHF_MERGE flag. 1217/* Define 0/1 if your assembler supports marking sections with SHF_MERGE flag.
1218 */ 1218 */
1219#ifndef USED_FOR_TARGET 1219#ifndef USED_FOR_TARGET
1220#define HAVE_GAS_SHF_MERGE 1 1220#define HAVE_GAS_SHF_MERGE 1
1221#endif 1221#endif
1222 1222
1223 1223
1224/* Define if your assembler supports .subsection and .subsection -1 starts 1224/* Define if your assembler supports .subsection and .subsection -1 starts
1225 emitting at the beginning of your section. */ 1225 emitting at the beginning of your section. */
1226#ifndef USED_FOR_TARGET 1226#ifndef USED_FOR_TARGET
1227#define HAVE_GAS_SUBSECTION_ORDERING 1 1227#define HAVE_GAS_SUBSECTION_ORDERING 1
1228#endif 1228#endif
1229 1229
1230 1230
1231/* Define if your assembler supports .weak. */ 1231/* Define if your assembler supports .weak. */
1232#ifndef USED_FOR_TARGET 1232#ifndef USED_FOR_TARGET
1233#define HAVE_GAS_WEAK 1 1233#define HAVE_GAS_WEAK 1
1234#endif 1234#endif
1235 1235
1236 1236
1237/* Define if your assembler supports .weakref. */ 1237/* Define if your assembler supports .weakref. */
1238#ifndef USED_FOR_TARGET 1238#ifndef USED_FOR_TARGET
1239#define HAVE_GAS_WEAKREF 1 1239#define HAVE_GAS_WEAKREF 1
1240#endif 1240#endif
1241 1241
1242 1242
1243/* Define to 1 if you have the `getchar_unlocked' function. */ 1243/* Define to 1 if you have the `getchar_unlocked' function. */
1244#ifndef USED_FOR_TARGET 1244#ifndef USED_FOR_TARGET
1245#define HAVE_GETCHAR_UNLOCKED 1 1245#define HAVE_GETCHAR_UNLOCKED 1
1246#endif 1246#endif
1247 1247
1248 1248
1249/* Define to 1 if you have the `getc_unlocked' function. */ 1249/* Define to 1 if you have the `getc_unlocked' function. */
1250#ifndef USED_FOR_TARGET 1250#ifndef USED_FOR_TARGET
1251#define HAVE_GETC_UNLOCKED 1 1251#define HAVE_GETC_UNLOCKED 1
1252#endif 1252#endif
1253 1253
1254 1254
1255/* Define to 1 if you have the `getrlimit' function. */ 1255/* Define to 1 if you have the `getrlimit' function. */
1256#ifndef USED_FOR_TARGET 1256#ifndef USED_FOR_TARGET
1257#define HAVE_GETRLIMIT 1 1257#define HAVE_GETRLIMIT 1
1258#endif 1258#endif
1259 1259
1260 1260
1261/* Define to 1 if you have the `getrusage' function. */ 1261/* Define to 1 if you have the `getrusage' function. */
1262#ifndef USED_FOR_TARGET 1262#ifndef USED_FOR_TARGET
1263#define HAVE_GETRUSAGE 1 1263#define HAVE_GETRUSAGE 1
1264#endif 1264#endif
1265 1265
1266 1266
1267/* Define to 1 if you have the `gettimeofday' function. */ 1267/* Define to 1 if you have the `gettimeofday' function. */
1268#ifndef USED_FOR_TARGET 1268#ifndef USED_FOR_TARGET
1269#define HAVE_GETTIMEOFDAY 1 1269#define HAVE_GETTIMEOFDAY 1
1270#endif 1270#endif
1271 1271
1272 1272
1273/* Define to 1 if using GNU as. */ 1273/* Define to 1 if using GNU as. */
1274#ifndef USED_FOR_TARGET 1274#ifndef USED_FOR_TARGET
1275#define HAVE_GNU_AS 1 1275#define HAVE_GNU_AS 1
1276#endif 1276#endif
1277 1277
1278 1278
1279/* Define if your system supports gnu indirect functions. */ 1279/* Define if your system supports gnu indirect functions. */
1280#ifndef USED_FOR_TARGET 1280#ifndef USED_FOR_TARGET
1281#define HAVE_GNU_INDIRECT_FUNCTION 0 1281#define HAVE_GNU_INDIRECT_FUNCTION 0
1282#endif 1282#endif
1283 1283
1284 1284
1285/* Define to 1 if using GNU ld. */ 1285/* Define to 1 if using GNU ld. */
1286#ifndef USED_FOR_TARGET 1286#ifndef USED_FOR_TARGET
1287#define HAVE_GNU_LD 1 1287#define HAVE_GNU_LD 1
1288#endif 1288#endif
1289 1289
1290 1290
1291/* Define if you have the iconv() function. */ 1291/* Define if you have the iconv() function. */
1292#ifndef USED_FOR_TARGET 1292#ifndef USED_FOR_TARGET
1293#define HAVE_ICONV 1 1293#define HAVE_ICONV 1
1294#endif 1294#endif
1295 1295
1296 1296
1297/* Define to 1 if you have the <iconv.h> header file. */ 1297/* Define to 1 if you have the <iconv.h> header file. */
1298#ifndef USED_FOR_TARGET 1298#ifndef USED_FOR_TARGET
1299#define HAVE_ICONV_H 1 1299#define HAVE_ICONV_H 1
1300#endif 1300#endif
1301 1301
1302 1302
1303/* Define .init_array/.fini_array sections are available and working. */ 1303/* Define .init_array/.fini_array sections are available and working. */
1304#ifndef USED_FOR_TARGET 1304#ifndef USED_FOR_TARGET
1305/* #undef HAVE_INITFINI_ARRAY_SUPPORT */ 1305/* #undef HAVE_INITFINI_ARRAY_SUPPORT */
1306#endif 1306#endif
1307 1307
1308 1308
1309/* Define to 1 if the system has the type `intmax_t'. */ 1309/* Define to 1 if the system has the type `intmax_t'. */
1310#ifndef USED_FOR_TARGET 1310#ifndef USED_FOR_TARGET
1311#define HAVE_INTMAX_T 1 1311#define HAVE_INTMAX_T 1
1312#endif 1312#endif
1313 1313
1314 1314
1315/* Define to 1 if the system has the type `intptr_t'. */ 1315/* Define to 1 if the system has the type `intptr_t'. */
1316#ifndef USED_FOR_TARGET 1316#ifndef USED_FOR_TARGET
1317#define HAVE_INTPTR_T 1 1317#define HAVE_INTPTR_T 1
1318#endif 1318#endif
1319 1319
1320 1320
1321/* Define if you have a working <inttypes.h> header file. */ 1321/* Define if you have a working <inttypes.h> header file. */
1322#ifndef USED_FOR_TARGET 1322#ifndef USED_FOR_TARGET
1323#define HAVE_INTTYPES_H 1 1323#define HAVE_INTTYPES_H 1
1324#endif 1324#endif
1325 1325
1326 1326
1327/* Define if isl_options_set_schedule_serialize_sccs exists. */ 1327/* Define if isl_options_set_schedule_serialize_sccs exists. */
1328#ifndef USED_FOR_TARGET 1328#ifndef USED_FOR_TARGET
1329/* #undef HAVE_ISL_OPTIONS_SET_SCHEDULE_SERIALIZE_SCCS */ 1329/* #undef HAVE_ISL_OPTIONS_SET_SCHEDULE_SERIALIZE_SCCS */
1330#endif 1330#endif
1331 1331
1332 1332
1333/* Define if isl_schedule_constraints_compute_schedule exists. */ 1333/* Define if isl_schedule_constraints_compute_schedule exists. */
1334#ifndef USED_FOR_TARGET 1334#ifndef USED_FOR_TARGET
1335/* #undef HAVE_ISL_SCHED_CONSTRAINTS_COMPUTE_SCHEDULE */ 1335/* #undef HAVE_ISL_SCHED_CONSTRAINTS_COMPUTE_SCHEDULE */
1336#endif 1336#endif
1337 1337
1338 1338
1339/* Define to 1 if you have the `kill' function. */ 1339/* Define to 1 if you have the `kill' function. */
1340#ifndef USED_FOR_TARGET 1340#ifndef USED_FOR_TARGET
1341#define HAVE_KILL 1 1341#define HAVE_KILL 1
1342#endif 1342#endif
1343 1343
1344 1344
1345/* Define if you have <langinfo.h> and nl_langinfo(CODESET). */ 1345/* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
1346#ifndef USED_FOR_TARGET 1346#ifndef USED_FOR_TARGET
1347#define HAVE_LANGINFO_CODESET 1 1347#define HAVE_LANGINFO_CODESET 1
1348#endif 1348#endif
1349 1349
1350 1350
1351/* Define to 1 if you have the <langinfo.h> header file. */ 1351/* Define to 1 if you have the <langinfo.h> header file. */
1352#ifndef USED_FOR_TARGET 1352#ifndef USED_FOR_TARGET
1353#define HAVE_LANGINFO_H 1 1353#define HAVE_LANGINFO_H 1
1354#endif 1354#endif
1355 1355
1356 1356
1357/* Define if your <locale.h> file defines LC_MESSAGES. */ 1357/* Define if your <locale.h> file defines LC_MESSAGES. */
1358#ifndef USED_FOR_TARGET 1358#ifndef USED_FOR_TARGET
1359#define HAVE_LC_MESSAGES 1 1359#define HAVE_LC_MESSAGES 1
1360#endif 1360#endif
1361 1361
1362 1362
1363/* Define to 1 if you have the <ldfcn.h> header file. */ 1363/* Define to 1 if you have the <ldfcn.h> header file. */
1364#ifndef USED_FOR_TARGET 1364#ifndef USED_FOR_TARGET
1365/* #undef HAVE_LDFCN_H */ 1365/* #undef HAVE_LDFCN_H */
1366#endif 1366#endif
1367 1367
1368 1368
1369/* Define if your linker supports --as-needed/--no-as-needed or equivalent 1369/* Define if your linker supports --as-needed/--no-as-needed or equivalent
1370 options. */ 1370 options. */
1371#ifndef USED_FOR_TARGET 1371#ifndef USED_FOR_TARGET
1372#define HAVE_LD_AS_NEEDED 1 1372#define HAVE_LD_AS_NEEDED 1
1373#endif 1373#endif
1374 1374
1375 1375
1376/* Define if your linker supports --build-id. */ 1376/* Define if your linker supports --build-id. */
1377#ifndef USED_FOR_TARGET 1377#ifndef USED_FOR_TARGET
1378#define HAVE_LD_BUILDID 1 1378#define HAVE_LD_BUILDID 1
1379#endif 1379#endif
1380 1380
1381 1381
1382/* Define if the linker supports clearing hardware capabilities via mapfile. 1382/* Define if the linker supports clearing hardware capabilities via mapfile.
1383 */ 1383 */
1384#ifndef USED_FOR_TARGET 1384#ifndef USED_FOR_TARGET
1385/* #undef HAVE_LD_CLEARCAP */ 1385/* #undef HAVE_LD_CLEARCAP */
1386#endif 1386#endif
1387 1387
1388 1388
1389/* Define to the level of your linker's compressed debug section support. */ 1389/* Define to the level of your linker's compressed debug section support. */
1390#ifndef USED_FOR_TARGET 1390#ifndef USED_FOR_TARGET
1391#define HAVE_LD_COMPRESS_DEBUG 1 1391#define HAVE_LD_COMPRESS_DEBUG 1
1392#endif 1392#endif
1393 1393
1394 1394
1395/* Define if your linker supports --demangle option. */ 1395/* Define if your linker supports --demangle option. */
1396#ifndef USED_FOR_TARGET 1396#ifndef USED_FOR_TARGET
1397#define HAVE_LD_DEMANGLE 1 1397#define HAVE_LD_DEMANGLE 1
1398#endif 1398#endif
1399 1399
1400 1400
1401/* Define 0/1 if your linker supports CIE v3 in .eh_frame. */ 1401/* Define 0/1 if your linker supports CIE v3 in .eh_frame. */
1402#ifndef USED_FOR_TARGET 1402#ifndef USED_FOR_TARGET
1403#define HAVE_LD_EH_FRAME_CIEV3 1 1403#define HAVE_LD_EH_FRAME_CIEV3 1
1404#endif 1404#endif
1405 1405
1406 1406
1407/* Define if your linker supports .eh_frame_hdr. */ 1407/* Define if your linker supports .eh_frame_hdr. */
1408#define HAVE_LD_EH_FRAME_HDR 1 1408#define HAVE_LD_EH_FRAME_HDR 1
1409 1409
1410/* Define if your linker supports garbage collection of sections in presence 1410/* Define if your linker supports garbage collection of sections in presence
1411 of EH frames. */ 1411 of EH frames. */
1412#ifndef USED_FOR_TARGET 1412#ifndef USED_FOR_TARGET
1413/* #undef HAVE_LD_EH_GC_SECTIONS */ 1413/* #undef HAVE_LD_EH_GC_SECTIONS */
1414#endif 1414#endif
1415 1415
1416 1416
1417/* Define if your linker has buggy garbage collection of sections support when 1417/* Define if your linker has buggy garbage collection of sections support when
1418 .text.startup.foo like sections are used. */ 1418 .text.startup.foo like sections are used. */
1419#ifndef USED_FOR_TARGET 1419#ifndef USED_FOR_TARGET
1420#define HAVE_LD_EH_GC_SECTIONS_BUG 1 1420#define HAVE_LD_EH_GC_SECTIONS_BUG 1
1421#endif 1421#endif
1422 1422
1423 1423
1424/* Define if your PowerPC64 linker supports a large TOC. */ 1424/* Define if your PowerPC64 linker supports a large TOC. */
1425#ifndef USED_FOR_TARGET 1425#ifndef USED_FOR_TARGET
1426/* #undef HAVE_LD_LARGE_TOC */ 1426/* #undef HAVE_LD_LARGE_TOC */
1427#endif 1427#endif
1428 1428
1429 1429
1430/* Define if your PowerPC64 linker only needs function descriptor syms. */ 1430/* Define if your PowerPC64 linker only needs function descriptor syms. */
1431#ifndef USED_FOR_TARGET 1431#ifndef USED_FOR_TARGET
1432/* #undef HAVE_LD_NO_DOT_SYMS */ 1432/* #undef HAVE_LD_NO_DOT_SYMS */
1433#endif 1433#endif
1434 1434
1435 1435
1436/* Define if your linker can relax absolute .eh_frame personality pointers 1436/* Define if your linker can relax absolute .eh_frame personality pointers
1437 into PC-relative form. */ 1437 into PC-relative form. */
1438#ifndef USED_FOR_TARGET 1438#ifndef USED_FOR_TARGET
1439/* #undef HAVE_LD_PERSONALITY_RELAXATION */ 1439/* #undef HAVE_LD_PERSONALITY_RELAXATION */
1440#endif 1440#endif
1441 1441
1442 1442
1443/* Define if your linker supports PIE option. */ 1443/* Define if your linker supports PIE option. */
1444#ifndef USED_FOR_TARGET 1444#ifndef USED_FOR_TARGET
1445#define HAVE_LD_PIE 1 1445#define HAVE_LD_PIE 1
1446#endif 1446#endif
1447 1447
1448 1448
1449/* Define 0/1 if your linker supports -pie option with copy reloc. */ 1449/* Define 0/1 if your linker supports -pie option with copy reloc. */
1450#ifndef USED_FOR_TARGET 1450#ifndef USED_FOR_TARGET
1451#define HAVE_LD_PIE_COPYRELOC 0 1451#define HAVE_LD_PIE_COPYRELOC 0
1452#endif 1452#endif
1453 1453
1454 1454
1455/* Define if your linker links a mix of read-only and read-write sections into 1455/* Define if your linker links a mix of read-only and read-write sections into
1456 a read-write section. */ 1456 a read-write section. */
1457#ifndef USED_FOR_TARGET 1457#ifndef USED_FOR_TARGET
1458/* #undef HAVE_LD_RO_RW_SECTION_MIXING */ 1458/* #undef HAVE_LD_RO_RW_SECTION_MIXING */
1459#endif 1459#endif
1460 1460
1461 1461
1462/* Define if your linker supports the *_sol2 emulations. */ 1462/* Define if your linker supports the *_sol2 emulations. */
1463#ifndef USED_FOR_TARGET 1463#ifndef USED_FOR_TARGET
1464/* #undef HAVE_LD_SOL2_EMULATION */ 1464/* #undef HAVE_LD_SOL2_EMULATION */
1465#endif 1465#endif
1466 1466
1467 1467
1468/* Define if your linker supports -Bstatic/-Bdynamic or equivalent options. */ 1468/* Define if your linker supports -Bstatic/-Bdynamic or equivalent options. */
1469#ifndef USED_FOR_TARGET 1469#ifndef USED_FOR_TARGET
1470#define HAVE_LD_STATIC_DYNAMIC 1 1470#define HAVE_LD_STATIC_DYNAMIC 1
1471#endif 1471#endif
1472 1472
1473 1473
1474/* Define if your linker supports --sysroot. */ 1474/* Define if your linker supports --sysroot. */
1475#ifndef USED_FOR_TARGET 1475#ifndef USED_FOR_TARGET
1476#define HAVE_LD_SYSROOT 1 1476#define HAVE_LD_SYSROOT 1
1477#endif 1477#endif
1478 1478
1479 1479
1480/* Define to 1 if you have the <limits.h> header file. */ 1480/* Define to 1 if you have the <limits.h> header file. */
1481#ifndef USED_FOR_TARGET 1481#ifndef USED_FOR_TARGET
1482#define HAVE_LIMITS_H 1 1482#define HAVE_LIMITS_H 1
1483#endif 1483#endif
1484 1484
1485 1485
1486/* Define to 1 if you have the <locale.h> header file. */ 1486/* Define to 1 if you have the <locale.h> header file. */
1487#ifndef USED_FOR_TARGET 1487#ifndef USED_FOR_TARGET
1488#define HAVE_LOCALE_H 1 1488#define HAVE_LOCALE_H 1
1489#endif 1489#endif
1490 1490
1491 1491
1492/* Define to 1 if the system has the type `long long'. */ 1492/* Define to 1 if the system has the type `long long'. */
1493#ifndef USED_FOR_TARGET 1493#ifndef USED_FOR_TARGET
1494#define HAVE_LONG_LONG 1 1494#define HAVE_LONG_LONG 1
1495#endif 1495#endif
1496 1496
1497 1497
1498/* Define to 1 if the system has the type `long long int'. */ 1498/* Define to 1 if the system has the type `long long int'. */
1499#ifndef USED_FOR_TARGET 1499#ifndef USED_FOR_TARGET
1500#define HAVE_LONG_LONG_INT 1 1500#define HAVE_LONG_LONG_INT 1
1501#endif 1501#endif
1502 1502
1503 1503
1504/* Define to the level of your linker's plugin support. */ 1504/* Define to the level of your linker's plugin support. */
1505#ifndef USED_FOR_TARGET 1505#ifndef USED_FOR_TARGET
1506#define HAVE_LTO_PLUGIN 2 1506#define HAVE_LTO_PLUGIN 2
1507#endif 1507#endif
1508 1508
1509 1509
1510/* Define to 1 if you have the `madvise' function. */ 1510/* Define to 1 if you have the `madvise' function. */
1511#ifndef USED_FOR_TARGET 1511#ifndef USED_FOR_TARGET

cvs diff -r1.20 -r1.21 src/external/gpl3/gcc/usr.bin/gcc/arch/mips64el/configargs.h (switch to unified diff)

--- src/external/gpl3/gcc/usr.bin/gcc/arch/mips64el/configargs.h 2016/10/18 01:33:01 1.20
+++ src/external/gpl3/gcc/usr.bin/gcc/arch/mips64el/configargs.h 2017/06/08 19:21:54 1.21
@@ -1,11 +1,11 @@ @@ -1,11 +1,11 @@
1/* This file is automatically generated. DO NOT EDIT! */ 1/* This file is automatically generated. DO NOT EDIT! */
2/* Generated from: NetBSD: mknative-gcc,v 1.89 2016/10/05 19:25:49 christos Exp */ 2/* Generated from: NetBSD: mknative-gcc,v 1.89 2016/10/05 19:25:49 christos Exp */
3/* Generated from: NetBSD: mknative.common,v 1.11 2014/02/17 21:39:43 christos Exp */ 3/* Generated from: NetBSD: mknative.common,v 1.11 2014/02/17 21:39:43 christos Exp */
4 4
5/* Generated automatically. */ 5/* Generated automatically. */
6static const char configuration_arguments[] = "/usr/src/tools/gcc/../../external/gpl3/gcc/dist/configure --target=mips64el--netbsd --enable-long-long --enable-threads --with-bugurl=http://www.NetBSD.org/Misc/send-pr.html --with-pkgversion='NetBSD nb1 20160606' --with-system-zlib --enable-__cxa_atexit --enable-libstdcxx-time=rt --enable-libstdcxx-threads --with-diagnostics-color=auto-if-env --with-mpc-lib=/var/obj/mknative/evbmips-mips64el/usr/src/external/lgpl3/mpc/lib/libmpc --with-mpfr-lib=/var/obj/mknative/evbmips-mips64el/usr/src/external/lgpl3/mpfr/lib/libmpfr --with-gmp-lib=/var/obj/mknative/evbmips-mips64el/usr/src/external/lgpl3/gmp/lib/libgmp --with-mpc-include=/usr/src/external/lgpl3/mpc/dist/src --with-mpfr-include=/usr/src/external/lgpl3/mpfr/dist/src --with-gmp-include=/usr/src/external/lgpl3/gmp/lib/libgmp/arch/mips64el --enable-tls --disable-multilib --disable-symvers --disable-libstdcxx-pch --build=x86_64-unknown-netbsd7.0 --host=mips64el--netbsd --with-sysroot=/var/obj/mknative/evbmips-mips64el/usr/src/destdir.evbmips"; 6static const char configuration_arguments[] = "/usr/src/tools/gcc/../../external/gpl3/gcc/dist/configure --target=mips64el--netbsd --enable-long-long --enable-threads --with-bugurl=http://www.NetBSD.org/Misc/send-pr.html --with-pkgversion='NetBSD nb1 20160606' --with-system-zlib --enable-__cxa_atexit --enable-libstdcxx-time=rt --enable-libstdcxx-threads --with-diagnostics-color=auto-if-env --with-mpc-lib=/var/obj/mknative/evbmips-mips64el/usr/src/external/lgpl3/mpc/lib/libmpc --with-mpfr-lib=/var/obj/mknative/evbmips-mips64el/usr/src/external/lgpl3/mpfr/lib/libmpfr --with-gmp-lib=/var/obj/mknative/evbmips-mips64el/usr/src/external/lgpl3/gmp/lib/libgmp --with-mpc-include=/usr/src/external/lgpl3/mpc/dist/src --with-mpfr-include=/usr/src/external/lgpl3/mpfr/dist/src --with-gmp-include=/usr/src/external/lgpl3/gmp/lib/libgmp/arch/mips64el --enable-tls --disable-multilib --disable-symvers --disable-libstdcxx-pch --build=x86_64-unknown-netbsd7.1 --host=mips64el--netbsd --with-sysroot=/var/obj/mknative/evbmips-mips64el/usr/src/destdir.evbmips";
7static const char thread_model[] = "posix"; 7static const char thread_model[] = "posix";
8 8
9static const struct { 9static const struct {
10 const char *name, *value; 10 const char *name, *value;
11} configure_default_options[] = { { NULL, NULL} }; 11} configure_default_options[] = { { NULL, NULL} };