* i386.h (CPP_CPU_DEFAULT): Avoid using #elif.

From-SVN: r15083
This commit is contained in:
Jeffrey A Law 1997-09-04 20:50:19 +00:00 committed by Jeff Law
parent 3e28fe4442
commit da594c9448
2 changed files with 10 additions and 2 deletions

View 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

View 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 "\