microblaze.h (CC1_SPEC): Remove -gline spec.

* config/microblaze/microblaze.h (CC1_SPEC): Remove -gline spec.
	* config/mips/mips.h (CC1_SPEC): Likewise.

From-SVN: r168805
This commit is contained in:
Joseph Myers 2011-01-14 18:47:00 +00:00 committed by Joseph Myers
parent 8c954c529d
commit 34830bfdfe
3 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2011-01-14 Joseph Myers <joseph@codesourcery.com>
* config/microblaze/microblaze.h (CC1_SPEC): Remove -gline spec.
* config/mips/mips.h (CC1_SPEC): Likewise.
2011-01-14 Joseph Myers <joseph@codesourcery.com>
* config/microblaze/microblaze.h (CC1_SPEC): Remove %{save-temps: }.

View File

@ -93,7 +93,7 @@ extern enum pipeline_type microblaze_pipe;
#ifndef CC1_SPEC
#define CC1_SPEC " \
%{G*} %{gline:%{!g:%{!g0:%{!g1:%{!g2: -g1}}}}} \
%{G*} \
%(subtarget_cc1_spec) \
%{mxl-multiply-high:-mcpu=v6.00.a} \
"

View File

@ -1168,7 +1168,6 @@ enum mips_code_readable_setting {
#undef CC1_SPEC
#define CC1_SPEC "\
%{gline:%{!g:%{!g0:%{!g1:%{!g2: -g1}}}}} \
%{G*} %{EB:-meb} %{EL:-mel} %{EB:%{EL:%emay not use both -EB and -EL}} \
%(subtarget_cc1_spec)"