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 f788b99..f3f8aa4 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 91fc91c..068bdad 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}}}                 \