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