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