This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re:



  In message <199810161730.KAA18379@elmo.cygnus.com>you write:
  > Hi Guys,
  > 
  > I would like to submit the enclosed patch.  It fixes the --help output
  > so that target specific options are prefixed with -m, and language
  > specific options which take arguments can be documented as such by
  > seperating the option name from its argument by a space.  eg
  > 
  > 	  "-I <include directory>"
  > 
  > The code will still search for a match against "-I" (only), but the
  > --help output will include the " <include directory>" as well.
  > 
  > Cheers
  > 	Nick
  > 
  > 
  > Fri Oct 16 10:23:17 1998  Nick Clifton  <nickc@cygnus.com>
  > 
  > 	* toplev.c (display_help): Prepend '-m' to target specific
  > 	options. 
  > 	(check_lang_option): Ignore text after end of first word of a
  > 	language specific option.
  > 
Seems reasonable to me.

Thanks,
jeff


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]