summaryrefslogtreecommitdiffstats
path: root/contrib/gcc/ansidecl.h
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/gcc/ansidecl.h')
-rw-r--r--contrib/gcc/ansidecl.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/contrib/gcc/ansidecl.h b/contrib/gcc/ansidecl.h
index f8f2d73..d2c8776 100644
--- a/contrib/gcc/ansidecl.h
+++ b/contrib/gcc/ansidecl.h
@@ -312,15 +312,4 @@ So instead we use the macro below and test it against specific values. */
#define __extension__
#endif
-/* Bootstrap support: Adjust certain macros defined by Autoconf,
- which are only valid for the stage1 compiler. If we detect
- a modern version of GCC, we are probably in stage2 or beyond,
- so unconditionally reset the values. Note that const, inline,
- etc. have been dealt with above. */
-#if (GCC_VERSION >= 2007)
-# ifndef HAVE_LONG_DOUBLE
-# define HAVE_LONG_DOUBLE 1
-# endif
-#endif /* GCC >= 2.7 */
-
#endif /* ansidecl.h */
OpenPOWER on IntegriCloud