From dd0328d31533cc8c575b934a4d62a67b54ea4caa Mon Sep 17 00:00:00 2001 From: Michael Meissner Date: Thu, 15 Sep 1994 19:34:24 +0000 Subject: [PATCH] Make long double 80 bits by default. From-SVN: r8089 --- gcc/config/i386/osfrose.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gcc/config/i386/osfrose.h b/gcc/config/i386/osfrose.h index 400e98610e4..e041e12971b 100644 --- a/gcc/config/i386/osfrose.h +++ b/gcc/config/i386/osfrose.h @@ -184,9 +184,11 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ enclosed in `extern "C" {...}'. */ #define NO_IMPLICIT_EXTERN_C +#ifdef NO_LONG_DOUBLE /* Turn off long double being 96 bits. */ #undef LONG_DOUBLE_TYPE_SIZE #define LONG_DOUBLE_TYPE_SIZE 64 +#endif /* This macro generates the assembly code for function entry. FILE is a stdio stream to output the code to. -- 2.30.2