From 5f7f713af21a422e005ef10a7eeefd227b072dd3 Mon Sep 17 00:00:00 2001 From: Jeff Law Date: Sun, 11 Jul 1999 05:35:43 -0600 Subject: [PATCH] Opps. -Di386 slipped through. Convert to -D__i386__. From-SVN: r28058 --- gcc/config/i386/i386elf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/config/i386/i386elf.h b/gcc/config/i386/i386elf.h index 07618b5e1de..b7d3b085f3b 100644 --- a/gcc/config/i386/i386elf.h +++ b/gcc/config/i386/i386elf.h @@ -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)" -- 2.30.2