diff options
author | Joseph Myers <joseph@codesourcery.com> | 2011-01-14 18:46:24 +0000 |
---|---|---|
committer | Joseph Myers <jsm28@gcc.gnu.org> | 2011-01-14 18:46:24 +0000 |
commit | b2d36e744e5007c7a9f49c00c24233da48b3e05f (patch) | |
tree | 38fe624efe87d6a85ce69a834bc8c95228b037a7 /gcc/config/mips/mips.h | |
parent | dabadc52a9d0c0403f8a4adaa642b11f991f39fe (diff) | |
download | gcc-b2d36e744e5007c7a9f49c00c24233da48b3e05f.zip gcc-b2d36e744e5007c7a9f49c00c24233da48b3e05f.tar.gz gcc-b2d36e744e5007c7a9f49c00c24233da48b3e05f.tar.bz2 |
microblaze.h (CC1_SPEC): Remove %{save-temps: }.
* config/microblaze/microblaze.h (CC1_SPEC): Remove %{save-temps: }.
* config/mips/mips.h (CC1_SPEC): Likewise.
From-SVN: r168803
Diffstat (limited to 'gcc/config/mips/mips.h')
-rw-r--r-- | gcc/config/mips/mips.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gcc/config/mips/mips.h b/gcc/config/mips/mips.h index e39aa6c..4d4bef5 100644 --- a/gcc/config/mips/mips.h +++ b/gcc/config/mips/mips.h @@ -1,6 +1,6 @@ /* Definitions of target machine for GNU compiler. MIPS version. Copyright (C) 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998 - 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2007, 2008, 2009, 2010 + 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. Contributed by A. Lichnewsky (lich@inria.inria.fr). Changed by Michael Meissner (meissner@osf.org). @@ -1170,7 +1170,6 @@ enum mips_code_readable_setting { #define CC1_SPEC "\ %{gline:%{!g:%{!g0:%{!g1:%{!g2: -g1}}}}} \ %{G*} %{EB:-meb} %{EL:-mel} %{EB:%{EL:%emay not use both -EB and -EL}} \ -%{save-temps: } \ %(subtarget_cc1_spec)" /* Preprocessor specs. */ |