Skip to content
Snippets Groups Projects
Commit 667a055a authored by Chung-Ju Wu's avatar Chung-Ju Wu Committed by Chung-Ju Wu
Browse files

[NDS32] Complete -march= option design so that it can display available items...

[NDS32] Complete -march= option design so that it can display available items in --target-help message.

gcc/
	* config/nds32/nds32.opt (march): Add help message.

From-SVN: r217901
parent a663ce5a
No related branches found
No related tags found
No related merge requests found
2014-11-21 Chung-Ju Wu <jasonwucj@gmail.com>
* config/nds32/nds32.opt (march): Add help message.
2014-11-20 Patrick Palka <ppalka@gcc.gnu.org> 2014-11-20 Patrick Palka <ppalka@gcc.gnu.org>
   
* tree-vrp.c (test_for_singularity): New parameter * tree-vrp.c (test_for_singularity): New parameter
...@@ -71,6 +71,7 @@ Specify the name of the target architecture. ...@@ -71,6 +71,7 @@ Specify the name of the target architecture.
Enum Enum
Name(nds32_arch_type) Type(enum nds32_arch_type) Name(nds32_arch_type) Type(enum nds32_arch_type)
Known arch types (for use with the -march= option):
EnumValue EnumValue
Enum(nds32_arch_type) String(v2) Value(ARCH_V2) Enum(nds32_arch_type) String(v2) Value(ARCH_V2)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment