1 /* This file is automatically generated. DO NOT EDIT! */ 2 /* Generated from: NetBSD: mknative-gcc,v 1.92 2018/02/06 07:04:01 mrg Exp */ 3 /* Generated from: NetBSD: mknative.common,v 1.15 2017/11/29 03:32:28 christos Exp */ 4 5 #ifndef GCC_TM_H 6 #define GCC_TM_H 7 #ifndef LIBC_GLIBC 8 # define LIBC_GLIBC 1 9 #endif 10 #ifndef LIBC_UCLIBC 11 # define LIBC_UCLIBC 2 12 #endif 13 #ifndef LIBC_BIONIC 14 # define LIBC_BIONIC 3 15 #endif 16 #ifndef LIBC_MUSL 17 # define LIBC_MUSL 4 18 #endif 19 #ifndef NETBSD_ENABLE_PTHREADS 20 # define NETBSD_ENABLE_PTHREADS 21 #endif 22 #ifndef CHAR_FAST8 23 # define CHAR_FAST8 1 24 #endif 25 #ifndef SHORT_FAST16 26 # define SHORT_FAST16 1 27 #endif 28 #ifdef IN_GCC 29 # include "options.h" 30 # include "insn-constants.h" 31 # include "config/vax/vax.h" 32 # include "config/elfos.h" 33 # include "config/netbsd.h" 34 # include "config/netbsd-stdint.h" 35 # include "config/netbsd-elf.h" 36 # include "config/vax/elf.h" 37 # include "config/vax/netbsd-elf.h" 38 # include "config/initfini-array.h" 39 #endif 40 #if defined IN_GCC && !defined GENERATOR_FILE && !defined USED_FOR_TARGET 41 # include "insn-flags.h" 42 #endif 43 #if defined IN_GCC && !defined GENERATOR_FILE 44 # include "insn-modes.h" 45 #endif 46 #if defined IN_GCC && defined GENERATOR_FILE && !defined BITS_PER_UNIT 47 #include "machmode.h" 48 #endif 49 # include "defaults.h" 50 #endif /* GCC_TM_H */ 51