xref: /netbsd-src/external/gpl3/gcc.old/usr.bin/gcc/arch/sh3el/tm.h (revision c0a68be459da21030695f60d10265c2fc49758f8)
1 /* This file is automatically generated.  DO NOT EDIT! */
2 /* Generated from: NetBSD: mknative-gcc,v 1.108 2020/09/05 10:58:08 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 (SELECT_SH3)
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 SH_MULTILIB_CPU_DEFAULT
21 # define SH_MULTILIB_CPU_DEFAULT "m3"
22 #endif
23 #ifndef SUPPORT_SH3
24 # define SUPPORT_SH3 1
25 #endif
26 #ifndef SUPPORT_SH3
27 # define SUPPORT_SH3 1
28 #endif
29 #ifndef SUPPORT_SH3E
30 # define SUPPORT_SH3E 1
31 #endif
32 #ifndef SUPPORT_SH4
33 # define SUPPORT_SH4 1
34 #endif
35 #ifdef IN_GCC
36 # include "options.h"
37 # include "insn-constants.h"
38 # include "config/vxworks-dummy.h"
39 # include "config/sh/little.h"
40 # include "config/sh/sh.h"
41 # include "config/dbxelf.h"
42 # include "config/elfos.h"
43 # include "config/sh/elf.h"
44 # include "config/netbsd.h"
45 # include "config/netbsd-stdint.h"
46 # include "config/netbsd-elf.h"
47 # include "config/sh/netbsd-elf.h"
48 # include "sysroot-suffix.h"
49 # include "config/initfini-array.h"
50 #endif
51 #if defined IN_GCC && !defined GENERATOR_FILE && !defined USED_FOR_TARGET
52 # include "insn-flags.h"
53 #endif
54 #if defined IN_GCC && !defined GENERATOR_FILE
55 # include "insn-modes.h"
56 #endif
57 # include "defaults.h"
58 #endif /* GCC_TM_H */
59