xref: /netbsd-src/external/gpl3/gcc.old/lib/libgcc/arch/coldfire/auto-target.h (revision 36ac495d2b3ea2b9d96377b2143ebfedac224b92)
1*36ac495dSmrg /* This file is automatically generated.  DO NOT EDIT! */
2*36ac495dSmrg /* Generated from: NetBSD: mknative-gcc,v 1.87 2016/03/17 23:41:21 mrg Exp  */
3*36ac495dSmrg /* Generated from: NetBSD: mknative.common,v 1.11 2014/02/17 21:39:43 christos Exp  */
4*36ac495dSmrg 
5*36ac495dSmrg /* auto-target.h.  Generated from config.in by configure.  */
6*36ac495dSmrg /* config.in.  Generated from configure.ac by autoheader.  */
7*36ac495dSmrg 
8*36ac495dSmrg /* Define to 1 if the target assembler supports thread-local storage. */
9*36ac495dSmrg /* #undef HAVE_CC_TLS */
10*36ac495dSmrg 
11*36ac495dSmrg /* Define to 1 if you have the <ftw.h> header file. */
12*36ac495dSmrg #define HAVE_FTW_H 1
13*36ac495dSmrg 
14*36ac495dSmrg /* Define if _Unwind_GetIPInfo is available. */
15*36ac495dSmrg #define HAVE_GETIPINFO 1
16*36ac495dSmrg 
17*36ac495dSmrg /* Define if the compiler supports init priority. */
18*36ac495dSmrg #define HAVE_INIT_PRIORITY 1
19*36ac495dSmrg 
20*36ac495dSmrg /* Define to 1 if you have the <inttypes.h> header file. */
21*36ac495dSmrg #define HAVE_INTTYPES_H 1
22*36ac495dSmrg 
23*36ac495dSmrg /* Define to 1 if you have the <memory.h> header file. */
24*36ac495dSmrg #define HAVE_MEMORY_H 1
25*36ac495dSmrg 
26*36ac495dSmrg /* Define if the system-provided CRTs are present on Solaris. */
27*36ac495dSmrg /* #undef HAVE_SOLARIS_CRTS */
28*36ac495dSmrg 
29*36ac495dSmrg /* Define if the system-provided CRTs are present on Solaris. */
30*36ac495dSmrg /* #undef HAVE_SOLARIS_CRTS */
31*36ac495dSmrg 
32*36ac495dSmrg /* Define to 1 if you have the <stdint.h> header file. */
33*36ac495dSmrg #define HAVE_STDINT_H 1
34*36ac495dSmrg 
35*36ac495dSmrg /* Define to 1 if you have the <stdlib.h> header file. */
36*36ac495dSmrg #define HAVE_STDLIB_H 1
37*36ac495dSmrg 
38*36ac495dSmrg /* Define to 1 if you have the <strings.h> header file. */
39*36ac495dSmrg #define HAVE_STRINGS_H 1
40*36ac495dSmrg 
41*36ac495dSmrg /* Define to 1 if you have the <string.h> header file. */
42*36ac495dSmrg #define HAVE_STRING_H 1
43*36ac495dSmrg 
44*36ac495dSmrg /* Define to 1 if you have the <sys/stat.h> header file. */
45*36ac495dSmrg #define HAVE_SYS_STAT_H 1
46*36ac495dSmrg 
47*36ac495dSmrg /* Define to 1 if you have the <sys/types.h> header file. */
48*36ac495dSmrg #define HAVE_SYS_TYPES_H 1
49*36ac495dSmrg 
50*36ac495dSmrg /* Define to 1 if you have the <unistd.h> header file. */
51*36ac495dSmrg #define HAVE_UNISTD_H 1
52*36ac495dSmrg 
53*36ac495dSmrg /* Define if the C compiler is configured for setjmp/longjmp exceptions. */
54*36ac495dSmrg /* #undef LIBGCC_SJLJ_EXCEPTIONS */
55*36ac495dSmrg 
56*36ac495dSmrg /* Define to the address where bug reports for this package should be sent. */
57*36ac495dSmrg #define PACKAGE_BUGREPORT ""
58*36ac495dSmrg 
59*36ac495dSmrg /* Define to the full name of this package. */
60*36ac495dSmrg #define PACKAGE_NAME "GNU C Runtime Library"
61*36ac495dSmrg 
62*36ac495dSmrg /* Define to the full name and version of this package. */
63*36ac495dSmrg #define PACKAGE_STRING "GNU C Runtime Library 1.0"
64*36ac495dSmrg 
65*36ac495dSmrg /* Define to the one symbol short name of this package. */
66*36ac495dSmrg #define PACKAGE_TARNAME "libgcc"
67*36ac495dSmrg 
68*36ac495dSmrg /* Define to the home page for this package. */
69*36ac495dSmrg #define PACKAGE_URL "http://www.gnu.org/software/libgcc/"
70*36ac495dSmrg 
71*36ac495dSmrg /* Define to the version of this package. */
72*36ac495dSmrg #define PACKAGE_VERSION "1.0"
73*36ac495dSmrg 
74*36ac495dSmrg /* The size of `double', as computed by sizeof. */
75*36ac495dSmrg #define SIZEOF_DOUBLE 8
76*36ac495dSmrg 
77*36ac495dSmrg /* The size of `long double', as computed by sizeof. */
78*36ac495dSmrg #define SIZEOF_LONG_DOUBLE 8
79*36ac495dSmrg 
80*36ac495dSmrg /* Define to 1 if you have the ANSI C header files. */
81*36ac495dSmrg #define STDC_HEADERS 1
82*36ac495dSmrg 
83*36ac495dSmrg /* Define to 1 if the target use emutls for thread-local storage. */
84*36ac495dSmrg /* #undef USE_EMUTLS */
85