From: Jim Wilson Date: Mon, 25 Oct 1993 18:00:11 +0000 (-0700) Subject: (LONG_DOUBLE_TYPE_SIZE): Don't define here. X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=360b1451cbd3e2a74d305f4ee25a0ca168702b1f;p=platform%2Fupstream%2Fgcc.git (LONG_DOUBLE_TYPE_SIZE): Don't define here. From-SVN: r5883 --- diff --git a/gcc/config/sparc/sparc.h b/gcc/config/sparc/sparc.h index e988bbf..6fa5640 100644 --- a/gcc/config/sparc/sparc.h +++ b/gcc/config/sparc/sparc.h @@ -179,9 +179,13 @@ extern int target_flags; /* target machine storage layout */ +#if 0 +/* ??? This does not work in SunOS 4.x, so it is not enabled here. + Instead, it is enabled in sol2.h, because it does work under Solaris. */ /* Define for support of TFmode long double and REAL_ARITHMETIC. Sparc ABI says that long double is 4 words. */ #define LONG_DOUBLE_TYPE_SIZE 128 +#endif /* Define for cross-compilation to a sparc target with no TFmode from a host with a different float format (e.g. VAX). */