11d163c8dSmatt /* This file is automatically generated. DO NOT EDIT! */ 2*cf89d143Smrg /* Generated from: NetBSD: mknative-gcc,v 1.117 2023/07/31 01:48:37 mrg Exp */ 3ee6b12caSmrg /* Generated from: NetBSD: mknative.common,v 1.16 2018/04/15 15:13:37 christos Exp */ 41d163c8dSmatt 51d163c8dSmatt /* auto-target.h. Generated from config.in by configure. */ 61d163c8dSmatt /* config.in. Generated from configure.ac by autoheader. */ 71d163c8dSmatt 841cead3cSmrg /* Define to the .hidden-like directive if it exists. */ 941cead3cSmrg #define AS_HIDDEN_DIRECTIVE .hidden 1041cead3cSmrg 1141cead3cSmrg /* Define to 1 if the assembler supports AVX. */ 1241cead3cSmrg /* #undef HAVE_AS_AVX */ 1341cead3cSmrg 1441cead3cSmrg /* Define to 1 if the assembler supports .cfi_sections .debug_frame directive. 1541cead3cSmrg */ 169a218c99Smrg #define HAVE_AS_CFI_SECTIONS 1 179a218c99Smrg 189a218c99Smrg /* Define to 1 if the assembler supports LSE. */ 199a218c99Smrg /* #undef HAVE_AS_LSE */ 2041cead3cSmrg 211d163c8dSmatt /* Define to 1 if the target assembler supports thread-local storage. */ 22ee6b12caSmrg #define HAVE_CC_TLS 1 23ee6b12caSmrg 24ee6b12caSmrg /* Define to 1 if you have the <ftw.h> header file. */ 25ee6b12caSmrg #define HAVE_FTW_H 1 261d163c8dSmatt 271d163c8dSmatt /* Define if _Unwind_GetIPInfo is available. */ 281d163c8dSmatt #define HAVE_GETIPINFO 1 291d163c8dSmatt 301d163c8dSmatt /* Define if the compiler supports init priority. */ 311d163c8dSmatt #define HAVE_INIT_PRIORITY 1 321d163c8dSmatt 331d163c8dSmatt /* Define to 1 if you have the <inttypes.h> header file. */ 34ee6b12caSmrg #define HAVE_INTTYPES_H 1 351d163c8dSmatt 361d163c8dSmatt /* Define to 1 if you have the <memory.h> header file. */ 37ee6b12caSmrg #define HAVE_MEMORY_H 1 38ee6b12caSmrg 39ee6b12caSmrg /* Define if the system-provided CRTs are present on Solaris. */ 40ee6b12caSmrg /* #undef HAVE_SOLARIS_CRTS */ 411d163c8dSmatt 421d163c8dSmatt /* Define to 1 if you have the <stdint.h> header file. */ 43ee6b12caSmrg #define HAVE_STDINT_H 1 441d163c8dSmatt 451d163c8dSmatt /* Define to 1 if you have the <stdlib.h> header file. */ 46ee6b12caSmrg #define HAVE_STDLIB_H 1 471d163c8dSmatt 481d163c8dSmatt /* Define to 1 if you have the <strings.h> header file. */ 49ee6b12caSmrg #define HAVE_STRINGS_H 1 501d163c8dSmatt 511d163c8dSmatt /* Define to 1 if you have the <string.h> header file. */ 52ee6b12caSmrg #define HAVE_STRING_H 1 531d163c8dSmatt 549a218c99Smrg /* Define to 1 if you have the <sys/auxv.h> header file. */ 559a218c99Smrg /* #undef HAVE_SYS_AUXV_H */ 569a218c99Smrg 57*cf89d143Smrg /* Define to 1 if you have the <sys/mman.h> header file. */ 58*cf89d143Smrg #define HAVE_SYS_MMAN_H 1 59*cf89d143Smrg 601d163c8dSmatt /* Define to 1 if you have the <sys/stat.h> header file. */ 61ee6b12caSmrg #define HAVE_SYS_STAT_H 1 621d163c8dSmatt 631d163c8dSmatt /* Define to 1 if you have the <sys/types.h> header file. */ 64ee6b12caSmrg #define HAVE_SYS_TYPES_H 1 651d163c8dSmatt 661d163c8dSmatt /* Define to 1 if you have the <unistd.h> header file. */ 67ee6b12caSmrg #define HAVE_UNISTD_H 1 681d163c8dSmatt 691d163c8dSmatt /* Define to the address where bug reports for this package should be sent. */ 701d163c8dSmatt #define PACKAGE_BUGREPORT "" 711d163c8dSmatt 721d163c8dSmatt /* Define to the full name of this package. */ 731d163c8dSmatt #define PACKAGE_NAME "GNU C Runtime Library" 741d163c8dSmatt 751d163c8dSmatt /* Define to the full name and version of this package. */ 761d163c8dSmatt #define PACKAGE_STRING "GNU C Runtime Library 1.0" 771d163c8dSmatt 781d163c8dSmatt /* Define to the one symbol short name of this package. */ 791d163c8dSmatt #define PACKAGE_TARNAME "libgcc" 801d163c8dSmatt 811d163c8dSmatt /* Define to the home page for this package. */ 821d163c8dSmatt #define PACKAGE_URL "http://www.gnu.org/software/libgcc/" 831d163c8dSmatt 841d163c8dSmatt /* Define to the version of this package. */ 851d163c8dSmatt #define PACKAGE_VERSION "1.0" 861d163c8dSmatt 871d163c8dSmatt /* The size of `double', as computed by sizeof. */ 881d163c8dSmatt #define SIZEOF_DOUBLE 8 891d163c8dSmatt 901d163c8dSmatt /* The size of `long double', as computed by sizeof. */ 91ee6b12caSmrg #define SIZEOF_LONG_DOUBLE 16 921d163c8dSmatt 931d163c8dSmatt /* Define to 1 if you have the ANSI C header files. */ 94ee6b12caSmrg #define STDC_HEADERS 1 951d163c8dSmatt 961d163c8dSmatt /* Define to 1 if the target use emutls for thread-local storage. */ 971d163c8dSmatt /* #undef USE_EMUTLS */ 98ee6b12caSmrg 999a218c99Smrg /* Enable large inode numbers on Mac OS X 10.5. */ 1009a218c99Smrg #ifndef _DARWIN_USE_64_BIT_INODE 1019a218c99Smrg # define _DARWIN_USE_64_BIT_INODE 1 1029a218c99Smrg #endif 1039a218c99Smrg 104ee6b12caSmrg /* Number of bits in a file offset, on hosts where this is settable. */ 105ee6b12caSmrg /* #undef _FILE_OFFSET_BITS */ 106ee6b12caSmrg 107ee6b12caSmrg /* Define for large files, on AIX-style hosts. */ 108ee6b12caSmrg /* #undef _LARGE_FILES */ 109