xref: /netbsd-src/external/gpl3/gcc.old/usr.bin/gcc/arch/coldfire/tm.h (revision 36ac495d2b3ea2b9d96377b2143ebfedac224b92)
1 /* This file is automatically generated.  DO NOT EDIT! */
2 /* Generated from: NetBSD: mknative-gcc,v 1.87 2016/03/17 23:41:21 mrg Exp  */
3 /* Generated from: NetBSD: mknative.common,v 1.11 2014/02/17 21:39:43 christos Exp  */
4 
5 #ifndef GCC_TM_H
6 #define GCC_TM_H
7 #define TARGET_CPU_DEFAULT (mcf5475)
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 NETBSD_ENABLE_PTHREADS
18 # define NETBSD_ENABLE_PTHREADS
19 #endif
20 #ifndef MOTOROLA
21 # define MOTOROLA 1
22 #endif
23 #ifndef USE_GAS
24 # define USE_GAS 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/dbxelf.h"
37 # include "config/elfos.h"
38 # include "config/netbsd.h"
39 # include "config/netbsd-stdint.h"
40 # include "config/netbsd-elf.h"
41 # include "config/m68k/netbsd-elf.h"
42 # include "config/initfini-array.h"
43 #endif
44 #if defined IN_GCC && !defined GENERATOR_FILE && !defined USED_FOR_TARGET
45 # include "insn-flags.h"
46 #endif
47 #if defined IN_GCC && !defined GENERATOR_FILE
48 # include "insn-modes.h"
49 #endif
50 #if defined IN_GCC && defined GENERATOR_FILE && !defined BITS_PER_UNIT
51 #include "machmode.h"
52 #endif
53 # include "defaults.h"
54 #endif /* GCC_TM_H */
55