xref: /netbsd-src/external/gpl3/gcc/lib/libgcc/arch/m68k/auto-target.h (revision cf89d143ddc4c4858b3b762976d9b0ce1d6c4300)
1 /* This file is automatically generated.  DO NOT EDIT! */
2 /* Generated from: NetBSD: mknative-gcc,v 1.117 2023/07/31 01:48:37 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 assembler supports LSE. */
19 /* #undef HAVE_AS_LSE */
20 
21 /* Define to 1 if the target assembler supports thread-local storage. */
22 #define HAVE_CC_TLS 1
23 
24 /* Define to 1 if you have the <ftw.h> header file. */
25 #define HAVE_FTW_H 1
26 
27 /* Define if _Unwind_GetIPInfo is available. */
28 #define HAVE_GETIPINFO 1
29 
30 /* Define if the compiler supports init priority. */
31 #define HAVE_INIT_PRIORITY 1
32 
33 /* Define to 1 if you have the <inttypes.h> header file. */
34 #define HAVE_INTTYPES_H 1
35 
36 /* Define to 1 if you have the <memory.h> header file. */
37 #define HAVE_MEMORY_H 1
38 
39 /* Define if the system-provided CRTs are present on Solaris. */
40 /* #undef HAVE_SOLARIS_CRTS */
41 
42 /* Define to 1 if you have the <stdint.h> header file. */
43 #define HAVE_STDINT_H 1
44 
45 /* Define to 1 if you have the <stdlib.h> header file. */
46 #define HAVE_STDLIB_H 1
47 
48 /* Define to 1 if you have the <strings.h> header file. */
49 #define HAVE_STRINGS_H 1
50 
51 /* Define to 1 if you have the <string.h> header file. */
52 #define HAVE_STRING_H 1
53 
54 /* Define to 1 if you have the <sys/auxv.h> header file. */
55 /* #undef HAVE_SYS_AUXV_H */
56 
57 /* Define to 1 if you have the <sys/mman.h> header file. */
58 #define HAVE_SYS_MMAN_H 1
59 
60 /* Define to 1 if you have the <sys/stat.h> header file. */
61 #define HAVE_SYS_STAT_H 1
62 
63 /* Define to 1 if you have the <sys/types.h> header file. */
64 #define HAVE_SYS_TYPES_H 1
65 
66 /* Define to 1 if you have the <unistd.h> header file. */
67 #define HAVE_UNISTD_H 1
68 
69 /* Define to the address where bug reports for this package should be sent. */
70 #define PACKAGE_BUGREPORT ""
71 
72 /* Define to the full name of this package. */
73 #define PACKAGE_NAME "GNU C Runtime Library"
74 
75 /* Define to the full name and version of this package. */
76 #define PACKAGE_STRING "GNU C Runtime Library 1.0"
77 
78 /* Define to the one symbol short name of this package. */
79 #define PACKAGE_TARNAME "libgcc"
80 
81 /* Define to the home page for this package. */
82 #define PACKAGE_URL "http://www.gnu.org/software/libgcc/"
83 
84 /* Define to the version of this package. */
85 #define PACKAGE_VERSION "1.0"
86 
87 /* The size of `double', as computed by sizeof. */
88 #define SIZEOF_DOUBLE 8
89 
90 /* The size of `long double', as computed by sizeof. */
91 #define SIZEOF_LONG_DOUBLE 12
92 
93 /* Define to 1 if you have the ANSI C header files. */
94 #define STDC_HEADERS 1
95 
96 /* Define to 1 if the target use emutls for thread-local storage. */
97 /* #undef USE_EMUTLS */
98 
99 /* Enable large inode numbers on Mac OS X 10.5.  */
100 #ifndef _DARWIN_USE_64_BIT_INODE
101 # define _DARWIN_USE_64_BIT_INODE 1
102 #endif
103 
104 /* Number of bits in a file offset, on hosts where this is settable. */
105 /* #undef _FILE_OFFSET_BITS */
106 
107 /* Define for large files, on AIX-style hosts. */
108 /* #undef _LARGE_FILES */
109