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

From-SVN: r170252
This commit is contained in:
Joseph Myers 2011-02-17 17:51:02 +00:00 committed by Joseph Myers
parent bb7e6d55da
commit 5437eaa69d
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
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>
Jan Hubicka <jh@suse.cz>

View File

@ -85,10 +85,10 @@ extern enum rx_cpu_types rx_cpu_type;
#define LIB_SPEC " \
--start-group \
-lc \
%{msim*:-lsim}%{!msim*:-lnosys} \
%{msim:-lsim}%{!msim:-lnosys} \
%{fprofile-arcs|fprofile-generate|coverage:-lgcov} \
--end-group \
%{!T*: %{msim*:%Trx-sim.ld}%{!msim*:%Trx.ld}} \
%{!T*: %{msim:%Trx-sim.ld}%{!msim:%Trx.ld}} \
"
#undef LINK_SPEC