diff options
author | Chung-Ju Wu <jasonwucj@gmail.com> | 2014-11-21 05:13:44 +0000 |
---|---|---|
committer | Chung-Ju Wu <jasonwucj@gcc.gnu.org> | 2014-11-21 05:13:44 +0000 |
commit | 667a055aa775e874d7e7b5cd25d5ca6d65bbf686 (patch) | |
tree | 6bf28964e06419b03fb1dbe85dfaef76f81d1731 | |
parent | a663ce5a831198b5ef99cbc0b7205a2d9a37a574 (diff) | |
download | gcc-667a055aa775e874d7e7b5cd25d5ca6d65bbf686.zip gcc-667a055aa775e874d7e7b5cd25d5ca6d65bbf686.tar.gz gcc-667a055aa775e874d7e7b5cd25d5ca6d65bbf686.tar.bz2 |
[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
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/config/nds32/nds32.opt | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 4501014..3c1efa7 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +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> * tree-vrp.c (test_for_singularity): New parameter diff --git a/gcc/config/nds32/nds32.opt b/gcc/config/nds32/nds32.opt index 4974f3b..0232629 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) |