xref: /netbsd-src/external/gpl3/gcc.old/lib/libgomp/arch/arm/config.h (revision c0a68be459da21030695f60d10265c2fc49758f8)
136ac495dSmrg /* This file is automatically generated.  DO NOT EDIT! */
2*c0a68be4Smrg /* Generated from: NetBSD: mknative-gcc,v 1.108 2020/09/05 10:58:08 mrg Exp  */
336ac495dSmrg /* Generated from: NetBSD: mknative.common,v 1.16 2018/04/15 15:13:37 christos Exp  */
436ac495dSmrg 
536ac495dSmrg /* config.h.  Generated from config.h.in by configure.  */
636ac495dSmrg /* config.h.in.  Generated from configure.ac by autoheader.  */
736ac495dSmrg 
8*c0a68be4Smrg /* Define to 1 if you have the `aligned_alloc' function. */
9*c0a68be4Smrg #define HAVE_ALIGNED_ALLOC 1
10*c0a68be4Smrg 
1136ac495dSmrg /* Define to 1 if the target assembler supports .symver directive. */
1236ac495dSmrg #define HAVE_AS_SYMVER_DIRECTIVE 1
1336ac495dSmrg 
1436ac495dSmrg /* Define to 1 if the target supports __attribute__((alias(...))). */
1536ac495dSmrg #define HAVE_ATTRIBUTE_ALIAS 1
1636ac495dSmrg 
1736ac495dSmrg /* Define to 1 if the target supports __attribute__((dllexport)). */
1836ac495dSmrg /* #undef HAVE_ATTRIBUTE_DLLEXPORT */
1936ac495dSmrg 
2036ac495dSmrg /* Define to 1 if the target supports __attribute__((visibility(...))). */
2136ac495dSmrg #define HAVE_ATTRIBUTE_VISIBILITY 1
2236ac495dSmrg 
2336ac495dSmrg /* Define if the POSIX Semaphores do not work on your system. */
2436ac495dSmrg /* #undef HAVE_BROKEN_POSIX_SEMAPHORES */
2536ac495dSmrg 
2636ac495dSmrg /* Define to 1 if the target assembler supports thread-local storage. */
2736ac495dSmrg /* #undef HAVE_CC_TLS */
2836ac495dSmrg 
2936ac495dSmrg /* Define to 1 if you have the `clock_gettime' function. */
3036ac495dSmrg #define HAVE_CLOCK_GETTIME 1
3136ac495dSmrg 
3236ac495dSmrg /* Define to 1 if you have the <dlfcn.h> header file. */
3336ac495dSmrg #define HAVE_DLFCN_H 1
3436ac495dSmrg 
3536ac495dSmrg /* Define to 1 if you have the `getegid' function. */
3636ac495dSmrg #define HAVE_GETEGID 1
3736ac495dSmrg 
3836ac495dSmrg /* Define to 1 if you have the `geteuid' function. */
3936ac495dSmrg #define HAVE_GETEUID 1
4036ac495dSmrg 
4136ac495dSmrg /* Define to 1 if you have the `getgid' function. */
4236ac495dSmrg #define HAVE_GETGID 1
4336ac495dSmrg 
44*c0a68be4Smrg /* Define if gethostname is supported. */
45*c0a68be4Smrg #define HAVE_GETHOSTNAME 1
46*c0a68be4Smrg 
4736ac495dSmrg /* Define to 1 if you have the `getloadavg' function. */
4836ac495dSmrg #define HAVE_GETLOADAVG 1
4936ac495dSmrg 
50*c0a68be4Smrg /* Define if getpid is supported. */
51*c0a68be4Smrg #define HAVE_GETPID 1
52*c0a68be4Smrg 
5336ac495dSmrg /* Define to 1 if you have the `getuid' function. */
5436ac495dSmrg #define HAVE_GETUID 1
5536ac495dSmrg 
5636ac495dSmrg /* Define to 1 if you have the <inttypes.h> header file. */
5736ac495dSmrg #define HAVE_INTTYPES_H 1
5836ac495dSmrg 
5936ac495dSmrg /* Define to 1 if you have the `dl' library (-ldl). */
6036ac495dSmrg /* #undef HAVE_LIBDL */
6136ac495dSmrg 
62*c0a68be4Smrg /* Define to 1 if you have the `memalign' function. */
63*c0a68be4Smrg /* #undef HAVE_MEMALIGN */
64*c0a68be4Smrg 
6536ac495dSmrg /* Define to 1 if you have the <memory.h> header file. */
6636ac495dSmrg #define HAVE_MEMORY_H 1
6736ac495dSmrg 
68*c0a68be4Smrg /* Define to 1 if you have the `posix_memalign' function. */
69*c0a68be4Smrg #define HAVE_POSIX_MEMALIGN 1
70*c0a68be4Smrg 
7136ac495dSmrg /* Define if pthread_{,attr_}{g,s}etaffinity_np is supported. */
7236ac495dSmrg /* #undef HAVE_PTHREAD_AFFINITY_NP */
7336ac495dSmrg 
7436ac495dSmrg /* Define to 1 if you have the <pthread.h> header file. */
7536ac495dSmrg #define HAVE_PTHREAD_H 1
7636ac495dSmrg 
7736ac495dSmrg /* Define to 1 if you have the `secure_getenv' function. */
7836ac495dSmrg /* #undef HAVE_SECURE_GETENV */
7936ac495dSmrg 
8036ac495dSmrg /* Define to 1 if you have the <semaphore.h> header file. */
8136ac495dSmrg #define HAVE_SEMAPHORE_H 1
8236ac495dSmrg 
8336ac495dSmrg /* Define to 1 if you have the <stdint.h> header file. */
8436ac495dSmrg #define HAVE_STDINT_H 1
8536ac495dSmrg 
8636ac495dSmrg /* Define to 1 if you have the <stdlib.h> header file. */
8736ac495dSmrg #define HAVE_STDLIB_H 1
8836ac495dSmrg 
8936ac495dSmrg /* Define to 1 if you have the <strings.h> header file. */
9036ac495dSmrg #define HAVE_STRINGS_H 1
9136ac495dSmrg 
9236ac495dSmrg /* Define to 1 if you have the <string.h> header file. */
9336ac495dSmrg #define HAVE_STRING_H 1
9436ac495dSmrg 
9536ac495dSmrg /* Define to 1 if you have the `strtoull' function. */
9636ac495dSmrg #define HAVE_STRTOULL 1
9736ac495dSmrg 
9836ac495dSmrg /* Define to 1 if the system has the type `struct _Mutex_Control'. */
9936ac495dSmrg /* #undef HAVE_STRUCT__MUTEX_CONTROL */
10036ac495dSmrg 
10136ac495dSmrg /* Define to 1 if the target runtime linker supports binding the same symbol
10236ac495dSmrg    to different versions. */
10336ac495dSmrg #define HAVE_SYMVER_SYMBOL_RENAMING_RUNTIME_SUPPORT 1
10436ac495dSmrg 
10536ac495dSmrg /* Define to 1 if the target supports __sync_*_compare_and_swap */
10636ac495dSmrg #define HAVE_SYNC_BUILTINS 1
10736ac495dSmrg 
10836ac495dSmrg /* Define to 1 if you have the <sys/loadavg.h> header file. */
10936ac495dSmrg /* #undef HAVE_SYS_LOADAVG_H */
11036ac495dSmrg 
11136ac495dSmrg /* Define to 1 if you have the <sys/stat.h> header file. */
11236ac495dSmrg #define HAVE_SYS_STAT_H 1
11336ac495dSmrg 
11436ac495dSmrg /* Define to 1 if you have the <sys/sysctl.h> header file. */
11536ac495dSmrg #define HAVE_SYS_SYSCTL_H 1
11636ac495dSmrg 
11736ac495dSmrg /* Define to 1 if you have the <sys/time.h> header file. */
11836ac495dSmrg #define HAVE_SYS_TIME_H 1
11936ac495dSmrg 
12036ac495dSmrg /* Define to 1 if you have the <sys/types.h> header file. */
12136ac495dSmrg #define HAVE_SYS_TYPES_H 1
12236ac495dSmrg 
12336ac495dSmrg /* Define to 1 if the target supports thread-local storage. */
12436ac495dSmrg #define HAVE_TLS 1
12536ac495dSmrg 
126*c0a68be4Smrg /* Define if uname is supported and struct utsname has nodename field. */
127*c0a68be4Smrg /* #undef HAVE_UNAME */
128*c0a68be4Smrg 
12936ac495dSmrg /* Define to 1 if you have the <unistd.h> header file. */
13036ac495dSmrg #define HAVE_UNISTD_H 1
13136ac495dSmrg 
132*c0a68be4Smrg /* Define to 1 if you have the `_aligned_malloc' function. */
133*c0a68be4Smrg /* #undef HAVE__ALIGNED_MALLOC */
134*c0a68be4Smrg 
13536ac495dSmrg /* Define to 1 if you have the `__secure_getenv' function. */
13636ac495dSmrg /* #undef HAVE___SECURE_GETENV */
13736ac495dSmrg 
13836ac495dSmrg /* Define path to HSA runtime. */
13936ac495dSmrg #define HSA_RUNTIME_LIB ""
14036ac495dSmrg 
14136ac495dSmrg /* Define to 1 if GNU symbol versioning is used for libgomp. */
14236ac495dSmrg #define LIBGOMP_GNU_SYMBOL_VERSIONING 1
14336ac495dSmrg 
14436ac495dSmrg /* Define to 1 if building libgomp for an accelerator-only target. */
14536ac495dSmrg /* #undef LIBGOMP_OFFLOADED_ONLY */
14636ac495dSmrg 
14736ac495dSmrg /* Define to 1 if libgomp should use POSIX threads. */
14836ac495dSmrg #define LIBGOMP_USE_PTHREADS 1
14936ac495dSmrg 
15036ac495dSmrg /* Define to the sub-directory in which libtool stores uninstalled libraries.
15136ac495dSmrg    */
15236ac495dSmrg #define LT_OBJDIR ".libs/"
15336ac495dSmrg 
154*c0a68be4Smrg /* Define to offload plugins, separated by commas. */
155*c0a68be4Smrg #define OFFLOAD_PLUGINS ""
15636ac495dSmrg 
15736ac495dSmrg /* Name of package */
15836ac495dSmrg #define PACKAGE "libgomp"
15936ac495dSmrg 
16036ac495dSmrg /* Define to the address where bug reports for this package should be sent. */
16136ac495dSmrg #define PACKAGE_BUGREPORT ""
16236ac495dSmrg 
16336ac495dSmrg /* Define to the full name of this package. */
16436ac495dSmrg #define PACKAGE_NAME "GNU Offloading and Multi Processing Runtime Library"
16536ac495dSmrg 
16636ac495dSmrg /* Define to the full name and version of this package. */
16736ac495dSmrg #define PACKAGE_STRING "GNU Offloading and Multi Processing Runtime Library 1.0"
16836ac495dSmrg 
16936ac495dSmrg /* Define to the one symbol short name of this package. */
17036ac495dSmrg #define PACKAGE_TARNAME "libgomp"
17136ac495dSmrg 
17236ac495dSmrg /* Define to the home page for this package. */
17336ac495dSmrg #define PACKAGE_URL "http://www.gnu.org/software/libgomp/"
17436ac495dSmrg 
17536ac495dSmrg /* Define to the version of this package. */
17636ac495dSmrg #define PACKAGE_VERSION "1.0"
17736ac495dSmrg 
17836ac495dSmrg /* Define to 1 if the HSA plugin is built, 0 if not. */
17936ac495dSmrg #define PLUGIN_HSA 0
18036ac495dSmrg 
18136ac495dSmrg /* Define to 1 if the NVIDIA plugin is built, 0 if not. */
18236ac495dSmrg #define PLUGIN_NVPTX 0
18336ac495dSmrg 
18436ac495dSmrg /* Define to 1 if the NVIDIA plugin should dlopen libcuda.so.1, 0 if it should
18536ac495dSmrg    be linked against it. */
18636ac495dSmrg #define PLUGIN_NVPTX_DYNAMIC 0
18736ac495dSmrg 
18836ac495dSmrg /* Define if all infrastructure, needed for plugins, is supported. */
18936ac495dSmrg /* #undef PLUGIN_SUPPORT */
19036ac495dSmrg 
19136ac495dSmrg /* The size of `char', as computed by sizeof. */
19236ac495dSmrg /* #undef SIZEOF_CHAR */
19336ac495dSmrg 
19436ac495dSmrg /* The size of `int', as computed by sizeof. */
19536ac495dSmrg /* #undef SIZEOF_INT */
19636ac495dSmrg 
19736ac495dSmrg /* The size of `long', as computed by sizeof. */
19836ac495dSmrg /* #undef SIZEOF_LONG */
19936ac495dSmrg 
20036ac495dSmrg /* The size of `short', as computed by sizeof. */
20136ac495dSmrg /* #undef SIZEOF_SHORT */
20236ac495dSmrg 
20336ac495dSmrg /* The size of `void *', as computed by sizeof. */
20436ac495dSmrg /* #undef SIZEOF_VOID_P */
20536ac495dSmrg 
20636ac495dSmrg /* Define to 1 if you have the ANSI C header files. */
20736ac495dSmrg #define STDC_HEADERS 1
20836ac495dSmrg 
20936ac495dSmrg /* Define if you can safely include both <string.h> and <strings.h>. */
21036ac495dSmrg #define STRING_WITH_STRINGS 1
21136ac495dSmrg 
21236ac495dSmrg /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
21336ac495dSmrg #define TIME_WITH_SYS_TIME 1
21436ac495dSmrg 
21536ac495dSmrg /* Define to 1 if the target use emutls for thread-local storage. */
21636ac495dSmrg /* #undef USE_EMUTLS */
21736ac495dSmrg 
21836ac495dSmrg /* Version number of package */
21936ac495dSmrg #define VERSION "1.0"
220