Home | History | Annotate | Line # | Download | only in mipsn64el
      1 /* This file is automatically generated.  DO NOT EDIT! */
      2 /* Generated from: NetBSD: mknative-gcc,v 1.114 2021/04/11 07:35:45 mrg Exp  */
      3 /* Generated from: NetBSD: mknative.common,v 1.16 2018/04/15 15:13:37 christos Exp  */
      4 
      5 #ifndef GCC_TM_H
      6 #define GCC_TM_H
      7 #define TARGET_CPU_DEFAULT (((MASK_ABICALLS|MASK_FLOAT64|MASK_SOFT_FLOAT_ABI|MASK_SPLIT_ADDRESSES))|MASK_EXPLICIT_RELOCS)
      8 #ifndef TARGET_ENDIAN_DEFAULT
      9 # define TARGET_ENDIAN_DEFAULT 0
     10 #endif
     11 #ifndef LIBC_GLIBC
     12 # define LIBC_GLIBC 1
     13 #endif
     14 #ifndef LIBC_UCLIBC
     15 # define LIBC_UCLIBC 2
     16 #endif
     17 #ifndef LIBC_BIONIC
     18 # define LIBC_BIONIC 3
     19 #endif
     20 #ifndef LIBC_MUSL
     21 # define LIBC_MUSL 4
     22 #endif
     23 #ifndef MIPS_ABI_DEFAULT
     24 # define MIPS_ABI_DEFAULT ABI_64
     25 #endif
     26 #ifdef IN_GCC
     27 # include "options.h"
     28 # include "insn-constants.h"
     29 # include "config/vxworks-dummy.h"
     30 # include "config/elfos.h"
     31 # include "config/mips/mips.h"
     32 # include "config/mips/elf.h"
     33 # include "config/netbsd.h"
     34 # include "config/netbsd-stdint.h"
     35 # include "config/netbsd-elf.h"
     36 # include "config/mips/netbsd.h"
     37 # include "config/mips/netbsd64.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 # include "defaults.h"
     47 #endif /* GCC_TM_H */
     48