[klibc] klcc: pass down -v

Do pass down -v for the gcc version.

Signed-off-by: maximilian attems <max@stro.at>
diff --git a/klcc/klcc.in b/klcc/klcc.in
index 242fb16..43d0984 100644
--- a/klcc/klcc.in
+++ b/klcc/klcc.in
@@ -136,7 +136,7 @@
 	} else {
 	    die "$0: unknown option: $a\n";
 	}
-    } elsif ( $a =~ /^(-print|-dump|--help|--version)/ ) {
+    } elsif ( $a =~ /^(-print|-dump|--help|--version|-v)/ ) {
 	# These share prefixes with some other options, so put this test early!
 	# Pseudo-operations; just pass to gcc and don't do anything else
 	push(@ccopt, $a);