1 /* This file is automatically generated. DO NOT EDIT! */
2 /* Generated from: NetBSD: mknative-binutils,v 1.5 2006/02/02 20:06:04 skrll Exp */
3 /* Generated from: NetBSD: mknative.common,v 1.9 2007/02/05 18:26:01 apb Exp */
5 /* config.h. Generated by configure. */
6 /* config.in. Generated from configure.in by autoheader. */
8 /* Define if using AIX 5.2 value for C_WEAKEXT. */
9 /* #undef AIX_WEAK_SUPPORT */
12 /* #undef BROKEN_ASSERT */
14 /* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
15 systems. This function is required for `alloca.c' support on those systems.
17 /* #undef CRAY_STACKSEG_END */
19 /* Compiling cross-assembler? */
20 /* #undef CROSS_COMPILE */
22 /* Define to 1 if using `alloca.c'. */
25 /* Default architecture. */
26 /* #undef DEFAULT_ARCH */
28 /* Default CRIS architecture. */
29 /* #undef DEFAULT_CRIS_ARCH */
31 /* Default emulation. */
32 #define DEFAULT_EMULATION ""
34 /* Supported emulations. */
37 /* Define if you want run-time sanity checks. */
38 /* #undef ENABLE_CHECKING */
40 /* Define to 1 if translation of program messages to the user's native
41 language is requested. */
44 /* Define to 1 if you have `alloca', as a function or macro. */
47 /* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
49 /* #undef HAVE_ALLOCA_H */
51 /* Is the prototype for getopt in <unistd.h> in the expected format? */
52 #define HAVE_DECL_GETOPT 1
54 /* Define to 1 if you have the declaration of `vsnprintf', and to 0 if you
56 #define HAVE_DECL_VSNPRINTF 1
58 /* Define to 1 if you have the <dlfcn.h> header file. */
59 #define HAVE_DLFCN_H 1
61 /* Define to 1 if you have the <errno.h> header file. */
62 #define HAVE_ERRNO_H 1
64 /* Define to 1 if you have the <inttypes.h> header file. */
65 #define HAVE_INTTYPES_H 1
67 /* Define to 1 if you have the <limits.h> header file. */
68 #define HAVE_LIMITS_H 1
70 /* Define to 1 if you have the <memory.h> header file. */
71 #define HAVE_MEMORY_H 1
73 /* Define to 1 if you have the `remove' function. */
74 /* #undef HAVE_REMOVE */
76 /* Define to 1 if you have the `sbrk' function. */
79 /* Define to 1 if you have the <stdarg.h> header file. */
80 #define HAVE_STDARG_H 1
82 /* Define to 1 if you have the <stdint.h> header file. */
83 #define HAVE_STDINT_H 1
85 /* Define to 1 if you have the <stdlib.h> header file. */
86 #define HAVE_STDLIB_H 1
88 /* Define to 1 if you have the <strings.h> header file. */
89 #define HAVE_STRINGS_H 1
91 /* Define to 1 if you have the <string.h> header file. */
92 #define HAVE_STRING_H 1
94 /* Define to 1 if you have the <sys/stat.h> header file. */
95 #define HAVE_SYS_STAT_H 1
97 /* Define to 1 if you have the <sys/types.h> header file. */
98 #define HAVE_SYS_TYPES_H 1
100 /* Define to 1 if you have the <unistd.h> header file. */
101 #define HAVE_UNISTD_H 1
103 /* Define to 1 if you have the `unlink' function. */
104 #define HAVE_UNLINK 1
106 /* Define to 1 if you have the <varargs.h> header file. */
107 /* #undef HAVE_VARARGS_H */
109 /* Using i386 COFF? */
110 /* #undef I386COFF */
112 /* Define to the sub-directory in which libtool stores uninstalled libraries.
114 #define LT_OBJDIR ".libs/"
116 /* Using m68k COFF? */
117 /* #undef M68KCOFF */
119 /* Using m88k COFF? */
120 /* #undef M88KCOFF */
122 /* Default CPU for MIPS targets. */
123 /* #undef MIPS_CPU_STRING_DEFAULT */
125 /* Generate 64-bit code by default on MIPS targets. */
126 /* #undef MIPS_DEFAULT_64BIT */
128 /* Choose a default ABI for MIPS targets. */
129 /* #undef MIPS_DEFAULT_ABI */
131 /* Define if environ is not declared in system header files. */
132 #define NEED_DECLARATION_ENVIRON 1
134 /* Define if errno is not declared in system header files. */
135 /* #undef NEED_DECLARATION_ERRNO */
137 /* Define if ffs is not declared in system header files. */
138 /* #undef NEED_DECLARATION_FFS */
140 /* Define if free is not declared in system header files. */
141 /* #undef NEED_DECLARATION_FREE */
143 /* Define if malloc is not declared in system header files. */
144 /* #undef NEED_DECLARATION_MALLOC */
146 /* Define if sbrk is not declared in system header files. */
147 /* #undef NEED_DECLARATION_SBRK */
149 /* Define if strstr is not declared in system header files. */
150 /* #undef NEED_DECLARATION_STRSTR */
153 /* #undef OBJ_MAYBE_AOUT */
156 /* #undef OBJ_MAYBE_BOUT */
159 /* #undef OBJ_MAYBE_COFF */
162 /* #undef OBJ_MAYBE_ECOFF */
165 /* #undef OBJ_MAYBE_ELF */
167 /* generic support? */
168 /* #undef OBJ_MAYBE_GENERIC */
171 /* #undef OBJ_MAYBE_SOM */
173 /* Name of package */
174 #define PACKAGE "gas"
176 /* Define to the address where bug reports for this package should be sent. */
177 #define PACKAGE_BUGREPORT ""
179 /* Define to the full name of this package. */
180 #define PACKAGE_NAME ""
182 /* Define to the full name and version of this package. */
183 #define PACKAGE_STRING ""
185 /* Define to the one symbol short name of this package. */
186 #define PACKAGE_TARNAME ""
188 /* Define to the version of this package. */
189 #define PACKAGE_VERSION ""
191 /* Define if defaulting to ELF on SCO 5. */
194 /* If using the C implementation of alloca, define if you know the
195 direction of stack growth for your system; otherwise it will be
196 automatically deduced at run-time.
197 STACK_DIRECTION > 0 => grows toward higher addresses
198 STACK_DIRECTION < 0 => grows toward lower addresses
199 STACK_DIRECTION = 0 => direction of growth unknown */
200 /* #undef STACK_DIRECTION */
202 /* Define to 1 if you have the ANSI C header files. */
203 #define STDC_HEADERS 1
205 /* Using strict COFF? */
206 /* #undef STRICTCOFF */
209 #define TARGET_ALIAS "arm--netbsdelf"
211 /* Define as 1 if big endian. */
212 #define TARGET_BYTES_BIG_ENDIAN 0
214 /* Canonical target. */
215 #define TARGET_CANONICAL "arm--netbsdelf"
218 #define TARGET_CPU "arm"
221 #define TARGET_OS "netbsdelf"
223 /* Define if default target is PowerPC Solaris. */
224 /* #undef TARGET_SOLARIS_COMMENT */
226 /* Define if target is Symbian OS. */
227 /* #undef TARGET_SYMBIAN */
230 #define TARGET_VENDOR ""
232 /* Use b modifier when opening binary files? */
233 /* #undef USE_BINARY_FOPEN */
235 /* Use emulation support? */
236 /* #undef USE_EMULATIONS */
238 /* Allow use of E_MIPS_ABI_O32 on MIPS targets. */
239 /* #undef USE_E_MIPS_ABI_O32 */
241 /* Using cgen code? */
242 /* #undef USING_CGEN */
244 /* Version number of package */
245 #define VERSION "2.19.1"
247 /* Define to 1 if your processor stores words with the most significant byte
248 first (like Motorola and SPARC, unlike Intel and VAX). */
249 /* #undef WORDS_BIGENDIAN */
251 /* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a
253 #define YYTEXT_POINTER 1
255 /* Enable GNU extensions on systems that have them. */
257 # define _GNU_SOURCE 1
260 /* Define to 1 if on MINIX. */
263 /* Define to 2 if the system does not provide POSIX.1 features except with
265 /* #undef _POSIX_1_SOURCE */
267 /* Define to 1 if you need to in order for `stat' and other things to work. */
268 /* #undef _POSIX_SOURCE */
270 /* Enable extensions on AIX 3, Interix. */
272 # define _ALL_SOURCE 1
274 /* Enable GNU extensions on systems that have them. */
276 # define _GNU_SOURCE 1
278 /* Enable threading extensions on Solaris. */
279 #ifndef _POSIX_PTHREAD_SEMANTICS
280 # define _POSIX_PTHREAD_SEMANTICS 1
282 /* Enable extensions on HP NonStop. */
283 #ifndef _TANDEM_SOURCE
284 # define _TANDEM_SOURCE 1
286 /* Enable general extensions on Solaris. */
287 #ifndef __EXTENSIONS__
288 # define __EXTENSIONS__ 1
292 /* Define to `__inline__' or `__inline' if that's what the C compiler
293 calls it, or to nothing if 'inline' is not supported under any name. */