Home | History | Annotate | Line # | Download | only in m68000
      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 #ifndef GCC_TM_H
      6 #define GCC_TM_H
      7 #define TARGET_CPU_DEFAULT (m68010)
      8 #ifndef LIBC_GLIBC
      9 # define LIBC_GLIBC 1
     10 #endif
     11 #ifndef LIBC_UCLIBC
     12 # define LIBC_UCLIBC 2
     13 #endif
     14 #ifndef LIBC_BIONIC
     15 # define LIBC_BIONIC 3
     16 #endif
     17 #ifndef LIBC_MUSL
     18 # define LIBC_MUSL 4
     19 #endif
     20 #ifndef HEAP_TRAMPOLINES_INIT
     21 # define HEAP_TRAMPOLINES_INIT 0
     22 #endif
     23 #ifndef MOTOROLA
     24 # define MOTOROLA 1
     25 #endif
     26 #ifndef CHAR_FAST8
     27 # define CHAR_FAST8 1
     28 #endif
     29 #ifndef SHORT_FAST16
     30 # define SHORT_FAST16 1
     31 #endif
     32 #ifdef IN_GCC
     33 # include "options.h"
     34 # include "insn-constants.h"
     35 # include "config/m68k/m68k.h"
     36 # include "config/elfos.h"
     37 # include "config/netbsd.h"
     38 # include "config/netbsd-stdint.h"
     39 # include "config/netbsd-elf.h"
     40 # include "config/m68k/netbsd-elf.h"
     41 # include "config/initfini-array.h"
     42 #endif
     43 #if defined IN_GCC && !defined GENERATOR_FILE && !defined USED_FOR_TARGET
     44 # include "insn-flags.h"
     45 #endif
     46 #if defined IN_GCC && !defined GENERATOR_FILE
     47 # include "insn-modes.h"
     48 #endif
     49 # include "defaults.h"
     50 #endif /* GCC_TM_H */
     51