options: Add --v option
commit13558c1e7cb2a1a2ea1b1c13ff554063de8afaf0
authorCyrill Gorcunov <gorcunov@gmail.com>
Fri, 9 May 2014 18:34:34 +0000 (9 22:34 +0400)
committerH. Peter Anvin <hpa@linux.intel.com>
Fri, 9 May 2014 22:08:28 +0000 (9 15:08 -0700)
tree9715c7dec93fe8ca6f63060194501c70007129e0
parent39aa094f388496a0262e02aee46e14a37b7fab25
options: Add --v option

It's been requested a long ago to handle '--v' option same was as
a regualar '-v'. From initial report

 | NASM and yasm are in many respects compatible but yasm uses --v
 | instead of -v for version.  As often --v is used for version I
 | end up using --v initially in NASM.  This patch allows me to compile
 | Mozilla apps which use yasm with NASM by merely renaming NASM to yasm
 | so that the build environment does not have to be updated (Mozilla
 | would not accept changes to allow use of NASM).

Reported-by: Andy Willis <abwillis1@gmail.com>
Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
nasm.c