From 5437eaa69d067364050e8dce404dd311e17855b2 Mon Sep 17 00:00:00 2001 From: Joseph Myers Date: Thu, 17 Feb 2011 17:51:02 +0000 Subject: [PATCH] * config/rx/rx.h (LIB_SPEC): Match -msim not -msim*. From-SVN: r170252 --- gcc/ChangeLog | 4 ++++ gcc/config/rx/rx.h | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 9b6168c0035d..2c41f1f8c774 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2011-02-17 Joseph Myers + + * config/rx/rx.h (LIB_SPEC): Match -msim not -msim*. + 2011-02-17 Alexandre Oliva Jan Hubicka diff --git a/gcc/config/rx/rx.h b/gcc/config/rx/rx.h index 99d0106cf29b..e3966ed173dd 100644 --- a/gcc/config/rx/rx.h +++ b/gcc/config/rx/rx.h @@ -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