xref: /netbsd-src/external/gpl3/gcc.old/usr.bin/gcc/arch/sh3eb/tm.h (revision b7b7574d3bf8eeb51a1fa3977b59142ec6434a55)
1 /* This file is automatically generated.  DO NOT EDIT! */
2 /* Generated from: 	NetBSD: mknative-gcc,v 1.58 2011/07/02 13:25:05 mrg Exp  */
3 /* Generated from: NetBSD: mknative.common,v 1.9 2007/02/05 18:26:01 apb Exp  */
4 
5 #ifndef GCC_TM_H
6 #define GCC_TM_H
7 #define TARGET_CPU_DEFAULT (SELECT_SH3)
8 #ifndef NETBSD_ENABLE_PTHREADS
9 # define NETBSD_ENABLE_PTHREADS
10 #endif
11 #ifndef SH_MULTILIB_CPU_DEFAULT
12 # define SH_MULTILIB_CPU_DEFAULT "m3"
13 #endif
14 #ifndef SUPPORT_SH3
15 # define SUPPORT_SH3 1
16 #endif
17 #ifndef SUPPORT_SH3
18 # define SUPPORT_SH3 1
19 #endif
20 #ifndef SUPPORT_SH3E
21 # define SUPPORT_SH3E 1
22 #endif
23 #ifndef SUPPORT_SH4
24 # define SUPPORT_SH4 1
25 #endif
26 #ifdef IN_GCC
27 # include "options.h"
28 # include "config/sh/sh.h"
29 # include "config/dbxelf.h"
30 # include "config/elfos.h"
31 # include "config/sh/elf.h"
32 # include "config/netbsd.h"
33 # include "config/netbsd-elf.h"
34 # include "config/sh/netbsd-elf.h"
35 # include "sysroot-suffix.h"
36 # include "defaults.h"
37 #endif
38 #if defined IN_GCC && !defined GENERATOR_FILE && !defined USED_FOR_TARGET
39 # include "insn-constants.h"
40 # include "insn-flags.h"
41 #endif
42 #endif /* GCC_TM_H */
43