* i386.h (CPP_CPU_DEFAULT): Avoid using #elif.
authorJeffrey A Law <law@cygnus.com>
Thu, 4 Sep 1997 20:50:19 +0000 (20:50 +0000)
committerJeff Law <law@gcc.gnu.org>
Thu, 4 Sep 1997 20:50:19 +0000 (14:50 -0600)
From-SVN: r15083

gcc/ChangeLog
gcc/config/i386/i386.h

index b1bee7cf0d12f017cb241f0fbe29d43805c20735..e560fc63d7cd6096948c3326349a1ba274f1a21f 100644 (file)
@@ -1,3 +1,7 @@
+Thu Sep  4 14:51:57 1997  Jeffrey A Law  (law@cygnus.com)
+
+       * i386.h (CPP_CPU_DEFAULT): Avoid using #elif.
+
 Thu Sep  4 15:01:49 1997  Michael Meissner  <meissner@cygnus.com>
 
        * toplev.c (rest_of_compilation): For passes starting with
index 958e0cfe561a9d2a9841cf36a6c078ad8a5b19fd..340fb9b4a2191c26d2b2305e043f6d0936ddb268 100644 (file)
@@ -306,12 +306,16 @@ extern int ix86_arch;
 #ifdef __STDC__
 #if TARGET_CPU_DEFAULT == 1
 #define CPP_CPU_DEFAULT "-Di486"
-#elif TARGET_CPU_DEFAULT == 2
+#else
+#if TARGET_CPU_DEFAULT == 2
 #define CPP_CPU_DEFAULT "-Di586"
-#elif TARGET_CPU_DEFAULT == 3
+#else
+#if TARGET_CPU_DEFAULT == 3
 #define CPP_CPU_DEFAULT "-Di686"
 #else
 #define CPP_CPU_DEFAULT ""
+#endif
+#endif
 #endif /* TARGET_CPU_DEFAULT */
 
 #define CPP_CPU_SPEC "\