annotate libgcc/config.in @ 111:04ced10e8804

gcc 7
author kono
date Fri, 27 Oct 2017 22:46:09 +0900
parents
children 84e7813d76e9
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
111
kono
parents:
diff changeset
1 /* config.in. Generated from configure.ac by autoheader. */
kono
parents:
diff changeset
2
kono
parents:
diff changeset
3 /* Define to 1 if the assembler supports AVX. */
kono
parents:
diff changeset
4 #undef HAVE_AS_AVX
kono
parents:
diff changeset
5
kono
parents:
diff changeset
6 /* Define to 1 if the target assembler supports thread-local storage. */
kono
parents:
diff changeset
7 #undef HAVE_CC_TLS
kono
parents:
diff changeset
8
kono
parents:
diff changeset
9 /* Define to 1 if you have the <ftw.h> header file. */
kono
parents:
diff changeset
10 #undef HAVE_FTW_H
kono
parents:
diff changeset
11
kono
parents:
diff changeset
12 /* Define if _Unwind_GetIPInfo is available. */
kono
parents:
diff changeset
13 #undef HAVE_GETIPINFO
kono
parents:
diff changeset
14
kono
parents:
diff changeset
15 /* Define if the compiler supports init priority. */
kono
parents:
diff changeset
16 #undef HAVE_INIT_PRIORITY
kono
parents:
diff changeset
17
kono
parents:
diff changeset
18 /* Define to 1 if you have the <inttypes.h> header file. */
kono
parents:
diff changeset
19 #undef HAVE_INTTYPES_H
kono
parents:
diff changeset
20
kono
parents:
diff changeset
21 /* Define to 1 if you have the <memory.h> header file. */
kono
parents:
diff changeset
22 #undef HAVE_MEMORY_H
kono
parents:
diff changeset
23
kono
parents:
diff changeset
24 /* Define if the system-provided CRTs are present on Solaris. */
kono
parents:
diff changeset
25 #undef HAVE_SOLARIS_CRTS
kono
parents:
diff changeset
26
kono
parents:
diff changeset
27 /* Define to 1 if you have the <stdint.h> header file. */
kono
parents:
diff changeset
28 #undef HAVE_STDINT_H
kono
parents:
diff changeset
29
kono
parents:
diff changeset
30 /* Define to 1 if you have the <stdlib.h> header file. */
kono
parents:
diff changeset
31 #undef HAVE_STDLIB_H
kono
parents:
diff changeset
32
kono
parents:
diff changeset
33 /* Define to 1 if you have the <strings.h> header file. */
kono
parents:
diff changeset
34 #undef HAVE_STRINGS_H
kono
parents:
diff changeset
35
kono
parents:
diff changeset
36 /* Define to 1 if you have the <string.h> header file. */
kono
parents:
diff changeset
37 #undef HAVE_STRING_H
kono
parents:
diff changeset
38
kono
parents:
diff changeset
39 /* Define to 1 if you have the <sys/stat.h> header file. */
kono
parents:
diff changeset
40 #undef HAVE_SYS_STAT_H
kono
parents:
diff changeset
41
kono
parents:
diff changeset
42 /* Define to 1 if you have the <sys/types.h> header file. */
kono
parents:
diff changeset
43 #undef HAVE_SYS_TYPES_H
kono
parents:
diff changeset
44
kono
parents:
diff changeset
45 /* Define to 1 if you have the <unistd.h> header file. */
kono
parents:
diff changeset
46 #undef HAVE_UNISTD_H
kono
parents:
diff changeset
47
kono
parents:
diff changeset
48 /* Define to the address where bug reports for this package should be sent. */
kono
parents:
diff changeset
49 #undef PACKAGE_BUGREPORT
kono
parents:
diff changeset
50
kono
parents:
diff changeset
51 /* Define to the full name of this package. */
kono
parents:
diff changeset
52 #undef PACKAGE_NAME
kono
parents:
diff changeset
53
kono
parents:
diff changeset
54 /* Define to the full name and version of this package. */
kono
parents:
diff changeset
55 #undef PACKAGE_STRING
kono
parents:
diff changeset
56
kono
parents:
diff changeset
57 /* Define to the one symbol short name of this package. */
kono
parents:
diff changeset
58 #undef PACKAGE_TARNAME
kono
parents:
diff changeset
59
kono
parents:
diff changeset
60 /* Define to the home page for this package. */
kono
parents:
diff changeset
61 #undef PACKAGE_URL
kono
parents:
diff changeset
62
kono
parents:
diff changeset
63 /* Define to the version of this package. */
kono
parents:
diff changeset
64 #undef PACKAGE_VERSION
kono
parents:
diff changeset
65
kono
parents:
diff changeset
66 /* The size of `double', as computed by sizeof. */
kono
parents:
diff changeset
67 #undef SIZEOF_DOUBLE
kono
parents:
diff changeset
68
kono
parents:
diff changeset
69 /* The size of `long double', as computed by sizeof. */
kono
parents:
diff changeset
70 #undef SIZEOF_LONG_DOUBLE
kono
parents:
diff changeset
71
kono
parents:
diff changeset
72 /* Define to 1 if you have the ANSI C header files. */
kono
parents:
diff changeset
73 #undef STDC_HEADERS
kono
parents:
diff changeset
74
kono
parents:
diff changeset
75 /* Define to 1 if the target use emutls for thread-local storage. */
kono
parents:
diff changeset
76 #undef USE_EMUTLS
kono
parents:
diff changeset
77
kono
parents:
diff changeset
78 /* Number of bits in a file offset, on hosts where this is settable. */
kono
parents:
diff changeset
79 #undef _FILE_OFFSET_BITS
kono
parents:
diff changeset
80
kono
parents:
diff changeset
81 /* Define for large files, on AIX-style hosts. */
kono
parents:
diff changeset
82 #undef _LARGE_FILES