Commit 0a04869e by Sandeep Kumar Singh Committed by Kaushik Phatak

config/rx/rx.h: Add option -mcpu for target variants RX100 and RX200.

From-SVN: r202250
parent 7c26172c
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> 2013-09-03 Jeff Law <law@redhat.com>
* tree-ssa-threadedge.c (thread_across_edge): Record entire path * tree-ssa-threadedge.c (thread_across_edge): Record entire path
......
...@@ -99,6 +99,7 @@ ...@@ -99,6 +99,7 @@
%{mpid} \ %{mpid} \
%{mint-register=*} \ %{mint-register=*} \
%{mgcc-abi:-mgcc-abi} %{!mgcc-abi:-mrx-abi} \ %{mgcc-abi:-mgcc-abi} %{!mgcc-abi:-mrx-abi} \
%{mcpu=*} \
" "
#undef LIB_SPEC #undef LIB_SPEC
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment