* config/msp430/msp430.h (LIB_SPEC): Remove automatic addition of
authornickc <nickc@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 22 Sep 2014 15:47:31 +0000 (15:47 +0000)
committernickc <nickc@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 22 Sep 2014 15:47:31 +0000 (15:47 +0000)
-lnosys when -msim absent.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@215469 138bc75d-0d04-0410-961f-82ee72b054a4

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}}}                 \