]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
i386.h (CPP_CPU_DEFAULT_SPEC): Fix typo wrt line continuation in p2 and p3 cases.
authorRichard Henderson <rth@gcc.gnu.org>
Tue, 10 Dec 2002 00:40:11 +0000 (16:40 -0800)
committerRichard Henderson <rth@gcc.gnu.org>
Tue, 10 Dec 2002 00:40:11 +0000 (16:40 -0800)
        * config/i386/i386.h (CPP_CPU_DEFAULT_SPEC): Fix typo wrt line
        continuation in p2 and p3 cases.

From-SVN: r59973

gcc/config/i386/i386.h

index db6970e1fbaecc7fae8f9e32872ccfc494460499..7ab9063b32b2605ba7100d4cec3d2beb12d156a8 100644 (file)
@@ -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