darwin.h (APPLE_CC): Remove, not meaningful in FSF GCC.
authorStan Shebs <shebs@apple.com>
Wed, 3 Jul 2002 21:50:12 +0000 (21:50 +0000)
committerStan Shebs <shebs@gcc.gnu.org>
Wed, 3 Jul 2002 21:50:12 +0000 (21:50 +0000)
        * config/darwin.h (APPLE_CC): Remove, not meaningful in FSF GCC.
        (STRINGIFY_THIS, REALLY_STRINGIFY): Remove.
        (CPP_SPEC): Remove insertion of APPLE_CC definition.

From-SVN: r55222

gcc/ChangeLog
gcc/config/darwin.h

index 6f8b48be9458fcfbbb471dc186222aab0188bc72..328ea9f2434fcbbdbbd3481d4707b4ccd6fe9aed 100644 (file)
@@ -1,3 +1,9 @@
+2002-07-03  Stan Shebs  <shebs@apple.com>
+
+       * config/darwin.h (APPLE_CC): Remove, not meaningful in FSF GCC.
+       (STRINGIFY_THIS, REALLY_STRINGIFY): Remove.
+       (CPP_SPEC): Remove insertion of APPLE_CC definition.
+
 2002-07-03  Roger Sayle  <roger@eyesopen.com>
 
        * combine.c (struct_undo): Change types of recorded substitutions
index 0de241467d3f472755c7fca1a95c0b64c1df87f7..906951f32e1e3725154e9ed5dc031e139f6af569 100644 (file)
@@ -85,20 +85,8 @@ Boston, MA 02111-1307, USA.  */
 
 /* Machine dependent cpp options.  */
 
-/* The sequence here allows us to get a more specific version number
-   glued into __APPLE_CC__.  Normally this number would be updated as
-   part of submitting to a release engineering organization.  */
-
-#ifndef APPLE_CC
-#define APPLE_CC 999
-#endif
-
-#define STRINGIFY_THIS(x) # x
-#define REALLY_STRINGIFY(x) STRINGIFY_THIS(x)
-
 #undef CPP_SPEC
-#define CPP_SPEC "-D__APPLE_CC__=" REALLY_STRINGIFY(APPLE_CC) "        \
-                 %{static:-D__STATIC__}%{!static:-D__DYNAMIC__}"
+#define CPP_SPEC "%{static:-D__STATIC__}%{!static:-D__DYNAMIC__}"
 
 /* Machine dependent libraries.  */