public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* Commit: MSP430: Fix typo in --target-help text
@ 2015-09-01 10:38 Nick Clifton
  0 siblings, 0 replies; only message in thread
From: Nick Clifton @ 2015-09-01 10:38 UTC (permalink / raw)
  To: dj; +Cc: gcc-patches

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  <nickc@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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2015-09-01 10:38 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-09-01 10:38 Commit: MSP430: Fix typo in --target-help text Nick Clifton

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).