From: Richard Henderson Date: Sun, 10 Oct 1999 07:44:13 +0000 (-0700) Subject: * i386.h (CC1_SPEC): Typo -- use cc1_cpu. X-Git-Tag: prereleases/libstdc++-2.92~10143 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8015b78d4166d99163d6ae09d950e743005e77de;p=thirdparty%2Fgcc.git * i386.h (CC1_SPEC): Typo -- use cc1_cpu. From-SVN: r29884 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 340125313c91..adf51dfcccd9 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +Sun Oct 10 00:43:08 1999 Richard Henderson + + * i386.h (CC1_SPEC): Typo -- use cc1_cpu. + Sat Oct 9 23:26:55 1999 Jeffrey A Law (law@cygnus.com) * gcse.c (gcse_main): Avoid global optimizations if we have a diff --git a/gcc/config/i386/i386.h b/gcc/config/i386/i386.h index 4ad4ca9e7dba..29c63447d68f 100644 --- a/gcc/config/i386/i386.h +++ b/gcc/config/i386/i386.h @@ -340,7 +340,7 @@ extern int ix86_arch; #endif #ifndef CC1_SPEC -#define CC1_SPEC "%(cc1_spec) " +#define CC1_SPEC "%(cc1_cpu) " #endif /* This macro defines names of additional specifications to put in the