xref: /netbsd-src/external/gpl3/gcc.old/usr.bin/gcc/arch/coldfire/tm.h (revision b7b7574d3bf8eeb51a1fa3977b59142ec6434a55)
1 /* This file is automatically generated.  DO NOT EDIT! */
2 /* Generated from: 	NetBSD: mknative-gcc,v 1.71 2013/06/28 08:30:10 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 (mcf5475)
8 #ifndef NETBSD_ENABLE_PTHREADS
9 # define NETBSD_ENABLE_PTHREADS
10 #endif
11 #ifndef MOTOROLA
12 # define MOTOROLA 1
13 #endif
14 #ifndef USE_GAS
15 # define USE_GAS 1
16 #endif
17 #ifdef IN_GCC
18 # include "options.h"
19 # include "config/m68k/m68k.h"
20 # include "config/dbxelf.h"
21 # include "config/elfos.h"
22 # include "config/netbsd.h"
23 # include "config/netbsd-elf.h"
24 # include "config/m68k/netbsd-elf.h"
25 # include "defaults.h"
26 #endif
27 #if defined IN_GCC && !defined GENERATOR_FILE && !defined USED_FOR_TARGET
28 # include "insn-constants.h"
29 # include "insn-flags.h"
30 #endif
31 #endif /* GCC_TM_H */
32