Commit b2d36e74 by Joseph Myers Committed by Joseph Myers

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
parent dabadc52
2011-01-14 Joseph Myers <joseph@codesourcery.com> 2011-01-14 Joseph Myers <joseph@codesourcery.com>
* config/microblaze/microblaze.h (CC1_SPEC): Remove %{save-temps: }.
* config/mips/mips.h (CC1_SPEC): Likewise.
2011-01-14 Joseph Myers <joseph@codesourcery.com>
* config/i386/linux.h (LINK_SPEC): Don't use %{!ibcs:} conditional. * config/i386/linux.h (LINK_SPEC): Don't use %{!ibcs:} conditional.
* config/m32r/linux.h (LINK_SPEC): Likewise. * config/m32r/linux.h (LINK_SPEC): Likewise.
* config/mips/linux.h (LINK_SPEC): Likewise. * config/mips/linux.h (LINK_SPEC): Likewise.
......
/* Definitions of target machine for GNU compiler for Xilinx MicroBlaze. /* Definitions of target machine for GNU compiler for Xilinx MicroBlaze.
Copyright 2009, 2010 Free Software Foundation, Inc. Copyright 2009, 2010, 2011 Free Software Foundation, Inc.
Contributed by Michael Eager <eager@eagercon.com>. Contributed by Michael Eager <eager@eagercon.com>.
...@@ -94,7 +94,6 @@ extern enum pipeline_type microblaze_pipe; ...@@ -94,7 +94,6 @@ extern enum pipeline_type microblaze_pipe;
#ifndef CC1_SPEC #ifndef CC1_SPEC
#define CC1_SPEC " \ #define CC1_SPEC " \
%{G*} %{gline:%{!g:%{!g0:%{!g1:%{!g2: -g1}}}}} \ %{G*} %{gline:%{!g:%{!g0:%{!g1:%{!g2: -g1}}}}} \
%{save-temps: } \
%(subtarget_cc1_spec) \ %(subtarget_cc1_spec) \
%{mxl-multiply-high:-mcpu=v6.00.a} \ %{mxl-multiply-high:-mcpu=v6.00.a} \
" "
......
/* Definitions of target machine for GNU compiler. MIPS version. /* Definitions of target machine for GNU compiler. MIPS version.
Copyright (C) 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998 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. Free Software Foundation, Inc.
Contributed by A. Lichnewsky (lich@inria.inria.fr). Contributed by A. Lichnewsky (lich@inria.inria.fr).
Changed by Michael Meissner (meissner@osf.org). Changed by Michael Meissner (meissner@osf.org).
...@@ -1170,7 +1170,6 @@ enum mips_code_readable_setting { ...@@ -1170,7 +1170,6 @@ enum mips_code_readable_setting {
#define CC1_SPEC "\ #define CC1_SPEC "\
%{gline:%{!g:%{!g0:%{!g1:%{!g2: -g1}}}}} \ %{gline:%{!g:%{!g0:%{!g1:%{!g2: -g1}}}}} \
%{G*} %{EB:-meb} %{EL:-mel} %{EB:%{EL:%emay not use both -EB and -EL}} \ %{G*} %{EB:-meb} %{EL:-mel} %{EB:%{EL:%emay not use both -EB and -EL}} \
%{save-temps: } \
%(subtarget_cc1_spec)" %(subtarget_cc1_spec)"
/* Preprocessor specs. */ /* Preprocessor specs. */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment