xref: /netbsd-src/external/gpl3/gcc.old/usr.bin/gcc/arch/earm/tm.h (revision 8feb0f0b7eaff0608f8350bbfa3098827b4bb91b)
1 /* This file is automatically generated.  DO NOT EDIT! */
2 /* Generated from: NetBSD: mknative-gcc,v 1.114 2021/04/11 07:35:45 mrg Exp  */
3 /* Generated from: NetBSD: mknative.common,v 1.16 2018/04/15 15:13:37 christos Exp  */
4 
5 #ifndef GCC_TM_H
6 #define GCC_TM_H
7 #define TARGET_CPU_DEFAULT ("arm9e")
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 LIBC_MUSL
18 # define LIBC_MUSL 4
19 #endif
20 #ifdef IN_GCC
21 # include "options.h"
22 # include "insn-constants.h"
23 # include "config/vxworks-dummy.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/arm/elf.h"
30 # include "config/arm/netbsd-elf.h"
31 # include "config/arm/bpabi.h"
32 # include "config/arm/netbsd-eabi.h"
33 # include "config/arm/aout.h"
34 # include "config/arm/arm.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 #if defined IN_GCC && !defined GENERATOR_FILE
41 # include "insn-modes.h"
42 #endif
43 # include "defaults.h"
44 #endif /* GCC_TM_H */
45