OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libitm/] [config.h.in] - Blame information for rev 737

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 737 jeremybenn
/* config.h.in.  Generated from configure.ac by autoheader.  */
2
 
3
/* Define if building universal (internal helper macro) */
4
#undef AC_APPLE_UNIVERSAL_BUILD
5
 
6
/* Define to 1 if the target supports 64-bit __sync_*_compare_and_swap */
7
#undef HAVE_64BIT_SYNC_BUILTINS
8
 
9
/* Define to 1 if the assembler supports AVX. */
10
#undef HAVE_AS_AVX
11
 
12
/* Define if your assembler supports .cfi_* directives. */
13
#undef HAVE_AS_CFI_PSEUDO_OP
14
 
15
/* Define to 1 if the target supports __attribute__((alias(...))). */
16
#undef HAVE_ATTRIBUTE_ALIAS
17
 
18
/* Define to 1 if the target supports __attribute__((dllexport)). */
19
#undef HAVE_ATTRIBUTE_DLLEXPORT
20
 
21
/* Define to 1 if the target supports __attribute__((visibility(...))). */
22
#undef HAVE_ATTRIBUTE_VISIBILITY
23
 
24
/* Define if the POSIX Semaphores do not work on your system. */
25
#undef HAVE_BROKEN_POSIX_SEMAPHORES
26
 
27
/* Define to 1 if the target assembler supports thread-local storage. */
28
#undef HAVE_CC_TLS
29
 
30
/* Define to 1 if you have the  header file. */
31
#undef HAVE_DLFCN_H
32
 
33
/* Define to 1 if target has a weakref that works like the ELF one. */
34
#undef HAVE_ELF_STYLE_WEAKREF
35
 
36
/* Define to 1 if you have the  header file. */
37
#undef HAVE_INTTYPES_H
38
 
39
/* Define to 1 if you have the  header file. */
40
#undef HAVE_MALLOC_H
41
 
42
/* Define to 1 if you have the `memalign' function. */
43
#undef HAVE_MEMALIGN
44
 
45
/* Define to 1 if you have the  header file. */
46
#undef HAVE_MEMORY_H
47
 
48
/* Define if mmap with MAP_ANON(YMOUS) works. */
49
#undef HAVE_MMAP_ANON
50
 
51
/* Define if mmap of /dev/zero works. */
52
#undef HAVE_MMAP_DEV_ZERO
53
 
54
/* Define if read-only mmap of a plain file works. */
55
#undef HAVE_MMAP_FILE
56
 
57
/* Define to 1 if you have the `posix_memalign' function. */
58
#undef HAVE_POSIX_MEMALIGN
59
 
60
/* Define to 1 if you have the  header file. */
61
#undef HAVE_SEMAPHORE_H
62
 
63
/* Define to 1 if you have the  header file. */
64
#undef HAVE_STDINT_H
65
 
66
/* Define to 1 if you have the  header file. */
67
#undef HAVE_STDLIB_H
68
 
69
/* Define to 1 if you have the  header file. */
70
#undef HAVE_STRINGS_H
71
 
72
/* Define to 1 if you have the  header file. */
73
#undef HAVE_STRING_H
74
 
75
/* Define to 1 if you have the `strtoull' function. */
76
#undef HAVE_STRTOULL
77
 
78
/* Define to 1 if the target supports __sync_*_compare_and_swap */
79
#undef HAVE_SYNC_BUILTINS
80
 
81
/* Define to 1 if you have the  header file. */
82
#undef HAVE_SYS_STAT_H
83
 
84
/* Define to 1 if you have the  header file. */
85
#undef HAVE_SYS_TIME_H
86
 
87
/* Define to 1 if you have the  header file. */
88
#undef HAVE_SYS_TYPES_H
89
 
90
/* Define to 1 if the target supports thread-local storage. */
91
#undef HAVE_TLS
92
 
93
/* Define to 1 if you have the  header file. */
94
#undef HAVE_UNISTD_H
95
 
96
/* Define to 1 if GNU symbol versioning is used for libitm. */
97
#undef LIBITM_GNU_SYMBOL_VERSIONING
98
 
99
/* Define to the sub-directory in which libtool stores uninstalled libraries.
100
   */
101
#undef LT_OBJDIR
102
 
103
/* Define to the letter to which size_t is mangled. */
104
#undef MANGLE_SIZE_T
105
 
106
/* Name of package */
107
#undef PACKAGE
108
 
109
/* Define to the address where bug reports for this package should be sent. */
110
#undef PACKAGE_BUGREPORT
111
 
112
/* Define to the full name of this package. */
113
#undef PACKAGE_NAME
114
 
115
/* Define to the full name and version of this package. */
116
#undef PACKAGE_STRING
117
 
118
/* Define to the one symbol short name of this package. */
119
#undef PACKAGE_TARNAME
120
 
121
/* Define to the home page for this package. */
122
#undef PACKAGE_URL
123
 
124
/* Define to the version of this package. */
125
#undef PACKAGE_VERSION
126
 
127
/* The size of `char', as computed by sizeof. */
128
#undef SIZEOF_CHAR
129
 
130
/* The size of `int', as computed by sizeof. */
131
#undef SIZEOF_INT
132
 
133
/* The size of `long', as computed by sizeof. */
134
#undef SIZEOF_LONG
135
 
136
/* The size of `short', as computed by sizeof. */
137
#undef SIZEOF_SHORT
138
 
139
/* The size of `void *', as computed by sizeof. */
140
#undef SIZEOF_VOID_P
141
 
142
/* Define to 1 if you have the ANSI C header files. */
143
#undef STDC_HEADERS
144
 
145
/* Define if you can safely include both  and . */
146
#undef STRING_WITH_STRINGS
147
 
148
/* Define to 1 if you can safely include both  and . */
149
#undef TIME_WITH_SYS_TIME
150
 
151
/* Version number of package */
152
#undef VERSION
153
 
154
/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
155
   significant byte first (like Motorola and SPARC, unlike Intel). */
156
#if defined AC_APPLE_UNIVERSAL_BUILD
157
# if defined __BIG_ENDIAN__
158
#  define WORDS_BIGENDIAN 1
159
# endif
160
#else
161
# ifndef WORDS_BIGENDIAN
162
#  undef WORDS_BIGENDIAN
163
# endif
164
#endif
165
 
166
#ifndef WORDS_BIGENDIAN
167
#define WORDS_BIGENDIAN 0
168
#endif

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.