xref: /netbsd-src/external/gpl3/binutils.old/usr.bin/ld/arch/mipsn64eb/config.h (revision c42dbd0ed2e61fe6eda8590caa852ccf34719964)
1867d70fcSchristos /* This file is automatically generated.  DO NOT EDIT! */
2*c42dbd0eSchristos /* Generated from: NetBSD: mknative-binutils,v 1.14 2022/12/24 20:17:46 christos Exp  */
3867d70fcSchristos /* Generated from: NetBSD: mknative.common,v 1.16 2018/04/15 15:13:37 christos Exp  */
4867d70fcSchristos 
5867d70fcSchristos /* config.h.  Generated from config.in by configure.  */
6867d70fcSchristos /* config.in.  Generated from configure.ac by autoheader.  */
7867d70fcSchristos 
8867d70fcSchristos /* Check that config.h is #included before system headers
9867d70fcSchristos    (this works only for glibc, but that should be enough).  */
10867d70fcSchristos #if defined(__GLIBC__) && !defined(__FreeBSD_kernel__) && !defined(__CONFIG_H__)
11867d70fcSchristos #  error config.h must be #included before system headers
12867d70fcSchristos #endif
13867d70fcSchristos #define __CONFIG_H__ 1
14867d70fcSchristos 
15867d70fcSchristos /* Define to 1 if you want to emit gnu hash in the ELF linker by default. */
16867d70fcSchristos #define DEFAULT_EMIT_GNU_HASH 0
17867d70fcSchristos 
18867d70fcSchristos /* Define to 1 if you want to emit sysv hash in the ELF linker by default. */
19867d70fcSchristos #define DEFAULT_EMIT_SYSV_HASH 1
20867d70fcSchristos 
21867d70fcSchristos /* Define if you want compressed debug sections by default. */
22867d70fcSchristos /* #undef DEFAULT_FLAG_COMPRESS_DEBUG */
23867d70fcSchristos 
24*c42dbd0eSchristos /* Define to 0 if you want to disable the generation of an executable stack
25*c42dbd0eSchristos    when a .note-GNU-stack section is missing. */
26*c42dbd0eSchristos #define DEFAULT_LD_EXECSTACK 0
27*c42dbd0eSchristos 
28*c42dbd0eSchristos /* The default method for DT_TEXTREL check in ELF linker. */
29*c42dbd0eSchristos #define DEFAULT_LD_TEXTREL_CHECK textrel_check_none
30*c42dbd0eSchristos 
31*c42dbd0eSchristos /* Define to 1 if DT_TEXTREL check is warning in ELF linker by default. */
32*c42dbd0eSchristos #define DEFAULT_LD_TEXTREL_CHECK_WARNING 0
33*c42dbd0eSchristos 
34*c42dbd0eSchristos /* Define to 1 if you want to enable --warn-execstack in ELF linker by
35*c42dbd0eSchristos    default. */
36*c42dbd0eSchristos #define DEFAULT_LD_WARN_EXECSTACK 0
37*c42dbd0eSchristos 
38*c42dbd0eSchristos /* Define to 0 if you want to disable --warn-rwx-segments in ELF linker by
39*c42dbd0eSchristos    default. */
40*c42dbd0eSchristos #define DEFAULT_LD_WARN_RWX_SEGMENTS 0
41*c42dbd0eSchristos 
42867d70fcSchristos /* Define to 1 if you want to enable -z relro in ELF linker by default. */
43867d70fcSchristos #define DEFAULT_LD_Z_RELRO 0
44867d70fcSchristos 
45867d70fcSchristos /* Define to 1 if you want to enable -z separate-code in ELF linker by
46867d70fcSchristos    default. */
47867d70fcSchristos #define DEFAULT_LD_Z_SEPARATE_CODE 0
48867d70fcSchristos 
49867d70fcSchristos /* Define to 1 if you want to set DT_RUNPATH instead of DT_RPATH by default.
50867d70fcSchristos    */
51867d70fcSchristos #define DEFAULT_NEW_DTAGS 0
52867d70fcSchristos 
53*c42dbd0eSchristos /* Define if you want run-time sanity checks. */
54*c42dbd0eSchristos /* #undef ENABLE_CHECKING */
55*c42dbd0eSchristos 
56*c42dbd0eSchristos /* Handle .ctf type-info sections */
57*c42dbd0eSchristos #define ENABLE_LIBCTF 1
58*c42dbd0eSchristos 
59867d70fcSchristos /* Define to 1 if translation of program messages to the user's native
60867d70fcSchristos    language is requested. */
61867d70fcSchristos #define ENABLE_NLS 1
62867d70fcSchristos 
63867d70fcSchristos /* Additional extension a shared object might have. */
64867d70fcSchristos /* #undef EXTRA_SHLIB_EXTENSION */
65867d70fcSchristos 
66867d70fcSchristos /* Define to choose default GOT handling scheme */
67867d70fcSchristos #define GOT_HANDLING_DEFAULT GOT_HANDLING_TARGET_DEFAULT
68867d70fcSchristos 
69867d70fcSchristos /* Define to 1 if you have the `close' function. */
70867d70fcSchristos #define HAVE_CLOSE 1
71867d70fcSchristos 
72*c42dbd0eSchristos /* Define to 1 if you have the declaration of `asprintf', and to 0 if you
73*c42dbd0eSchristos    don't. */
74*c42dbd0eSchristos #define HAVE_DECL_ASPRINTF 1
75*c42dbd0eSchristos 
76867d70fcSchristos /* Define to 1 if you have the declaration of `environ', and to 0 if you
77867d70fcSchristos    don't. */
78867d70fcSchristos #define HAVE_DECL_ENVIRON 0
79867d70fcSchristos 
80867d70fcSchristos /* Is the prototype for getopt in <unistd.h> in the expected format? */
81867d70fcSchristos #define HAVE_DECL_GETOPT 1
82867d70fcSchristos 
83867d70fcSchristos /* Define to 1 if you have the declaration of `sbrk', and to 0 if you don't.
84867d70fcSchristos    */
85867d70fcSchristos #define HAVE_DECL_SBRK 1
86867d70fcSchristos 
87867d70fcSchristos /* Define to 1 if you have the <dlfcn.h> header file. */
88867d70fcSchristos #define HAVE_DLFCN_H 1
89867d70fcSchristos 
90867d70fcSchristos /* Define to 1 if you have the <elf-hints.h> header file. */
91867d70fcSchristos /* #undef HAVE_ELF_HINTS_H */
92867d70fcSchristos 
93867d70fcSchristos /* Define to 1 if you have the <fcntl.h> header file. */
94867d70fcSchristos #define HAVE_FCNTL_H 1
95867d70fcSchristos 
96867d70fcSchristos /* Define to 1 if you have the `getpagesize' function. */
97867d70fcSchristos #define HAVE_GETPAGESIZE 1
98867d70fcSchristos 
99867d70fcSchristos /* Define to 1 if you have the `glob' function. */
100867d70fcSchristos #define HAVE_GLOB 1
101867d70fcSchristos 
102867d70fcSchristos /* Define .init_array/.fini_array sections are available and working. */
103867d70fcSchristos #define HAVE_INITFINI_ARRAY 1
104867d70fcSchristos 
105867d70fcSchristos /* Define to 1 if you have the <inttypes.h> header file. */
106867d70fcSchristos #define HAVE_INTTYPES_H 1
107867d70fcSchristos 
108*c42dbd0eSchristos /* The jansson library is to be used */
109*c42dbd0eSchristos /* #undef HAVE_JANSSON */
110*c42dbd0eSchristos 
111867d70fcSchristos /* Define if your <locale.h> file defines LC_MESSAGES. */
112867d70fcSchristos #define HAVE_LC_MESSAGES 1
113867d70fcSchristos 
114867d70fcSchristos /* Define to 1 if you have the <limits.h> header file. */
115867d70fcSchristos #define HAVE_LIMITS_H 1
116867d70fcSchristos 
117867d70fcSchristos /* Define to 1 if you have the `lseek' function. */
118867d70fcSchristos #define HAVE_LSEEK 1
119867d70fcSchristos 
120867d70fcSchristos /* Define to 1 if you have the <memory.h> header file. */
121867d70fcSchristos #define HAVE_MEMORY_H 1
122867d70fcSchristos 
123867d70fcSchristos /* Define to 1 if you have the `mkstemp' function. */
124867d70fcSchristos #define HAVE_MKSTEMP 1
125867d70fcSchristos 
126867d70fcSchristos /* Define to 1 if you have a working `mmap' system call. */
127867d70fcSchristos #define HAVE_MMAP 1
128867d70fcSchristos 
129867d70fcSchristos /* Define to 1 if you have the `open' function. */
130867d70fcSchristos #define HAVE_OPEN 1
131867d70fcSchristos 
132867d70fcSchristos /* Define to 1 if you have the `realpath' function. */
133867d70fcSchristos #define HAVE_REALPATH 1
134867d70fcSchristos 
135867d70fcSchristos /* Define to 1 if you have the `sbrk' function. */
136867d70fcSchristos #define HAVE_SBRK 1
137867d70fcSchristos 
138867d70fcSchristos /* Define to 1 if you have the <stdint.h> header file. */
139867d70fcSchristos #define HAVE_STDINT_H 1
140867d70fcSchristos 
141867d70fcSchristos /* Define to 1 if you have the <stdlib.h> header file. */
142867d70fcSchristos #define HAVE_STDLIB_H 1
143867d70fcSchristos 
144867d70fcSchristos /* Define to 1 if you have the <strings.h> header file. */
145867d70fcSchristos #define HAVE_STRINGS_H 1
146867d70fcSchristos 
147867d70fcSchristos /* Define to 1 if you have the <string.h> header file. */
148867d70fcSchristos #define HAVE_STRING_H 1
149867d70fcSchristos 
150867d70fcSchristos /* Define to 1 if you have the <sys/file.h> header file. */
151867d70fcSchristos #define HAVE_SYS_FILE_H 1
152867d70fcSchristos 
153*c42dbd0eSchristos /* Define to 1 if you have the <sys/mman.h> header file. */
154*c42dbd0eSchristos #define HAVE_SYS_MMAN_H 1
155867d70fcSchristos 
156867d70fcSchristos /* Define to 1 if you have the <sys/param.h> header file. */
157867d70fcSchristos #define HAVE_SYS_PARAM_H 1
158867d70fcSchristos 
159867d70fcSchristos /* Define to 1 if you have the <sys/stat.h> header file. */
160867d70fcSchristos #define HAVE_SYS_STAT_H 1
161867d70fcSchristos 
162867d70fcSchristos /* Define to 1 if you have the <sys/time.h> header file. */
163867d70fcSchristos #define HAVE_SYS_TIME_H 1
164867d70fcSchristos 
165867d70fcSchristos /* Define to 1 if you have the <sys/types.h> header file. */
166867d70fcSchristos #define HAVE_SYS_TYPES_H 1
167867d70fcSchristos 
168867d70fcSchristos /* Define to 1 if you have the <unistd.h> header file. */
169867d70fcSchristos #define HAVE_UNISTD_H 1
170867d70fcSchristos 
171867d70fcSchristos /* Define to 1 if you have the `waitpid' function. */
172867d70fcSchristos #define HAVE_WAITPID 1
173867d70fcSchristos 
174867d70fcSchristos /* Define to 1 if you have the <windows.h> header file. */
175867d70fcSchristos /* #undef HAVE_WINDOWS_H */
176867d70fcSchristos 
177867d70fcSchristos /* Define to the sub-directory in which libtool stores uninstalled libraries.
178867d70fcSchristos    */
179867d70fcSchristos #define LT_OBJDIR ".libs/"
180867d70fcSchristos 
181867d70fcSchristos /* Name of package */
182867d70fcSchristos #define PACKAGE "ld"
183867d70fcSchristos 
184867d70fcSchristos /* Define to the address where bug reports for this package should be sent. */
185867d70fcSchristos #define PACKAGE_BUGREPORT ""
186867d70fcSchristos 
187867d70fcSchristos /* Define to the full name of this package. */
188867d70fcSchristos #define PACKAGE_NAME "ld"
189867d70fcSchristos 
190867d70fcSchristos /* Define to the full name and version of this package. */
191*c42dbd0eSchristos #define PACKAGE_STRING "ld 2.39"
192867d70fcSchristos 
193867d70fcSchristos /* Define to the one symbol short name of this package. */
194867d70fcSchristos #define PACKAGE_TARNAME "ld"
195867d70fcSchristos 
196867d70fcSchristos /* Define to the home page for this package. */
197867d70fcSchristos #define PACKAGE_URL ""
198867d70fcSchristos 
199867d70fcSchristos /* Define to the version of this package. */
200*c42dbd0eSchristos #define PACKAGE_VERSION "2.39"
201867d70fcSchristos 
202867d70fcSchristos /* The size of `void *', as computed by sizeof. */
203867d70fcSchristos #define SIZEOF_VOID_P 8
204867d70fcSchristos 
205867d70fcSchristos /* Define to 1 if you have the ANSI C header files. */
206867d70fcSchristos #define STDC_HEADERS 1
207867d70fcSchristos 
208*c42dbd0eSchristos /* Define to 1 if you want to support the --error-handling-script command line
209*c42dbd0eSchristos    option. */
210*c42dbd0eSchristos #define SUPPORT_ERROR_HANDLING_SCRIPT 1
211867d70fcSchristos 
212867d70fcSchristos /* Use b modifier when opening binary files? */
213867d70fcSchristos /* #undef USE_BINARY_FOPEN */
214867d70fcSchristos 
215867d70fcSchristos /* Enable extensions on AIX 3, Interix.  */
216867d70fcSchristos #ifndef _ALL_SOURCE
217867d70fcSchristos # define _ALL_SOURCE 1
218867d70fcSchristos #endif
219867d70fcSchristos /* Enable GNU extensions on systems that have them.  */
220867d70fcSchristos #ifndef _GNU_SOURCE
221867d70fcSchristos # define _GNU_SOURCE 1
222867d70fcSchristos #endif
223867d70fcSchristos /* Enable threading extensions on Solaris.  */
224867d70fcSchristos #ifndef _POSIX_PTHREAD_SEMANTICS
225867d70fcSchristos # define _POSIX_PTHREAD_SEMANTICS 1
226867d70fcSchristos #endif
227867d70fcSchristos /* Enable extensions on HP NonStop.  */
228867d70fcSchristos #ifndef _TANDEM_SOURCE
229867d70fcSchristos # define _TANDEM_SOURCE 1
230867d70fcSchristos #endif
231867d70fcSchristos /* Enable general extensions on Solaris.  */
232867d70fcSchristos #ifndef __EXTENSIONS__
233867d70fcSchristos # define __EXTENSIONS__ 1
234867d70fcSchristos #endif
235867d70fcSchristos 
236867d70fcSchristos 
237867d70fcSchristos /* Version number of package */
238*c42dbd0eSchristos #define VERSION "2.39"
239867d70fcSchristos 
240867d70fcSchristos /* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a
241867d70fcSchristos    `char[]'. */
242867d70fcSchristos #define YYTEXT_POINTER 1
243867d70fcSchristos 
244867d70fcSchristos /* Enable large inode numbers on Mac OS X 10.5.  */
245867d70fcSchristos #ifndef _DARWIN_USE_64_BIT_INODE
246867d70fcSchristos # define _DARWIN_USE_64_BIT_INODE 1
247867d70fcSchristos #endif
248867d70fcSchristos 
249867d70fcSchristos /* Number of bits in a file offset, on hosts where this is settable. */
250867d70fcSchristos /* #undef _FILE_OFFSET_BITS */
251867d70fcSchristos 
252867d70fcSchristos /* Define for large files, on AIX-style hosts. */
253867d70fcSchristos /* #undef _LARGE_FILES */
254867d70fcSchristos 
255867d70fcSchristos /* Define to 1 if on MINIX. */
256867d70fcSchristos /* #undef _MINIX */
257867d70fcSchristos 
258867d70fcSchristos /* Define to 2 if the system does not provide POSIX.1 features except with
259867d70fcSchristos    this defined. */
260867d70fcSchristos /* #undef _POSIX_1_SOURCE */
261867d70fcSchristos 
262867d70fcSchristos /* Define to 1 if you need to in order for `stat' and other things to work. */
263867d70fcSchristos /* #undef _POSIX_SOURCE */
264