mirror of
https://github.com/opnsense/src.git
synced 2026-02-14 08:13:38 -05:00
19 lines
449 B
C
19 lines
449 B
C
/* $FreeBSD$ */
|
|
|
|
#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
|