xref: /netbsd-src/external/gpl3/gcc.old/usr.bin/gcc/arch/arm/tm.h (revision d909946ca08dceb44d7d0f22ec9488679695d976)
1 /* This file is automatically generated.  DO NOT EDIT! */
2 /* Generated from: NetBSD: mknative-gcc.old,v 1.3 2016/04/21 07:22:15 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 (TARGET_CPU_generic)
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/dbxelf.h"
24 # include "config/elfos.h"
25 # include "config/netbsd.h"
26 # include "config/netbsd-stdint.h"
27 # include "config/netbsd-elf.h"
28 # include "config/arm/elf.h"
29 # include "config/arm/netbsd-elf.h"
30 # include "config/arm/aout.h"
31 # include "config/arm/arm.h"
32 # include "config/initfini-array.h"
33 #endif
34 #if defined IN_GCC && !defined GENERATOR_FILE && !defined USED_FOR_TARGET
35 # include "insn-flags.h"
36 #endif
37 # include "defaults.h"
38 #endif /* GCC_TM_H */
39