msp430.h (LIB_SPEC): Remove automatic addition of -lnosys when -msim absent.
authorPeter A. Bigot <pab@pabigot.com>
Mon, 22 Sep 2014 15:47:31 +0000 (15:47 +0000)
committerNick Clifton <nickc@gcc.gnu.org>
Mon, 22 Sep 2014 15:47:31 +0000 (15:47 +0000)
* config/msp430/msp430.h (LIB_SPEC): Remove automatic addition of
-lnosys when -msim absent.

From-SVN: r215469

gcc/ChangeLog
gcc/config/msp430/msp430.h

index f788b9991f0250eeb07078dd9b306efe24c89481..f3f8aa4c892304b401e7d1dc1ccc302b0109d91e 100644 (file)
@@ -1,3 +1,8 @@
+2014-09-22  Peter A. Bigot  <pab@pabigot.com>
+
+       * config/msp430/msp430.h (LIB_SPEC): Remove automatic addition of
+       -lnosys when -msim absent.
+
 2014-09-22  Alan Lawrence  <alan.lawrence@arm.com>
 
        * fold-const.c (tree_swap_operands_p): Strip only sign-preserving NOPs.
index 91fc91ce9a8ceafcd4ed7af90ac340d77ceb348d..068bdada814e5d8d4b4b21b714f56f089472ab90 100644 (file)
@@ -70,7 +70,6 @@ extern bool msp430x;
 -lgcc                                                  \
 -lcrt                                                  \
 %{msim:-lsim}                                          \
-%{!msim:-lnosys}                                       \
 --end-group                                            \
 %{!T*:%{!msim:%{mmcu=*:--script=%*.ld}}}               \
 %{!T*:%{!msim:%{!mmcu=*:%Tmsp430.ld}}}                 \