OSDN Git Service

* config/rx/rx.h (LIB_SPEC): Match -msim not -msim*.
authorjsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 17 Feb 2011 17:51:02 +0000 (17:51 +0000)
committerjsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 17 Feb 2011 17:51:02 +0000 (17:51 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@170252 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/config/rx/rx.h

index 9b6168c..2c41f1f 100644 (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>
 
index 99d0106..e3966ed 100644 (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