Commit 5437eaa6 by Joseph Myers Committed by Joseph Myers

* config/rx/rx.h (LIB_SPEC): Match -msim not -msim*.

From-SVN: r170252
parent bb7e6d55
2011-02-17 Joseph Myers <joseph@codesourcery.com>
* config/rx/rx.h (LIB_SPEC): Match -msim not -msim*.
2011-02-17 Alexandre Oliva <aoliva@redhat.com> 2011-02-17 Alexandre Oliva <aoliva@redhat.com>
Jan Hubicka <jh@suse.cz> Jan Hubicka <jh@suse.cz>
......
...@@ -85,10 +85,10 @@ extern enum rx_cpu_types rx_cpu_type; ...@@ -85,10 +85,10 @@ extern enum rx_cpu_types rx_cpu_type;
#define LIB_SPEC " \ #define LIB_SPEC " \
--start-group \ --start-group \
-lc \ -lc \
%{msim*:-lsim}%{!msim*:-lnosys} \ %{msim:-lsim}%{!msim:-lnosys} \
%{fprofile-arcs|fprofile-generate|coverage:-lgcov} \ %{fprofile-arcs|fprofile-generate|coverage:-lgcov} \
--end-group \ --end-group \
%{!T*: %{msim*:%Trx-sim.ld}%{!msim*:%Trx.ld}} \ %{!T*: %{msim:%Trx-sim.ld}%{!msim:%Trx.ld}} \
" "
#undef LINK_SPEC #undef LINK_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