diff options
author | Peter A. Bigot <pab@pabigot.com> | 2014-09-22 15:47:31 +0000 |
---|---|---|
committer | Nick Clifton <nickc@gcc.gnu.org> | 2014-09-22 15:47:31 +0000 |
commit | 0acc67651f71e0bba0203c371c9e5137a311b2e3 (patch) | |
tree | 9cdd7fc8ae126f2ec54878f10abd074ccb1c6199 /gcc/config/msp430 | |
parent | bd0a790ab64e30c300ca86fd52ec47cb70be019d (diff) | |
download | gcc-0acc67651f71e0bba0203c371c9e5137a311b2e3.zip gcc-0acc67651f71e0bba0203c371c9e5137a311b2e3.tar.gz gcc-0acc67651f71e0bba0203c371c9e5137a311b2e3.tar.bz2 |
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
Diffstat (limited to 'gcc/config/msp430')
-rw-r--r-- | gcc/config/msp430/msp430.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/config/msp430/msp430.h b/gcc/config/msp430/msp430.h index 91fc91c..068bdad 100644 --- a/gcc/config/msp430/msp430.h +++ b/gcc/config/msp430/msp430.h @@ -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}}} \ |