From: Richard Kenner Date: Tue, 19 Oct 1993 21:42:04 +0000 (-0400) Subject: (HOST_FLOAT_WORDS_BIG_ENDIAN): Define to 1. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=cbb2bbd44d377e621e38e25aa7cba539a6465518;p=gcc.git (HOST_FLOAT_WORDS_BIG_ENDIAN): Define to 1. From-SVN: r5811 --- diff --git a/gcc/config/arm/xm-arm.h b/gcc/config/arm/xm-arm.h index c8eaf0d3545..cece038ba9d 100644 --- a/gcc/config/arm/xm-arm.h +++ b/gcc/config/arm/xm-arm.h @@ -36,6 +36,8 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #define HOST_FLOAT_FORMAT IEEE_FLOAT_FORMAT +#define HOST_FLOAT_WORDS_BIG_ENDIAN 1 + /* If not compiled with GNU C, use C alloca. */ #ifndef __GNUC__ #define USE_C_ALLOCA