Skip to content
This repository has been archived by the owner on Nov 15, 2022. It is now read-only.

Commit

Permalink
[ENDIAN] Select endianess correctly for MIPS
Browse files Browse the repository at this point in the history
Change-Id: Ie2bd871d8363f6e8a1e776f71dfccb59b2bf0f08
Signed-off-by: Chris Dearman <chris@mips.com>
  • Loading branch information
chrisdearman authored and Bhanu Chetlapalli committed Jan 31, 2012
1 parent 988ffeb commit 2b584d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fdlibm.h
Expand Up @@ -19,7 +19,7 @@ extern "C" {
but these catch some common cases. */
#if defined(i386) || defined(i486) || \
defined(intel) || defined(x86) || defined(i86pc) || \
defined(__alpha) || defined(__osf__)
defined(__alpha) || defined(__osf__) || defined(__MIPSEL__)
#define __LITTLE_ENDIAN
#endif
#endif
Expand Down

0 comments on commit 2b584d8

Please sign in to comment.