xref: /minix3/external/gpl3/gcc/usr.bin/gcc/arch/alpha/tm.h (revision 0a6a1f1d05b60e214de2f05a7310ddd1f0e590e7)
1 /* This file is automatically generated.  DO NOT EDIT! */
2 /* Generated from: NetBSD: mknative-gcc,v 1.70 2013/05/05 07:11:34 skrll Exp  */
3 /* Generated from: NetBSD: mknative.common,v 1.8 2006/05/26 19:17:21 mrg 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 #ifdef IN_GCC
20 # include "options.h"
21 # include "insn-constants.h"
22 # include "config/elfos.h"
23 # include "config/alpha/alpha.h"
24 # include "config/netbsd.h"
25 # include "config/netbsd-stdint.h"
26 # include "config/netbsd-elf.h"
27 # include "config/alpha/elf.h"
28 # include "config/alpha/netbsd.h"
29 # include "config/initfini-array.h"
30 #endif
31 #if defined IN_GCC && !defined GENERATOR_FILE && !defined USED_FOR_TARGET
32 # include "insn-flags.h"
33 #endif
34 # include "defaults.h"
35 #endif /* GCC_TM_H */
36