Document ld -t behaviour
[deliverable/binutils-gdb.git] / gas / config.in
CommitLineData
35eafcc7 1/* config.in. Generated from configure.ac by autoheader. */
252b5132 2
df7b86aa
NC
3/* Check that config.h is #included before system headers
4 (this works only for glibc, but that should be enough). */
00716ab1 5#if defined(__GLIBC__) && !defined(__FreeBSD_kernel__) && !defined(__CONFIG_H__)
df7b86aa
NC
6# error config.h must be #included before system headers
7#endif
8#define __CONFIG_H__ 1
9
81ecdfbb
RW
10/* Define if building universal (internal helper macro) */
11#undef AC_APPLE_UNIVERSAL_BUILD
12
6e1772d5
AM
13/* Define if using AIX 5.2 value for C_WEAKEXT. */
14#undef AIX_WEAK_SUPPORT
6840198f 15
6e1772d5
AM
16/* assert broken? */
17#undef BROKEN_ASSERT
6840198f 18
6e1772d5
AM
19/* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
20 systems. This function is required for `alloca.c' support on those systems.
21 */
5a0a2144 22#undef CRAY_STACKSEG_END
6840198f 23
6e1772d5
AM
24/* Compiling cross-assembler? */
25#undef CROSS_COMPILE
26
27/* Define to 1 if using `alloca.c'. */
28#undef C_ALLOCA
29
30/* Default architecture. */
31#undef DEFAULT_ARCH
32
e330299e
DJ
33/* Default CRIS architecture. */
34#undef DEFAULT_CRIS_ARCH
35
6e1772d5
AM
36/* Default emulation. */
37#undef DEFAULT_EMULATION
38
e12fe555
NC
39/* Define if you want compressed debug sections by default. */
40#undef DEFAULT_FLAG_COMPRESS_DEBUG
41
0df8ad28
NC
42/* Define to 1 if you want to generate GNU Build attribute notes by default,
43 if none are contained in the input. */
44#undef DEFAULT_GENERATE_BUILD_NOTES
45
b8871f35
L
46/* Define to 1 if you want to generate ELF common symbols with the STT_COMMON
47 type by default. */
48#undef DEFAULT_GENERATE_ELF_STT_COMMON
49
0cb4071e
L
50/* Define to 1 if you want to generate x86 relax relocations by default. */
51#undef DEFAULT_GENERATE_X86_RELAX_RELOCATIONS
52
f48dfe41 53/* Define to 1 if you want to generate RISC-V arch attribute by default. */
2dc8dd17
JW
54#undef DEFAULT_RISCV_ATTR
55
b4a3a7b4
L
56/* Define to 1 if you want to generate GNU x86 used ISA and feature properties
57 by default. */
58#undef DEFAULT_X86_USED_NOTE
59
6e1772d5
AM
60/* Supported emulations. */
61#undef EMULATIONS
62
c43a438d
AM
63/* Define if you want run-time sanity checks. */
64#undef ENABLE_CHECKING
65
12e64c2c
AM
66/* Define to 1 if translation of program messages to the user's native
67 language is requested. */
6e1772d5
AM
68#undef ENABLE_NLS
69
70/* Define to 1 if you have `alloca', as a function or macro. */
252b5132
RH
71#undef HAVE_ALLOCA
72
6e1772d5
AM
73/* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
74 */
252b5132
RH
75#undef HAVE_ALLOCA_H
76
2a7f4fa9
NC
77/* Define to 1 if you have the declaration of `asprintf', and to 0 if you
78 don't. */
79#undef HAVE_DECL_ASPRINTF
80
4b0296ce
AM
81/* Define to 1 if you have the declaration of `free', and to 0 if you don't.
82 */
83#undef HAVE_DECL_FREE
84
85/* Define to 1 if you have the declaration of `getenv', and to 0 if you don't.
86 */
87#undef HAVE_DECL_GETENV
88
49f58d10
JB
89/* Is the prototype for getopt in <unistd.h> in the expected format? */
90#undef HAVE_DECL_GETOPT
91
4b0296ce
AM
92/* Define to 1 if you have the declaration of `malloc', and to 0 if you don't.
93 */
94#undef HAVE_DECL_MALLOC
95
0175442d
L
96/* Define to 1 if you have the declaration of `mempcpy', and to 0 if you
97 don't. */
98#undef HAVE_DECL_MEMPCPY
99
4b0296ce
AM
100/* Define to 1 if you have the declaration of `realloc', and to 0 if you
101 don't. */
102#undef HAVE_DECL_REALLOC
103
104/* Define to 1 if you have the declaration of `stpcpy', and to 0 if you don't.
105 */
106#undef HAVE_DECL_STPCPY
107
108/* Define to 1 if you have the declaration of `strstr', and to 0 if you don't.
109 */
110#undef HAVE_DECL_STRSTR
111
82de001f
JJ
112/* Define to 1 if you have the declaration of `vsnprintf', and to 0 if you
113 don't. */
114#undef HAVE_DECL_VSNPRINTF
115
ae351704
AM
116/* Define to 1 if you have the <dlfcn.h> header file. */
117#undef HAVE_DLFCN_H
118
6e1772d5
AM
119/* Define to 1 if you have the <errno.h> header file. */
120#undef HAVE_ERRNO_H
252b5132 121
6e1772d5
AM
122/* Define to 1 if you have the <inttypes.h> header file. */
123#undef HAVE_INTTYPES_H
252b5132 124
44350750
NC
125/* Define if your <locale.h> file defines LC_MESSAGES. */
126#undef HAVE_LC_MESSAGES
127
40fb9820
L
128/* Define to 1 if you have the <limits.h> header file. */
129#undef HAVE_LIMITS_H
130
58797674
RM
131/* Define to 1 if you have the <locale.h> header file. */
132#undef HAVE_LOCALE_H
133
6e1772d5
AM
134/* Define to 1 if you have the <memory.h> header file. */
135#undef HAVE_MEMORY_H
252b5132 136
6e1772d5 137/* Define to 1 if you have the `remove' function. */
252b5132
RH
138#undef HAVE_REMOVE
139
6e1772d5 140/* Define to 1 if you have the `sbrk' function. */
252b5132
RH
141#undef HAVE_SBRK
142
58797674
RM
143/* Define to 1 if you have the `setlocale' function. */
144#undef HAVE_SETLOCALE
145
6e1772d5
AM
146/* Define to 1 if you have the <stdint.h> header file. */
147#undef HAVE_STDINT_H
5a0a2144 148
6e1772d5
AM
149/* Define to 1 if you have the <stdlib.h> header file. */
150#undef HAVE_STDLIB_H
5a0a2144 151
6e1772d5
AM
152/* Define to 1 if you have the <strings.h> header file. */
153#undef HAVE_STRINGS_H
5a0a2144 154
6e1772d5 155/* Define to 1 if you have the <string.h> header file. */
252b5132
RH
156#undef HAVE_STRING_H
157
1ec4b9f2
NS
158/* Define to 1 if you have the `strsignal' function. */
159#undef HAVE_STRSIGNAL
160
b11d79f2
TG
161/* Define if <sys/stat.h> has struct stat.st_mtim.tv_nsec */
162#undef HAVE_ST_MTIM_TV_NSEC
163
164/* Define if <sys/stat.h> has struct stat.st_mtim.tv_sec */
165#undef HAVE_ST_MTIM_TV_SEC
166
6e1772d5
AM
167/* Define to 1 if you have the <sys/stat.h> header file. */
168#undef HAVE_SYS_STAT_H
169
170/* Define to 1 if you have the <sys/types.h> header file. */
252b5132
RH
171#undef HAVE_SYS_TYPES_H
172
b11d79f2
TG
173/* Define to 1 if you have the <time.h> header file. */
174#undef HAVE_TIME_H
175
176/* Define if <time.h> has struct tm.tm_gmtoff. */
177#undef HAVE_TM_GMTOFF
178
6e1772d5 179/* Define to 1 if you have the <unistd.h> header file. */
252b5132
RH
180#undef HAVE_UNISTD_H
181
6e1772d5
AM
182/* Define to 1 if you have the `unlink' function. */
183#undef HAVE_UNLINK
184
b879806f
AM
185/* Define to 1 if you have the <windows.h> header file. */
186#undef HAVE_WINDOWS_H
187
6e1772d5
AM
188/* Using i386 COFF? */
189#undef I386COFF
ed265386 190
ae351704
AM
191/* Define to the sub-directory in which libtool stores uninstalled libraries.
192 */
193#undef LT_OBJDIR
194
6e1772d5
AM
195/* Default CPU for MIPS targets. */
196#undef MIPS_CPU_STRING_DEFAULT
316f5878 197
6e1772d5 198/* Generate 64-bit code by default on MIPS targets. */
316f5878
RS
199#undef MIPS_DEFAULT_64BIT
200
6e1772d5 201/* Choose a default ABI for MIPS targets. */
cac012d6
AO
202#undef MIPS_DEFAULT_ABI
203
fa47fa92
AM
204/* Define value for nds32_arch_name */
205#undef NDS32_DEFAULT_ARCH_NAME
206
207/* Define default value for nds32_audio_ext */
208#undef NDS32_DEFAULT_AUDIO_EXT
209
fbaf61ad
NC
210/* Define default value for nds32_dsp_ext */
211#undef NDS32_DEFAULT_DSP_EXT
212
fa47fa92
AM
213/* Define default value for nds32_dx_regs */
214#undef NDS32_DEFAULT_DX_REGS
215
216/* Define default value for nds32_perf_ext */
217#undef NDS32_DEFAULT_PERF_EXT
218
219/* Define default value for nds32_perf_ext2 */
220#undef NDS32_DEFAULT_PERF_EXT2
221
222/* Define default value for nds32_string_ext */
223#undef NDS32_DEFAULT_STRING_EXT
224
fbaf61ad
NC
225/* Define default value for nds32_zol_ext */
226#undef NDS32_DEFAULT_ZOL_EXT
227
228/* Define default value for nds32_linux_toolchain */
229#undef NDS32_LINUX_TOOLCHAIN
230
6e1772d5
AM
231/* Define if environ is not declared in system header files. */
232#undef NEED_DECLARATION_ENVIRON
252b5132 233
6e1772d5
AM
234/* Define if errno is not declared in system header files. */
235#undef NEED_DECLARATION_ERRNO
252b5132 236
e8a38df5
AL
237/* Define if ffs is not declared in system header files. */
238#undef NEED_DECLARATION_FFS
239
6e1772d5
AM
240/* Define if free is not declared in system header files. */
241#undef NEED_DECLARATION_FREE
252b5132 242
6e1772d5
AM
243/* Define if malloc is not declared in system header files. */
244#undef NEED_DECLARATION_MALLOC
252b5132 245
6e1772d5
AM
246/* Define if sbrk is not declared in system header files. */
247#undef NEED_DECLARATION_SBRK
248
249/* Define if strstr is not declared in system header files. */
250#undef NEED_DECLARATION_STRSTR
252b5132
RH
251
252/* a.out support? */
253#undef OBJ_MAYBE_AOUT
254
252b5132
RH
255/* COFF support? */
256#undef OBJ_MAYBE_COFF
257
258/* ECOFF support? */
259#undef OBJ_MAYBE_ECOFF
260
261/* ELF support? */
262#undef OBJ_MAYBE_ELF
263
264/* generic support? */
265#undef OBJ_MAYBE_GENERIC
266
252b5132
RH
267/* SOM support? */
268#undef OBJ_MAYBE_SOM
269
6e1772d5
AM
270/* Name of package */
271#undef PACKAGE
252b5132 272
6e1772d5
AM
273/* Define to the address where bug reports for this package should be sent. */
274#undef PACKAGE_BUGREPORT
252b5132 275
6e1772d5
AM
276/* Define to the full name of this package. */
277#undef PACKAGE_NAME
252b5132 278
6e1772d5
AM
279/* Define to the full name and version of this package. */
280#undef PACKAGE_STRING
252b5132 281
6e1772d5
AM
282/* Define to the one symbol short name of this package. */
283#undef PACKAGE_TARNAME
284
81ecdfbb
RW
285/* Define to the home page for this package. */
286#undef PACKAGE_URL
287
6e1772d5
AM
288/* Define to the version of this package. */
289#undef PACKAGE_VERSION
290
6e1772d5
AM
291/* If using the C implementation of alloca, define if you know the
292 direction of stack growth for your system; otherwise it will be
81ecdfbb 293 automatically deduced at runtime.
6e1772d5
AM
294 STACK_DIRECTION > 0 => grows toward higher addresses
295 STACK_DIRECTION < 0 => grows toward lower addresses
296 STACK_DIRECTION = 0 => direction of growth unknown */
297#undef STACK_DIRECTION
298
299/* Define to 1 if you have the ANSI C header files. */
300#undef STDC_HEADERS
301
302/* Using strict COFF? */
303#undef STRICTCOFF
252b5132 304
df7b86aa
NC
305/* Define if you can safely include both <string.h> and <strings.h>. */
306#undef STRING_WITH_STRINGS
307
252b5132
RH
308/* Target alias. */
309#undef TARGET_ALIAS
310
6e1772d5
AM
311/* Define as 1 if big endian. */
312#undef TARGET_BYTES_BIG_ENDIAN
313
252b5132
RH
314/* Canonical target. */
315#undef TARGET_CANONICAL
316
317/* Target CPU. */
318#undef TARGET_CPU
319
252b5132
RH
320/* Target OS. */
321#undef TARGET_OS
322
6e1772d5
AM
323/* Define if default target is PowerPC Solaris. */
324#undef TARGET_SOLARIS_COMMENT
252b5132 325
6e1772d5
AM
326/* Target vendor. */
327#undef TARGET_VENDOR
252b5132 328
9004b6bd
AB
329/* Target specific CPU. */
330#undef TARGET_WITH_CPU
331
9cd19b17
NC
332/* Use b modifier when opening binary files? */
333#undef USE_BINARY_FOPEN
334
6e1772d5
AM
335/* Use emulation support? */
336#undef USE_EMULATIONS
252b5132 337
6e1772d5
AM
338/* Allow use of E_MIPS_ABI_O32 on MIPS targets. */
339#undef USE_E_MIPS_ABI_O32
252b5132 340
81ecdfbb
RW
341/* Enable extensions on AIX 3, Interix. */
342#ifndef _ALL_SOURCE
343# undef _ALL_SOURCE
344#endif
345/* Enable GNU extensions on systems that have them. */
346#ifndef _GNU_SOURCE
347# undef _GNU_SOURCE
348#endif
349/* Enable threading extensions on Solaris. */
350#ifndef _POSIX_PTHREAD_SEMANTICS
351# undef _POSIX_PTHREAD_SEMANTICS
352#endif
353/* Enable extensions on HP NonStop. */
354#ifndef _TANDEM_SOURCE
355# undef _TANDEM_SOURCE
356#endif
357/* Enable general extensions on Solaris. */
358#ifndef __EXTENSIONS__
359# undef __EXTENSIONS__
360#endif
361
362
6e1772d5
AM
363/* Using cgen code? */
364#undef USING_CGEN
252b5132 365
6e1772d5
AM
366/* Version number of package */
367#undef VERSION
252b5132 368
81ecdfbb
RW
369/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
370 significant byte first (like Motorola and SPARC, unlike Intel). */
371#if defined AC_APPLE_UNIVERSAL_BUILD
372# if defined __BIG_ENDIAN__
373# define WORDS_BIGENDIAN 1
374# endif
375#else
376# ifndef WORDS_BIGENDIAN
377# undef WORDS_BIGENDIAN
378# endif
379#endif
e330299e 380
6e1772d5
AM
381/* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a
382 `char[]'. */
383#undef YYTEXT_POINTER
252b5132 384
d0ac1c44
SM
385/* Enable large inode numbers on Mac OS X 10.5. */
386#ifndef _DARWIN_USE_64_BIT_INODE
387# define _DARWIN_USE_64_BIT_INODE 1
388#endif
389
d053aef8
JK
390/* Number of bits in a file offset, on hosts where this is settable. */
391#undef _FILE_OFFSET_BITS
392
d053aef8
JK
393/* Define for large files, on AIX-style hosts. */
394#undef _LARGE_FILES
395
7357c5b6
AM
396/* Define to 1 if on MINIX. */
397#undef _MINIX
398
399/* Define to 2 if the system does not provide POSIX.1 features except with
400 this defined. */
401#undef _POSIX_1_SOURCE
402
403/* Define to 1 if you need to in order for `stat' and other things to work. */
404#undef _POSIX_SOURCE
405
6e1772d5
AM
406/* Define to `__inline__' or `__inline' if that's what the C compiler
407 calls it, or to nothing if 'inline' is not supported under any name. */
408#ifndef __cplusplus
409#undef inline
410#endif
d0ac1c44
SM
411
412/* Define to `unsigned int' if <sys/types.h> does not define. */
413#undef size_t
This page took 0.842208 seconds and 4 git commands to generate.