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