Opps. -Di386 slipped through. Convert to -D__i386__.

From-SVN: r28058
This commit is contained in:
Jeff Law 1999-07-11 05:35:43 -06:00
parent 9b5c756a7e
commit 5f7f713af2
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
/* This used to define X86, but james@bigtex.cactus.org says that
is supposed to be defined optionally by user programs--not by default. */
#define CPP_PREDEFINES \
"-Di386 -Acpu(i386) -Amachine(i386)"
"-D__i386__ -Acpu(i386) -Amachine(i386)"
#undef CPP_SPEC
#define CPP_SPEC "%(cpp_cpu)"