[ARC] [COMMITTED] Fix typo in arc.opt
gcc/ 2016-11-29 Claudiu Zissulescu <claziss@synopsys.com> * config/arc/arc.opt (marclinux): Fix typo. (marclinux_prof): Likewise. From-SVN: r242956
This commit is contained in:
parent
87a5dc2da0
commit
61e72afb37
2 changed files with 7 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
|||
2016-11-29 Claudiu Zissulescu <claziss@synopsys.com>
|
||||
|
||||
* config/arc/arc.opt (marclinux): Fix typo.
|
||||
(marclinux_prof): Likewise.
|
||||
|
||||
2016-11-29 Jiong Wang <jiong.wang@arm.com>
|
||||
|
||||
* target.def (stack_protect_runtime_enabled_p): New.
|
||||
|
|
|
@ -382,11 +382,11 @@ Target
|
|||
Pass -EL option through to linker.
|
||||
|
||||
marclinux
|
||||
target
|
||||
Target
|
||||
Pass -marclinux option through to linker.
|
||||
|
||||
marclinux_prof
|
||||
target
|
||||
Target
|
||||
Pass -marclinux_prof option through to linker.
|
||||
|
||||
;; lra is still unproven for ARC, so allow to fall back to reload with -mno-lra.
|
||||
|
|
Loading…
Add table
Reference in a new issue