xref: /netbsd-src/external/gpl3/gcc.old/usr.bin/gcc/arch/m68000/tm.h (revision f3cfa6f6ce31685c6c4a758bc430e69eb99f50a4)
1 /* This file is automatically generated.  DO NOT EDIT! */
2 /* Generated from: NetBSD: mknative-gcc,v 1.92 2018/02/06 07:04:01 mrg Exp  */
3 /* Generated from: NetBSD: mknative.common,v 1.15 2017/11/29 03:32:28 christos Exp  */
4 
5 #ifndef GCC_TM_H
6 #define GCC_TM_H
7 #define TARGET_CPU_DEFAULT (m68010)
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 NETBSD_ENABLE_PTHREADS
21 # define NETBSD_ENABLE_PTHREADS
22 #endif
23 #ifndef MOTOROLA
24 # define MOTOROLA 1
25 #endif
26 #ifndef USE_GAS
27 # define USE_GAS 1
28 #endif
29 #ifndef CHAR_FAST8
30 # define CHAR_FAST8 1
31 #endif
32 #ifndef SHORT_FAST16
33 # define SHORT_FAST16 1
34 #endif
35 #ifdef IN_GCC
36 # include "options.h"
37 # include "insn-constants.h"
38 # include "config/m68k/m68k.h"
39 # include "config/dbxelf.h"
40 # include "config/elfos.h"
41 # include "config/netbsd.h"
42 # include "config/netbsd-stdint.h"
43 # include "config/netbsd-elf.h"
44 # include "config/m68k/netbsd-elf.h"
45 # include "config/initfini-array.h"
46 #endif
47 #if defined IN_GCC && !defined GENERATOR_FILE && !defined USED_FOR_TARGET
48 # include "insn-flags.h"
49 #endif
50 #if defined IN_GCC && !defined GENERATOR_FILE
51 # include "insn-modes.h"
52 #endif
53 #if defined IN_GCC && defined GENERATOR_FILE && !defined BITS_PER_UNIT
54 #include "machmode.h"
55 #endif
56 # include "defaults.h"
57 #endif /* GCC_TM_H */
58