msp430.h (LIB_SPEC): Remove automatic addition of -lnosys when -msim absent.
* config/msp430/msp430.h (LIB_SPEC): Remove automatic addition of -lnosys when -msim absent. From-SVN: r215469
This commit is contained in:
parent
bd0a790ab6
commit
0acc67651f
@ -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.
|
||||
|
@ -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}}} \
|
||||
|
Loading…
Reference in New Issue
Block a user