xref: /minix/external/gpl3/gcc/usr.bin/gcc/arch/vax/tm.h (revision 0a6a1f1d)
1 /* This file is automatically generated.  DO NOT EDIT! */
2 /* Generated from: NetBSD: mknative-gcc,v 1.79 2014/05/29 16:27:50 skrll 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 #ifndef LIBC_GLIBC
8 # define LIBC_GLIBC 1
9 #endif
10 #ifndef LIBC_UCLIBC
11 # define LIBC_UCLIBC 2
12 #endif
13 #ifndef LIBC_BIONIC
14 # define LIBC_BIONIC 3
15 #endif
16 #ifndef NETBSD_ENABLE_PTHREADS
17 # define NETBSD_ENABLE_PTHREADS
18 #endif
19 #ifndef CHAR_FAST8
20 # define CHAR_FAST8 1
21 #endif
22 #ifndef SHORT_FAST16
23 # define SHORT_FAST16 1
24 #endif
25 #ifdef IN_GCC
26 # include "options.h"
27 # include "insn-constants.h"
28 # include "config/vax/vax.h"
29 # include "config/elfos.h"
30 # include "config/netbsd.h"
31 # include "config/netbsd-stdint.h"
32 # include "config/netbsd-elf.h"
33 # include "config/vax/elf.h"
34 # include "config/vax/netbsd-elf.h"
35 # include "config/initfini-array.h"
36 #endif
37 #if defined IN_GCC && !defined GENERATOR_FILE && !defined USED_FOR_TARGET
38 # include "insn-flags.h"
39 #endif
40 # include "defaults.h"
41 #endif /* GCC_TM_H */
42