xref: /minix/external/gpl3/gcc/usr.bin/gcc/arch/ia64/tm.h (revision 0a6a1f1d)
1 /* This file is automatically generated.  DO NOT EDIT! */
2 /* Generated from: NetBSD: mknative-gcc,v 1.78 2014/03/02 04:58:20 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 (MASK_GNU_AS|MASK_GNU_LD)
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 #ifdef IN_GCC
21 # include "options.h"
22 # include "insn-constants.h"
23 # include "config/ia64/ia64.h"
24 # include "config/dbxelf.h"
25 # include "config/elfos.h"
26 # include "config/netbsd.h"
27 # include "config/netbsd-stdint.h"
28 # include "config/netbsd-elf.h"
29 # include "config/ia64/sysv4.h"
30 # include "config/ia64/netbsd.h"
31 # include "config/initfini-array.h"
32 #endif
33 #if defined IN_GCC && !defined GENERATOR_FILE && !defined USED_FOR_TARGET
34 # include "insn-flags.h"
35 #endif
36 # include "defaults.h"
37 #endif /* GCC_TM_H */
38