diff options
author | kaushikp <kaushikp@138bc75d-0d04-0410-961f-82ee72b054a4> | 2013-09-04 12:03:44 +0000 |
---|---|---|
committer | kaushikp <kaushikp@138bc75d-0d04-0410-961f-82ee72b054a4> | 2013-09-04 12:03:44 +0000 |
commit | 818a28e117c01b527a96ac1f9b1f0de832ee2694 (patch) | |
tree | d33faec2ae59c91f0c035fd49aadfe4d3e5cbceb | |
parent | 95af4c7575e3797aeb6098acef952b2fe04e7ffb (diff) | |
download | gcc-818a28e117c01b527a96ac1f9b1f0de832ee2694.tar.gz |
config/rx/rx.h: Add option -mcpu for target variants RX100 and RX200.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@202250 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/config/rx/rx.h | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 0adc930380a..a8dce3e7c9c 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2013-09-04 Sandeep Kumar Singh<Sandeep.Singh2@kpitcummins.com> + + * config/rx/rx.h: Add option -mcpu for target variants RX100 and RX200. + 2013-09-03 Jeff Law <law@redhat.com> * tree-ssa-threadedge.c (thread_across_edge): Record entire path diff --git a/gcc/config/rx/rx.h b/gcc/config/rx/rx.h index 72aee2fe214..ec2770be161 100644 --- a/gcc/config/rx/rx.h +++ b/gcc/config/rx/rx.h @@ -99,6 +99,7 @@ %{mpid} \ %{mint-register=*} \ %{mgcc-abi:-mgcc-abi} %{!mgcc-abi:-mrx-abi} \ +%{mcpu=*} \ " #undef LIB_SPEC |