Hi DJ,

  I am applying the patch below as an obvious fix for a typo in the
  msp430's --target-help output.

Cheers
  Nick

gcc/ChangeLog
2015-09-01  Nick Clifton  <ni...@redhat.com>

        * config/msp430/msp430.opt (mcpu): Fix typo.

Index: gcc/config/msp430/msp430.opt
===================================================================
--- gcc/config/msp430/msp430.opt        (revision 227360)
+++ gcc/config/msp430/msp430.opt        (working copy)
@@ -12,7 +12,7 @@
 
 mcpu=
 Target Report Joined RejectNegative Var(target_cpu)
-Specify the ISA to build for: msp430, mdsp430x, msp430xv2
+Specify the ISA to build for: msp430, msp430x, msp430xv2
 
 mlarge
 Target Report Mask(LARGE) RejectNegative

Reply via email to