aboutsummaryrefslogtreecommitdiff
path: root/gnu/usr.bin/binutils/as/mips-freebsd/itbl-cpu.h
blob: 5dc4d027e55f77e6a0510de56ba2e6c81d60c31a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/* $FreeBSD: src/gnu/usr.bin/binutils/as/mips-freebsd/itbl-cpu.h,v 1.3.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $ */

#include "itbl-mips.h"

/* Choose a default ABI for MIPS targets.  */
/* XXX: Where should this be ? */
#define MIPS_DEFAULT_ABI NO_ABI

/* Default CPU for MIPS targets.  */
#define MIPS_CPU_STRING_DEFAULT "from-abi"

/* Generate 64-bit code by default on MIPS targets.  */
#define MIPS_DEFAULT_64BIT 0

/* Allow use of E_MIPS_ABI_O32 on MIPS targets.  */
#define USE_E_MIPS_ABI_O32 1

/* Use traditional mips */
#define TE_TMIPS 1