Commit 7d473b07 by Michael Meissner

Make sure Solaris is recognized as little endian.

From-SVN: r12175
parent d6a2af95
...@@ -272,7 +272,7 @@ do { \ ...@@ -272,7 +272,7 @@ do { \
/* Define this to set the endianness to use in libgcc2.c, which can /* Define this to set the endianness to use in libgcc2.c, which can
not depend on target_flags. */ not depend on target_flags. */
#ifndef _LITTLE_ENDIAN #if !defined(_LITTLE_ENDIAN) && !defined(__sun__)
#define LIBGCC2_WORDS_BIG_ENDIAN 1 #define LIBGCC2_WORDS_BIG_ENDIAN 1
#else #else
#define LIBGCC2_WORDS_BIG_ENDIAN 0 #define LIBGCC2_WORDS_BIG_ENDIAN 0
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment