xref: /netbsd-src/external/gpl3/gcc.old/lib/libgomp/arch/armeb/config.h (revision 36ac495d2b3ea2b9d96377b2143ebfedac224b92)
1 /* This file is automatically generated.  DO NOT EDIT! */
2 /* Generated from: NetBSD: mknative-gcc,v 1.100 2019/02/09 03:57:00 mrg Exp  */
3 /* Generated from: NetBSD: mknative.common,v 1.16 2018/04/15 15:13:37 christos Exp  */
4 
5 /* config.h.  Generated from config.h.in by configure.  */
6 /* config.h.in.  Generated from configure.ac by autoheader.  */
7 
8 /* Define to 1 if the target assembler supports .symver directive. */
9 #define HAVE_AS_SYMVER_DIRECTIVE 1
10 
11 /* Define to 1 if the target supports __attribute__((alias(...))). */
12 #define HAVE_ATTRIBUTE_ALIAS 1
13 
14 /* Define to 1 if the target supports __attribute__((dllexport)). */
15 /* #undef HAVE_ATTRIBUTE_DLLEXPORT */
16 
17 /* Define to 1 if the target supports __attribute__((visibility(...))). */
18 #define HAVE_ATTRIBUTE_VISIBILITY 1
19 
20 /* Define if the POSIX Semaphores do not work on your system. */
21 /* #undef HAVE_BROKEN_POSIX_SEMAPHORES */
22 
23 /* Define to 1 if the target assembler supports thread-local storage. */
24 /* #undef HAVE_CC_TLS */
25 
26 /* Define to 1 if you have the `clock_gettime' function. */
27 #define HAVE_CLOCK_GETTIME 1
28 
29 /* Define to 1 if you have the <dlfcn.h> header file. */
30 #define HAVE_DLFCN_H 1
31 
32 /* Define to 1 if you have the `getegid' function. */
33 #define HAVE_GETEGID 1
34 
35 /* Define to 1 if you have the `geteuid' function. */
36 #define HAVE_GETEUID 1
37 
38 /* Define to 1 if you have the `getgid' function. */
39 #define HAVE_GETGID 1
40 
41 /* Define to 1 if you have the `getloadavg' function. */
42 #define HAVE_GETLOADAVG 1
43 
44 /* Define to 1 if you have the `getuid' function. */
45 #define HAVE_GETUID 1
46 
47 /* Define to 1 if you have the <inttypes.h> header file. */
48 #define HAVE_INTTYPES_H 1
49 
50 /* Define to 1 if you have the `dl' library (-ldl). */
51 /* #undef HAVE_LIBDL */
52 
53 /* Define to 1 if you have the <memory.h> header file. */
54 #define HAVE_MEMORY_H 1
55 
56 /* Define if pthread_{,attr_}{g,s}etaffinity_np is supported. */
57 /* #undef HAVE_PTHREAD_AFFINITY_NP */
58 
59 /* Define to 1 if you have the <pthread.h> header file. */
60 #define HAVE_PTHREAD_H 1
61 
62 /* Define to 1 if you have the `secure_getenv' function. */
63 /* #undef HAVE_SECURE_GETENV */
64 
65 /* Define to 1 if you have the <semaphore.h> header file. */
66 #define HAVE_SEMAPHORE_H 1
67 
68 /* Define to 1 if you have the <stdint.h> header file. */
69 #define HAVE_STDINT_H 1
70 
71 /* Define to 1 if you have the <stdlib.h> header file. */
72 #define HAVE_STDLIB_H 1
73 
74 /* Define to 1 if you have the <strings.h> header file. */
75 #define HAVE_STRINGS_H 1
76 
77 /* Define to 1 if you have the <string.h> header file. */
78 #define HAVE_STRING_H 1
79 
80 /* Define to 1 if you have the `strtoull' function. */
81 #define HAVE_STRTOULL 1
82 
83 /* Define to 1 if the system has the type `struct _Mutex_Control'. */
84 /* #undef HAVE_STRUCT__MUTEX_CONTROL */
85 
86 /* Define to 1 if the target runtime linker supports binding the same symbol
87    to different versions. */
88 #define HAVE_SYMVER_SYMBOL_RENAMING_RUNTIME_SUPPORT 1
89 
90 /* Define to 1 if the target supports __sync_*_compare_and_swap */
91 #define HAVE_SYNC_BUILTINS 1
92 
93 /* Define to 1 if you have the <sys/loadavg.h> header file. */
94 /* #undef HAVE_SYS_LOADAVG_H */
95 
96 /* Define to 1 if you have the <sys/stat.h> header file. */
97 #define HAVE_SYS_STAT_H 1
98 
99 /* Define to 1 if you have the <sys/sysctl.h> header file. */
100 #define HAVE_SYS_SYSCTL_H 1
101 
102 /* Define to 1 if you have the <sys/time.h> header file. */
103 #define HAVE_SYS_TIME_H 1
104 
105 /* Define to 1 if you have the <sys/types.h> header file. */
106 #define HAVE_SYS_TYPES_H 1
107 
108 /* Define to 1 if the target supports thread-local storage. */
109 #define HAVE_TLS 1
110 
111 /* Define to 1 if you have the <unistd.h> header file. */
112 #define HAVE_UNISTD_H 1
113 
114 /* Define to 1 if you have the `__secure_getenv' function. */
115 /* #undef HAVE___SECURE_GETENV */
116 
117 /* Define path to HSA runtime. */
118 #define HSA_RUNTIME_LIB ""
119 
120 /* Define to 1 if GNU symbol versioning is used for libgomp. */
121 #define LIBGOMP_GNU_SYMBOL_VERSIONING 1
122 
123 /* Define to 1 if building libgomp for an accelerator-only target. */
124 /* #undef LIBGOMP_OFFLOADED_ONLY */
125 
126 /* Define to 1 if libgomp should use POSIX threads. */
127 #define LIBGOMP_USE_PTHREADS 1
128 
129 /* Define to the sub-directory in which libtool stores uninstalled libraries.
130    */
131 #define LT_OBJDIR ".libs/"
132 
133 /* Define to offload targets, separated by commas. */
134 #define OFFLOAD_TARGETS ""
135 
136 /* Name of package */
137 #define PACKAGE "libgomp"
138 
139 /* Define to the address where bug reports for this package should be sent. */
140 #define PACKAGE_BUGREPORT ""
141 
142 /* Define to the full name of this package. */
143 #define PACKAGE_NAME "GNU Offloading and Multi Processing Runtime Library"
144 
145 /* Define to the full name and version of this package. */
146 #define PACKAGE_STRING "GNU Offloading and Multi Processing Runtime Library 1.0"
147 
148 /* Define to the one symbol short name of this package. */
149 #define PACKAGE_TARNAME "libgomp"
150 
151 /* Define to the home page for this package. */
152 #define PACKAGE_URL "http://www.gnu.org/software/libgomp/"
153 
154 /* Define to the version of this package. */
155 #define PACKAGE_VERSION "1.0"
156 
157 /* Define to 1 if the HSA plugin is built, 0 if not. */
158 #define PLUGIN_HSA 0
159 
160 /* Define to 1 if the NVIDIA plugin is built, 0 if not. */
161 #define PLUGIN_NVPTX 0
162 
163 /* Define to 1 if the NVIDIA plugin should dlopen libcuda.so.1, 0 if it should
164    be linked against it. */
165 #define PLUGIN_NVPTX_DYNAMIC 0
166 
167 /* Define if all infrastructure, needed for plugins, is supported. */
168 /* #undef PLUGIN_SUPPORT */
169 
170 /* The size of `char', as computed by sizeof. */
171 /* #undef SIZEOF_CHAR */
172 
173 /* The size of `int', as computed by sizeof. */
174 /* #undef SIZEOF_INT */
175 
176 /* The size of `long', as computed by sizeof. */
177 /* #undef SIZEOF_LONG */
178 
179 /* The size of `short', as computed by sizeof. */
180 /* #undef SIZEOF_SHORT */
181 
182 /* The size of `void *', as computed by sizeof. */
183 /* #undef SIZEOF_VOID_P */
184 
185 /* Define to 1 if you have the ANSI C header files. */
186 #define STDC_HEADERS 1
187 
188 /* Define if you can safely include both <string.h> and <strings.h>. */
189 #define STRING_WITH_STRINGS 1
190 
191 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
192 #define TIME_WITH_SYS_TIME 1
193 
194 /* Define to 1 if the target use emutls for thread-local storage. */
195 /* #undef USE_EMUTLS */
196 
197 /* Version number of package */
198 #define VERSION "1.0"
199