mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-22 03:40:26 +08:00
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:
parent
8c954c529d
commit
34830bfdfe
@ -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: }.
|
||||
|
@ -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} \
|
||||
"
|
||||
|
@ -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)"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user