Commit 0acc6765 by Peter A. Bigot Committed by Nick Clifton

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
parent bd0a790a
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}}} \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment