33 lines
1.0 KiB
C
33 lines
1.0 KiB
C
/* This file is automatically generated. DO NOT EDIT! */
|
|
/* Generated from: NetBSD: mknative-gcc,v 1.25 2008/10/11 05:03:44 mrg Exp */
|
|
/* Generated from: NetBSD: mknative.common,v 1.9 2007/02/05 18:26:01 apb Exp */
|
|
|
|
#ifndef GCC_TM_H
|
|
#define GCC_TM_H
|
|
#define TARGET_CPU_DEFAULT (((MASK_ABICALLS|MASK_64BIT|MASK_FLOAT64|MASK_SPLIT_ADDRESSES|MASK_SOFT_FLOAT))|MASK_EXPLICIT_RELOCS)
|
|
#ifndef TARGET_ENDIAN_DEFAULT
|
|
# define TARGET_ENDIAN_DEFAULT 0
|
|
#endif
|
|
#ifndef NETBSD_ENABLE_PTHREADS
|
|
# define NETBSD_ENABLE_PTHREADS
|
|
#endif
|
|
#ifndef MIPS_ABI_DEFAULT
|
|
# define MIPS_ABI_DEFAULT ABI_N32
|
|
#endif
|
|
#ifdef IN_GCC
|
|
# include "options.h"
|
|
# include "config/elfos.h"
|
|
# include "config/mips/mips.h"
|
|
# include "config/mips/elf.h"
|
|
# include "config/netbsd.h"
|
|
# include "config/netbsd-elf.h"
|
|
# include "config/mips/netbsd.h"
|
|
# include "config/mips/netbsd64.h"
|
|
# include "defaults.h"
|
|
#endif
|
|
#if defined IN_GCC && !defined GENERATOR_FILE && !defined USED_FOR_TARGET
|
|
# include "insn-constants.h"
|
|
# include "insn-flags.h"
|
|
#endif
|
|
#endif /* GCC_TM_H */
|