From: Richard Henderson Date: Tue, 10 Dec 2002 00:40:11 +0000 (-0800) Subject: i386.h (CPP_CPU_DEFAULT_SPEC): Fix typo wrt line continuation in p2 and p3 cases. X-Git-Tag: releases/gcc-3.2.2~197 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=be60e125509880a3979b34213d48e9dca23884f9;p=thirdparty%2Fgcc.git i386.h (CPP_CPU_DEFAULT_SPEC): Fix typo wrt line continuation in p2 and p3 cases. * config/i386/i386.h (CPP_CPU_DEFAULT_SPEC): Fix typo wrt line continuation in p2 and p3 cases. From-SVN: r59973 --- diff --git a/gcc/config/i386/i386.h b/gcc/config/i386/i386.h index db6970e1fbae..7ab9063b32b2 100644 --- a/gcc/config/i386/i386.h +++ b/gcc/config/i386/i386.h @@ -524,11 +524,11 @@ extern int ix86_arch; #define CPP_CPU_DEFAULT_SPEC "-D__tune_i686__ -D__tune_pentiumpro__" #endif #if TARGET_CPU_DEFAULT == TARGET_CPU_DEFAULT_pentium2 -#define CPP_CPU_DEFAULT_SPEC "-D__tune_i686__ -D__tune_pentiumpro__\ +#define CPP_CPU_DEFAULT_SPEC "-D__tune_i686__ -D__tune_pentiumpro__ \ -D__tune_pentium2__" #endif #if TARGET_CPU_DEFAULT == TARGET_CPU_DEFAULT_pentium3 -#define CPP_CPU_DEFAULT_SPEC "-D__tune_i686__ -D__tune_pentiumpro__\ +#define CPP_CPU_DEFAULT_SPEC "-D__tune_i686__ -D__tune_pentiumpro__ \ -D__tune_pentium2__ -D__tune_pentium3__" #endif #if TARGET_CPU_DEFAULT == TARGET_CPU_DEFAULT_pentium4