Opps. -Di386 slipped through. Convert to -D__i386__.
authorJeff Law <law@gcc.gnu.org>
Sun, 11 Jul 1999 11:35:43 +0000 (05:35 -0600)
committerJeff Law <law@gcc.gnu.org>
Sun, 11 Jul 1999 11:35:43 +0000 (05:35 -0600)
From-SVN: r28058

gcc/config/i386/i386elf.h

index 07618b5e1de254e90ca065d56de2260cd3731f9a..b7d3b085f3b93cdc94d20b8f1eb84e7e8120b8e2 100644 (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)"