auto-target.h revision 1.6
1/* This file is automatically generated.  DO NOT EDIT! */
2/* Generated from: NetBSD: mknative-gcc,v 1.101 2019/02/23 06:54:45 mrg Exp  */
3/* Generated from: NetBSD: mknative.common,v 1.16 2018/04/15 15:13:37 christos Exp  */
4
5/* auto-target.h.  Generated from config.in by configure.  */
6/* config.in.  Generated from configure.ac by autoheader.  */
7
8/* Define to the .hidden-like directive if it exists. */
9#define AS_HIDDEN_DIRECTIVE .hidden
10
11/* Define to 1 if the assembler supports AVX. */
12/* #undef HAVE_AS_AVX */
13
14/* Define to 1 if the assembler supports .cfi_sections .debug_frame directive.
15   */
16#define HAVE_AS_CFI_SECTIONS 1
17
18/* Define to 1 if the target assembler supports thread-local storage. */
19#define HAVE_CC_TLS 1
20
21/* Define to 1 if you have the <ftw.h> header file. */
22#define HAVE_FTW_H 1
23
24/* Define if _Unwind_GetIPInfo is available. */
25#define HAVE_GETIPINFO 1
26
27/* Define if the compiler supports init priority. */
28#define HAVE_INIT_PRIORITY 1
29
30/* Define to 1 if you have the <inttypes.h> header file. */
31#define HAVE_INTTYPES_H 1
32
33/* Define to 1 if you have the <memory.h> header file. */
34#define HAVE_MEMORY_H 1
35
36/* Define if the system-provided CRTs are present on Solaris. */
37/* #undef HAVE_SOLARIS_CRTS */
38
39/* Define to 1 if you have the <stdint.h> header file. */
40#define HAVE_STDINT_H 1
41
42/* Define to 1 if you have the <stdlib.h> header file. */
43#define HAVE_STDLIB_H 1
44
45/* Define to 1 if you have the <strings.h> header file. */
46#define HAVE_STRINGS_H 1
47
48/* Define to 1 if you have the <string.h> header file. */
49#define HAVE_STRING_H 1
50
51/* Define to 1 if you have the <sys/stat.h> header file. */
52#define HAVE_SYS_STAT_H 1
53
54/* Define to 1 if you have the <sys/types.h> header file. */
55#define HAVE_SYS_TYPES_H 1
56
57/* Define to 1 if you have the <unistd.h> header file. */
58#define HAVE_UNISTD_H 1
59
60/* Define to the address where bug reports for this package should be sent. */
61#define PACKAGE_BUGREPORT ""
62
63/* Define to the full name of this package. */
64#define PACKAGE_NAME "GNU C Runtime Library"
65
66/* Define to the full name and version of this package. */
67#define PACKAGE_STRING "GNU C Runtime Library 1.0"
68
69/* Define to the one symbol short name of this package. */
70#define PACKAGE_TARNAME "libgcc"
71
72/* Define to the home page for this package. */
73#define PACKAGE_URL "http://www.gnu.org/software/libgcc/"
74
75/* Define to the version of this package. */
76#define PACKAGE_VERSION "1.0"
77
78/* The size of `double', as computed by sizeof. */
79#define SIZEOF_DOUBLE 8
80
81/* The size of `long double', as computed by sizeof. */
82#define SIZEOF_LONG_DOUBLE 8
83
84/* Define to 1 if you have the ANSI C header files. */
85#define STDC_HEADERS 1
86
87/* Define to 1 if the target use emutls for thread-local storage. */
88/* #undef USE_EMUTLS */
89
90/* Number of bits in a file offset, on hosts where this is settable. */
91/* #undef _FILE_OFFSET_BITS */
92
93/* Define for large files, on AIX-style hosts. */
94/* #undef _LARGE_FILES */
95