xref: /minix/external/gpl3/gcc/usr.bin/gcc/arch/armeb/tm.h (revision 84d9c625)
1 /* This file is automatically generated.  DO NOT EDIT! */
2 /* Generated from: 	NetBSD: mknative-gcc,v 1.71 2013/06/28 08:30:10 mrg Exp  */
3 /* Generated from: NetBSD: mknative.common,v 1.9 2007/02/05 18:26:01 apb Exp  */
4 
5 #ifndef GCC_TM_H
6 #define GCC_TM_H
7 #define TARGET_CPU_DEFAULT (TARGET_CPU_generic)
8 #ifndef NETBSD_ENABLE_PTHREADS
9 # define NETBSD_ENABLE_PTHREADS
10 #endif
11 #ifndef TARGET_BIG_ENDIAN_DEFAULT
12 # define TARGET_BIG_ENDIAN_DEFAULT 1
13 #endif
14 #ifdef IN_GCC
15 # include "options.h"
16 # include "config/dbxelf.h"
17 # include "config/elfos.h"
18 # include "config/netbsd.h"
19 # include "config/netbsd-elf.h"
20 # include "config/arm/elf.h"
21 # include "config/arm/aout.h"
22 # include "config/arm/arm.h"
23 # include "config/arm/netbsd-elf.h"
24 # include "defaults.h"
25 #endif
26 #if defined IN_GCC && !defined GENERATOR_FILE && !defined USED_FOR_TARGET
27 # include "insn-constants.h"
28 # include "insn-flags.h"
29 #endif
30 #endif /* GCC_TM_H */
31