mirror of git://gcc.gnu.org/git/gcc.git
* config/rx/rx.h (LIB_SPEC): Match -msim not -msim*.
From-SVN: r170252
This commit is contained in:
parent
bb7e6d55da
commit
5437eaa69d
|
@ -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>
|
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;
|
||||||
#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
|
||||||
|
|
Loading…
Reference in New Issue