tm.h revision 1.6
1/* This file is automatically generated.  DO NOT EDIT! */
2/* Generated from: NetBSD: mknative-gcc,v 1.91 2018/02/03 19:06:25 mrg Exp  */
3/* Generated from: NetBSD: mknative.common,v 1.15 2017/11/29 03:32:28 christos Exp  */
4
5#ifndef GCC_TM_H
6#define GCC_TM_H
7#define TARGET_CPU_DEFAULT (TARGET_CPU_ultrasparc)
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#ifndef NETBSD_ENABLE_PTHREADS
21# define NETBSD_ENABLE_PTHREADS
22#endif
23#ifdef IN_GCC
24# include "options.h"
25# include "insn-constants.h"
26# include "config/sparc/biarch64.h"
27# include "config/vxworks-dummy.h"
28# include "config/sparc/sparc.h"
29# include "config/dbxelf.h"
30# include "config/elfos.h"
31# include "config/sparc/sysv4.h"
32# include "config/netbsd.h"
33# include "config/netbsd-stdint.h"
34# include "config/netbsd-elf.h"
35# include "config/sparc/netbsd-elf.h"
36# include "config/initfini-array.h"
37#endif
38#if defined IN_GCC && !defined GENERATOR_FILE && !defined USED_FOR_TARGET
39# include "insn-flags.h"
40#endif
41#if defined IN_GCC && !defined GENERATOR_FILE
42# include "insn-modes.h"
43#endif
44#if defined IN_GCC && defined GENERATOR_FILE && !defined BITS_PER_UNIT
45#include "machmode.h"
46#endif
47# include "defaults.h"
48#endif /* GCC_TM_H */
49