118a5822eSThomas Veerman /* This file is automatically generated. DO NOT EDIT! */ 2*0a6a1f1dSLionel Sambuc /* Generated from: NetBSD: mknative-gcc,v 1.70 2013/05/05 07:11:34 skrll Exp */ 3*0a6a1f1dSLionel Sambuc /* Generated from: NetBSD: mknative.common,v 1.8 2006/05/26 19:17:21 mrg Exp */ 418a5822eSThomas Veerman 518a5822eSThomas Veerman #ifndef GCC_TM_H 618a5822eSThomas Veerman #define GCC_TM_H 7*0a6a1f1dSLionel Sambuc #ifndef LIBC_GLIBC 8*0a6a1f1dSLionel Sambuc # define LIBC_GLIBC 1 9*0a6a1f1dSLionel Sambuc #endif 10*0a6a1f1dSLionel Sambuc #ifndef LIBC_UCLIBC 11*0a6a1f1dSLionel Sambuc # define LIBC_UCLIBC 2 12*0a6a1f1dSLionel Sambuc #endif 13*0a6a1f1dSLionel Sambuc #ifndef LIBC_BIONIC 14*0a6a1f1dSLionel Sambuc # define LIBC_BIONIC 3 15*0a6a1f1dSLionel Sambuc #endif 1618a5822eSThomas Veerman #ifndef NETBSD_ENABLE_PTHREADS 1718a5822eSThomas Veerman # define NETBSD_ENABLE_PTHREADS 1818a5822eSThomas Veerman #endif 1918a5822eSThomas Veerman #ifdef IN_GCC 2018a5822eSThomas Veerman # include "options.h" 21*0a6a1f1dSLionel Sambuc # include "insn-constants.h" 22*0a6a1f1dSLionel Sambuc # include "config/elfos.h" 2318a5822eSThomas Veerman # include "config/alpha/alpha.h" 2418a5822eSThomas Veerman # include "config/netbsd.h" 25*0a6a1f1dSLionel Sambuc # include "config/netbsd-stdint.h" 2618a5822eSThomas Veerman # include "config/netbsd-elf.h" 27*0a6a1f1dSLionel Sambuc # include "config/alpha/elf.h" 2818a5822eSThomas Veerman # include "config/alpha/netbsd.h" 29*0a6a1f1dSLionel Sambuc # include "config/initfini-array.h" 3018a5822eSThomas Veerman #endif 3118a5822eSThomas Veerman #if defined IN_GCC && !defined GENERATOR_FILE && !defined USED_FOR_TARGET 3218a5822eSThomas Veerman # include "insn-flags.h" 3318a5822eSThomas Veerman #endif 34*0a6a1f1dSLionel Sambuc # include "defaults.h" 3518a5822eSThomas Veerman #endif /* GCC_TM_H */ 36