xref: /netbsd-src/external/gpl3/gcc.old/usr.bin/gcc/arch/sh3eb/tm.h (revision a2dc1f3faca890bc62c61c70cbcb4657d1fe6044)
1*36ac495dSmrg /* This file is automatically generated.  DO NOT EDIT! */
2*36ac495dSmrg /* Generated from: NetBSD: mknative-gcc,v 1.101 2019/02/23 06:54:45 mrg Exp  */
3*36ac495dSmrg /* Generated from: NetBSD: mknative.common,v 1.16 2018/04/15 15:13:37 christos Exp  */
4*36ac495dSmrg 
5*36ac495dSmrg #ifndef GCC_TM_H
6*36ac495dSmrg #define GCC_TM_H
7*36ac495dSmrg #define TARGET_CPU_DEFAULT (SELECT_SH3)
8*36ac495dSmrg #ifndef LIBC_GLIBC
9*36ac495dSmrg # define LIBC_GLIBC 1
10*36ac495dSmrg #endif
11*36ac495dSmrg #ifndef LIBC_UCLIBC
12*36ac495dSmrg # define LIBC_UCLIBC 2
13*36ac495dSmrg #endif
14*36ac495dSmrg #ifndef LIBC_BIONIC
15*36ac495dSmrg # define LIBC_BIONIC 3
16*36ac495dSmrg #endif
17*36ac495dSmrg #ifndef LIBC_MUSL
18*36ac495dSmrg # define LIBC_MUSL 4
19*36ac495dSmrg #endif
20*36ac495dSmrg #ifndef SH_MULTILIB_CPU_DEFAULT
21*36ac495dSmrg # define SH_MULTILIB_CPU_DEFAULT "m3"
22*36ac495dSmrg #endif
23*36ac495dSmrg #ifndef SUPPORT_SH3
24*36ac495dSmrg # define SUPPORT_SH3 1
25*36ac495dSmrg #endif
26*36ac495dSmrg #ifndef SUPPORT_SH3
27*36ac495dSmrg # define SUPPORT_SH3 1
28*36ac495dSmrg #endif
29*36ac495dSmrg #ifndef SUPPORT_SH3E
30*36ac495dSmrg # define SUPPORT_SH3E 1
31*36ac495dSmrg #endif
32*36ac495dSmrg #ifndef SUPPORT_SH4
33*36ac495dSmrg # define SUPPORT_SH4 1
34*36ac495dSmrg #endif
35*36ac495dSmrg #ifdef IN_GCC
36*36ac495dSmrg # include "options.h"
37*36ac495dSmrg # include "insn-constants.h"
38*36ac495dSmrg # include "config/vxworks-dummy.h"
39*36ac495dSmrg # include "config/sh/sh.h"
40*36ac495dSmrg # include "config/dbxelf.h"
41*36ac495dSmrg # include "config/elfos.h"
42*36ac495dSmrg # include "config/sh/elf.h"
43*36ac495dSmrg # include "config/netbsd.h"
44*36ac495dSmrg # include "config/netbsd-stdint.h"
45*36ac495dSmrg # include "config/netbsd-elf.h"
46*36ac495dSmrg # include "config/sh/netbsd-elf.h"
47*36ac495dSmrg # include "sysroot-suffix.h"
48*36ac495dSmrg # include "config/initfini-array.h"
49*36ac495dSmrg #endif
50*36ac495dSmrg #if defined IN_GCC && !defined GENERATOR_FILE && !defined USED_FOR_TARGET
51*36ac495dSmrg # include "insn-flags.h"
52*36ac495dSmrg #endif
53*36ac495dSmrg #if defined IN_GCC && !defined GENERATOR_FILE
54*36ac495dSmrg # include "insn-modes.h"
55*36ac495dSmrg #endif
56*36ac495dSmrg # include "defaults.h"
57*36ac495dSmrg #endif /* GCC_TM_H */
58