From cbb2bbd44d377e621e38e25aa7cba539a6465518 Mon Sep 17 00:00:00 2001 From: Richard Kenner Date: Tue, 19 Oct 1993 17:42:04 -0400 Subject: [PATCH] (HOST_FLOAT_WORDS_BIG_ENDIAN): Define to 1. From-SVN: r5811 --- gcc/config/arm/xm-arm.h | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.30.2