xref: /netbsd-src/external/gpl3/gcc/lib/libgcc/arch/powerpc64/auto-target.h (revision b6fd2da273dc4ead8893467a6fb7e008524b75f3)
1bc1bc906Smrg /* This file is automatically generated.  DO NOT EDIT! */
2*b6fd2da2Smrg /* Generated from: NetBSD: mknative-gcc,v 1.117 2023/07/31 01:48:37 mrg Exp  */
382c55164Smrg /* Generated from: NetBSD: mknative.common,v 1.16 2018/04/15 15:13:37 christos Exp  */
4bc1bc906Smrg 
5bc1bc906Smrg /* auto-target.h.  Generated from config.in by configure.  */
6bc1bc906Smrg /* config.in.  Generated from configure.ac by autoheader.  */
7bc1bc906Smrg 
81bfb63bfSchristos /* Define to the .hidden-like directive if it exists. */
91bfb63bfSchristos #define AS_HIDDEN_DIRECTIVE .hidden
101bfb63bfSchristos 
111bfb63bfSchristos /* Define to 1 if the assembler supports AVX. */
121bfb63bfSchristos /* #undef HAVE_AS_AVX */
131bfb63bfSchristos 
141bfb63bfSchristos /* Define to 1 if the assembler supports .cfi_sections .debug_frame directive.
151bfb63bfSchristos    */
161bfb63bfSchristos #define HAVE_AS_CFI_SECTIONS 1
171bfb63bfSchristos 
1860ad6a58Smrg /* Define to 1 if the assembler supports LSE. */
1960ad6a58Smrg /* #undef HAVE_AS_LSE */
2060ad6a58Smrg 
21bc1bc906Smrg /* Define to 1 if the target assembler supports thread-local storage. */
2282c55164Smrg #define HAVE_CC_TLS 1
23bc1bc906Smrg 
242059bccdSmrg /* Define to 1 if you have the <ftw.h> header file. */
252059bccdSmrg #define HAVE_FTW_H 1
262059bccdSmrg 
27bc1bc906Smrg /* Define if _Unwind_GetIPInfo is available. */
28bc1bc906Smrg #define HAVE_GETIPINFO 1
29bc1bc906Smrg 
30bc1bc906Smrg /* Define if the compiler supports init priority. */
31bc1bc906Smrg #define HAVE_INIT_PRIORITY 1
32bc1bc906Smrg 
33bc1bc906Smrg /* Define to 1 if you have the <inttypes.h> header file. */
342059bccdSmrg #define HAVE_INTTYPES_H 1
35bc1bc906Smrg 
36bc1bc906Smrg /* Define to 1 if you have the <memory.h> header file. */
372059bccdSmrg #define HAVE_MEMORY_H 1
382059bccdSmrg 
392059bccdSmrg /* Define if the system-provided CRTs are present on Solaris. */
402059bccdSmrg /* #undef HAVE_SOLARIS_CRTS */
412059bccdSmrg 
42bc1bc906Smrg /* Define to 1 if you have the <stdint.h> header file. */
432059bccdSmrg #define HAVE_STDINT_H 1
44bc1bc906Smrg 
45bc1bc906Smrg /* Define to 1 if you have the <stdlib.h> header file. */
462059bccdSmrg #define HAVE_STDLIB_H 1
47bc1bc906Smrg 
48bc1bc906Smrg /* Define to 1 if you have the <strings.h> header file. */
492059bccdSmrg #define HAVE_STRINGS_H 1
50bc1bc906Smrg 
51bc1bc906Smrg /* Define to 1 if you have the <string.h> header file. */
522059bccdSmrg #define HAVE_STRING_H 1
53bc1bc906Smrg 
5460ad6a58Smrg /* Define to 1 if you have the <sys/auxv.h> header file. */
5560ad6a58Smrg /* #undef HAVE_SYS_AUXV_H */
5660ad6a58Smrg 
57*b6fd2da2Smrg /* Define to 1 if you have the <sys/mman.h> header file. */
58*b6fd2da2Smrg #define HAVE_SYS_MMAN_H 1
59*b6fd2da2Smrg 
60bc1bc906Smrg /* Define to 1 if you have the <sys/stat.h> header file. */
612059bccdSmrg #define HAVE_SYS_STAT_H 1
62bc1bc906Smrg 
63bc1bc906Smrg /* Define to 1 if you have the <sys/types.h> header file. */
642059bccdSmrg #define HAVE_SYS_TYPES_H 1
65bc1bc906Smrg 
66bc1bc906Smrg /* Define to 1 if you have the <unistd.h> header file. */
672059bccdSmrg #define HAVE_UNISTD_H 1
68bc1bc906Smrg 
69bc1bc906Smrg /* Define to the address where bug reports for this package should be sent. */
70bc1bc906Smrg #define PACKAGE_BUGREPORT ""
71bc1bc906Smrg 
72bc1bc906Smrg /* Define to the full name of this package. */
73bc1bc906Smrg #define PACKAGE_NAME "GNU C Runtime Library"
74bc1bc906Smrg 
75bc1bc906Smrg /* Define to the full name and version of this package. */
76bc1bc906Smrg #define PACKAGE_STRING "GNU C Runtime Library 1.0"
77bc1bc906Smrg 
78bc1bc906Smrg /* Define to the one symbol short name of this package. */
79bc1bc906Smrg #define PACKAGE_TARNAME "libgcc"
80bc1bc906Smrg 
81bc1bc906Smrg /* Define to the home page for this package. */
82bc1bc906Smrg #define PACKAGE_URL "http://www.gnu.org/software/libgcc/"
83bc1bc906Smrg 
84bc1bc906Smrg /* Define to the version of this package. */
85bc1bc906Smrg #define PACKAGE_VERSION "1.0"
86bc1bc906Smrg 
87bc1bc906Smrg /* The size of `double', as computed by sizeof. */
88bc1bc906Smrg #define SIZEOF_DOUBLE 8
89bc1bc906Smrg 
90bc1bc906Smrg /* The size of `long double', as computed by sizeof. */
911bfb63bfSchristos #define SIZEOF_LONG_DOUBLE 8
92bc1bc906Smrg 
93bc1bc906Smrg /* Define to 1 if you have the ANSI C header files. */
942059bccdSmrg #define STDC_HEADERS 1
95bc1bc906Smrg 
96bc1bc906Smrg /* Define to 1 if the target use emutls for thread-local storage. */
97bc1bc906Smrg /* #undef USE_EMUTLS */
9852aaee15Smrg 
9960ad6a58Smrg /* Enable large inode numbers on Mac OS X 10.5.  */
10060ad6a58Smrg #ifndef _DARWIN_USE_64_BIT_INODE
10160ad6a58Smrg # define _DARWIN_USE_64_BIT_INODE 1
10260ad6a58Smrg #endif
10360ad6a58Smrg 
10452aaee15Smrg /* Number of bits in a file offset, on hosts where this is settable. */
10552aaee15Smrg /* #undef _FILE_OFFSET_BITS */
10652aaee15Smrg 
10752aaee15Smrg /* Define for large files, on AIX-style hosts. */
10852aaee15Smrg /* #undef _LARGE_FILES */
109