From d9d8b7007e233c06121ddcc5cb44195c6dac2604 Mon Sep 17 00:00:00 2001 From: neil Date: Tue, 4 Jun 2002 18:07:44 +0000 Subject: config/i386: * beos-elf.h, cygwin.h, djgpp.h, gas.h, gnu.h, i386-interix.h, i386-interix3.h, i386elf.h, linux-aout.h, linux.h, linux64.h, mingw32.h, netbsd-elf.h, netbsd.h, netbsd64.h, rtemself.h, sco5.h, sol2.h, sysv3.h, sysv4.h, sysv5.h, uwin.h, vxi386.h, win32.h (CPP_SPEC): Remove cpp_cpu. * i386.h (TARGET_CPU_CPP_BUILTINS): Use. (CPP_CPU_DEFAULT_SPEC, CPP_CPU_SPEC): Die! git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@54254 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/config/i386/vxi386.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/config/i386/vxi386.h') diff --git a/gcc/config/i386/vxi386.h b/gcc/config/i386/vxi386.h index a4b5944e957..dafe46a198f 100644 --- a/gcc/config/i386/vxi386.h +++ b/gcc/config/i386/vxi386.h @@ -36,7 +36,7 @@ Boston, MA 02111-1307, USA. */ %{mcpu=pentium:-DCPU=PENTIUM -DCPU_VARIANT=PENTIUM %(cpp_586)} \ %{mpentiumpro:-DCPU=PENTIUM -DCPU_VARIANT=PENTIUMPRO %(cpp_686)} \ %{mcpu=pentiumpro:-DCPU=PENTIUM -DCPU_VARIANT=PENTIUMPRO %(cpp_686)} \ - %{!mcpu*:%{!m486:%{!mpentium*:-DCPU=I80386 %(cpp_cpu_default)}}}}" + %{!mcpu*:%{!m486:%{!mpentium*:-DCPU=I80386}}}}" #define HANDLE_SYSV_PRAGMA -- cgit v1.2.1