blob: fa91f01bf5b36917d85d268d612cd8a209ade019 [file] [log] [blame]
#ifndef GCC_TM_H
#define GCC_TM_H
#ifndef LIBC_GLIBC
# define LIBC_GLIBC 1
#endif
#ifndef LIBC_UCLIBC
# define LIBC_UCLIBC 2
#endif
#ifndef LIBC_BIONIC
# define LIBC_BIONIC 3
#endif
#ifndef DEFAULT_LIBC
# define DEFAULT_LIBC LIBC_UCLIBC
#endif
#ifndef ANDROID_DEFAULT
# define ANDROID_DEFAULT 0
#endif
#ifndef TARGET_SDATA_DEFAULT
# define TARGET_SDATA_DEFAULT 0
#endif
#ifndef TARGET_MMEDIUM_CALLS_DEFAULT
# define TARGET_MMEDIUM_CALLS_DEFAULT 1
#endif
#ifndef TARGET_CPU_BUILD
# define TARGET_CPU_BUILD PROCESSOR_arc700
#endif
#ifndef ARC_MULTILIB_CPU_DEFAULT
# define ARC_MULTILIB_CPU_DEFAULT "arc700"
#endif
#ifdef IN_GCC
# include "options.h"
# include "insn-constants.h"
# include "config/arc/arc-arch.h"
# include "config/dbxelf.h"
# include "config/elfos.h"
# include "config/gnu-user.h"
# include "config/linux.h"
# include "config/glibc-stdint.h"
# include "config/arc/arc.h"
# include "config/linux-android.h"
# include "config/initfini-array.h"
#endif
#if defined IN_GCC && !defined GENERATOR_FILE && !defined USED_FOR_TARGET
# include "insn-flags.h"
#endif
# include "defaults.h"
#endif /* GCC_TM_H */