Make long double 80 bits by default.
authorMichael Meissner <meissner@gcc.gnu.org>
Thu, 15 Sep 1994 19:34:24 +0000 (19:34 +0000)
committerMichael Meissner <meissner@gcc.gnu.org>
Thu, 15 Sep 1994 19:34:24 +0000 (19:34 +0000)
From-SVN: r8089

gcc/config/i386/osfrose.h

index 400e98610e43a20a7b2354a90b781e0f88dd15b7..e041e12971b81f0b9519dfd611cc772b40acd21e 100644 (file)
@@ -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.