163d1a8abSmrg /* This file is automatically generated.  DO NOT EDIT! */
2*ec02198aSmrg /* Generated from: NetBSD: mknative-gcc,v 1.114 2021/04/11 07:35:45 mrg Exp  */
363d1a8abSmrg /* Generated from: NetBSD: mknative.common,v 1.16 2018/04/15 15:13:37 christos Exp  */
463d1a8abSmrg 
563d1a8abSmrg #ifndef GCC_TM_H
663d1a8abSmrg #define GCC_TM_H
7c7a68eb7Smrg #define TARGET_CPU_DEFAULT ("cortex-a8")
863d1a8abSmrg #ifndef LIBC_GLIBC
963d1a8abSmrg # define LIBC_GLIBC 1
1063d1a8abSmrg #endif
1163d1a8abSmrg #ifndef LIBC_UCLIBC
1263d1a8abSmrg # define LIBC_UCLIBC 2
1363d1a8abSmrg #endif
1463d1a8abSmrg #ifndef LIBC_BIONIC
1563d1a8abSmrg # define LIBC_BIONIC 3
1663d1a8abSmrg #endif
1763d1a8abSmrg #ifndef LIBC_MUSL
1863d1a8abSmrg # define LIBC_MUSL 4
1963d1a8abSmrg #endif
2063d1a8abSmrg #ifndef TARGET_BIG_ENDIAN_DEFAULT
2163d1a8abSmrg # define TARGET_BIG_ENDIAN_DEFAULT 1
2263d1a8abSmrg #endif
2363d1a8abSmrg #ifdef IN_GCC
2463d1a8abSmrg # include "options.h"
2563d1a8abSmrg # include "insn-constants.h"
260fc04c29Smrg # include "config/vxworks-dummy.h"
2763d1a8abSmrg # include "config/dbxelf.h"
2863d1a8abSmrg # include "config/elfos.h"
2963d1a8abSmrg # include "config/netbsd.h"
3063d1a8abSmrg # include "config/netbsd-stdint.h"
3163d1a8abSmrg # include "config/netbsd-elf.h"
3263d1a8abSmrg # include "config/arm/elf.h"
33c7a68eb7Smrg # include "config/arm/netbsd-elf.h"
34c7a68eb7Smrg # include "config/arm/bpabi.h"
35c7a68eb7Smrg # include "config/arm/netbsd-eabi.h"
36*ec02198aSmrg # include "config/arm/aout.h"
3763d1a8abSmrg # include "config/arm/arm.h"
3863d1a8abSmrg # include "config/initfini-array.h"
3963d1a8abSmrg #endif
4063d1a8abSmrg #if defined IN_GCC && !defined GENERATOR_FILE && !defined USED_FOR_TARGET
4163d1a8abSmrg # include "insn-flags.h"
4263d1a8abSmrg #endif
4363d1a8abSmrg #if defined IN_GCC && !defined GENERATOR_FILE
4463d1a8abSmrg # include "insn-modes.h"
4563d1a8abSmrg #endif
4663d1a8abSmrg # include "defaults.h"
4763d1a8abSmrg #endif /* GCC_TM_H */
48