diff options
Diffstat (limited to 'gcc/config/i386/vxi386.h')
-rw-r--r-- | gcc/config/i386/vxi386.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 |