diff options
author | jasonwucj <jasonwucj@138bc75d-0d04-0410-961f-82ee72b054a4> | 2014-11-21 05:13:44 +0000 |
---|---|---|
committer | jasonwucj <jasonwucj@138bc75d-0d04-0410-961f-82ee72b054a4> | 2014-11-21 05:13:44 +0000 |
commit | 5f2618c79a6aa680abf059e6d53c6f6359e624c4 (patch) | |
tree | 6bf28964e06419b03fb1dbe85dfaef76f81d1731 /gcc/config/nds32 | |
parent | 80fe9b6a4a72c62df30f46cd0c06e908a3f33674 (diff) | |
download | gcc-5f2618c79a6aa680abf059e6d53c6f6359e624c4.tar.gz |
[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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@217901 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/nds32')
-rw-r--r-- | gcc/config/nds32/nds32.opt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/config/nds32/nds32.opt b/gcc/config/nds32/nds32.opt index 4974f3b867b..0232629dfd5 100644 --- a/gcc/config/nds32/nds32.opt +++ b/gcc/config/nds32/nds32.opt @@ -71,6 +71,7 @@ Specify the name of the target architecture. Enum Name(nds32_arch_type) Type(enum nds32_arch_type) +Known arch types (for use with the -march= option): EnumValue Enum(nds32_arch_type) String(v2) Value(ARCH_V2) |