Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDJ Delorie <dj@redhat.com>2003-06-17 20:31:07 +0400
committerDJ Delorie <dj@redhat.com>2003-06-17 20:31:07 +0400
commitc89701c687755cbff0ec0ca200c55d5d494aee0f (patch)
tree0b969c21aaa8479cc5cb5c0c6ec45bd2bc000d99 /include/ansidecl.h
parentc433f4617f61b37cee9f8f91372d64e3cbd03c48 (diff)
merge from gcc
Diffstat (limited to 'include/ansidecl.h')
-rw-r--r--include/ansidecl.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/include/ansidecl.h b/include/ansidecl.h
index f8f2d737b..d2c87768c 100644
--- a/include/ansidecl.h
+++ b/include/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 */