NetBSD/gnu/usr.bin/egcs/arch/mips/tm.h

12 lines
213 B
C
Raw Normal View History

2000-02-16 14:23:48 +03:00
/* $NetBSD: tm.h,v 1.3 2000/02/16 11:23:49 tsutsui Exp $ */
#ifdef mipseb
#define TARGET_ENDIAN_DEFAULT MASK_BIG_ENDIAN
#else
#ifdef mipsel
#define TARGET_ENDIAN_DEFAULT 0
#endif
#endif
1998-08-18 00:26:06 +04:00
#include "mips/netbsd.h"