136ac495dSmrg /* This file is automatically generated. DO NOT EDIT! */ 2*a2dc1f3fSmrg /* Generated from: NetBSD: mknative-gcc,v 1.101 2019/02/23 06:54:45 mrg Exp */ 336ac495dSmrg /* Generated from: NetBSD: mknative.common,v 1.16 2018/04/15 15:13:37 christos Exp */ 436ac495dSmrg 536ac495dSmrg /* auto-target.h. Generated from config.in by configure. */ 636ac495dSmrg /* config.in. Generated from configure.ac by autoheader. */ 736ac495dSmrg 8*a2dc1f3fSmrg /* Define to the .hidden-like directive if it exists. */ 9*a2dc1f3fSmrg #define AS_HIDDEN_DIRECTIVE .hidden 10*a2dc1f3fSmrg 11*a2dc1f3fSmrg /* Define to 1 if the assembler supports AVX. */ 12*a2dc1f3fSmrg /* #undef HAVE_AS_AVX */ 13*a2dc1f3fSmrg 14*a2dc1f3fSmrg /* Define to 1 if the assembler supports .cfi_sections .debug_frame directive. 15*a2dc1f3fSmrg */ 16*a2dc1f3fSmrg #define HAVE_AS_CFI_SECTIONS 1 17*a2dc1f3fSmrg 1836ac495dSmrg /* Define to 1 if the target assembler supports thread-local storage. */ 1936ac495dSmrg #define HAVE_CC_TLS 1 2036ac495dSmrg 2136ac495dSmrg /* Define to 1 if you have the <ftw.h> header file. */ 2236ac495dSmrg #define HAVE_FTW_H 1 2336ac495dSmrg 2436ac495dSmrg /* Define if _Unwind_GetIPInfo is available. */ 2536ac495dSmrg #define HAVE_GETIPINFO 1 2636ac495dSmrg 2736ac495dSmrg /* Define if the compiler supports init priority. */ 2836ac495dSmrg #define HAVE_INIT_PRIORITY 1 2936ac495dSmrg 3036ac495dSmrg /* Define to 1 if you have the <inttypes.h> header file. */ 3136ac495dSmrg #define HAVE_INTTYPES_H 1 3236ac495dSmrg 3336ac495dSmrg /* Define to 1 if you have the <memory.h> header file. */ 3436ac495dSmrg #define HAVE_MEMORY_H 1 3536ac495dSmrg 3636ac495dSmrg /* Define if the system-provided CRTs are present on Solaris. */ 3736ac495dSmrg /* #undef HAVE_SOLARIS_CRTS */ 3836ac495dSmrg 3936ac495dSmrg /* Define to 1 if you have the <stdint.h> header file. */ 4036ac495dSmrg #define HAVE_STDINT_H 1 4136ac495dSmrg 4236ac495dSmrg /* Define to 1 if you have the <stdlib.h> header file. */ 4336ac495dSmrg #define HAVE_STDLIB_H 1 4436ac495dSmrg 4536ac495dSmrg /* Define to 1 if you have the <strings.h> header file. */ 4636ac495dSmrg #define HAVE_STRINGS_H 1 4736ac495dSmrg 4836ac495dSmrg /* Define to 1 if you have the <string.h> header file. */ 4936ac495dSmrg #define HAVE_STRING_H 1 5036ac495dSmrg 5136ac495dSmrg /* Define to 1 if you have the <sys/stat.h> header file. */ 5236ac495dSmrg #define HAVE_SYS_STAT_H 1 5336ac495dSmrg 5436ac495dSmrg /* Define to 1 if you have the <sys/types.h> header file. */ 5536ac495dSmrg #define HAVE_SYS_TYPES_H 1 5636ac495dSmrg 5736ac495dSmrg /* Define to 1 if you have the <unistd.h> header file. */ 5836ac495dSmrg #define HAVE_UNISTD_H 1 5936ac495dSmrg 6036ac495dSmrg /* Define to the address where bug reports for this package should be sent. */ 6136ac495dSmrg #define PACKAGE_BUGREPORT "" 6236ac495dSmrg 6336ac495dSmrg /* Define to the full name of this package. */ 6436ac495dSmrg #define PACKAGE_NAME "GNU C Runtime Library" 6536ac495dSmrg 6636ac495dSmrg /* Define to the full name and version of this package. */ 6736ac495dSmrg #define PACKAGE_STRING "GNU C Runtime Library 1.0" 6836ac495dSmrg 6936ac495dSmrg /* Define to the one symbol short name of this package. */ 7036ac495dSmrg #define PACKAGE_TARNAME "libgcc" 7136ac495dSmrg 7236ac495dSmrg /* Define to the home page for this package. */ 7336ac495dSmrg #define PACKAGE_URL "http://www.gnu.org/software/libgcc/" 7436ac495dSmrg 7536ac495dSmrg /* Define to the version of this package. */ 7636ac495dSmrg #define PACKAGE_VERSION "1.0" 7736ac495dSmrg 7836ac495dSmrg /* The size of `double', as computed by sizeof. */ 7936ac495dSmrg #define SIZEOF_DOUBLE 8 8036ac495dSmrg 8136ac495dSmrg /* The size of `long double', as computed by sizeof. */ 8236ac495dSmrg #define SIZEOF_LONG_DOUBLE 8 8336ac495dSmrg 8436ac495dSmrg /* Define to 1 if you have the ANSI C header files. */ 8536ac495dSmrg #define STDC_HEADERS 1 8636ac495dSmrg 8736ac495dSmrg /* Define to 1 if the target use emutls for thread-local storage. */ 8836ac495dSmrg /* #undef USE_EMUTLS */ 8936ac495dSmrg 9036ac495dSmrg /* Number of bits in a file offset, on hosts where this is settable. */ 9136ac495dSmrg /* #undef _FILE_OFFSET_BITS */ 9236ac495dSmrg 9336ac495dSmrg /* Define for large files, on AIX-style hosts. */ 9436ac495dSmrg /* #undef _LARGE_FILES */ 95