diff options
author | Jeff Law <law@gcc.gnu.org> | 1999-07-11 05:35:43 -0600 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 1999-07-11 05:35:43 -0600 |
commit | 5f7f713af21a422e005ef10a7eeefd227b072dd3 (patch) | |
tree | f2af7cbb0f468dd33558e7c3c9dbdfa7367b5268 | |
parent | 9b5c756a7eee8d1fae255d724de5389886a73ac9 (diff) | |
download | gcc-5f7f713af21a422e005ef10a7eeefd227b072dd3.zip gcc-5f7f713af21a422e005ef10a7eeefd227b072dd3.tar.gz gcc-5f7f713af21a422e005ef10a7eeefd227b072dd3.tar.bz2 |
Opps. -Di386 slipped through. Convert to -D__i386__.
From-SVN: r28058
-rw-r--r-- | gcc/config/i386/i386elf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/i386/i386elf.h b/gcc/config/i386/i386elf.h index 07618b5..b7d3b08 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)" |