aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormaximilian attems <max@stro.at>2012-05-21 11:26:52 +0200
committermaximilian attems <max@stro.at>2012-05-21 11:26:52 +0200
commit891b756f00c5174ab82a07ca30c2ebdecda3feef (patch)
tree950f4a7c8270284cf4a4c75e1507184a698e43c3
parentc2c7f19a094bba822995f7eba8ec8dfc5cbe4fdb (diff)
downloadklibc-891b756f00c5174ab82a07ca30c2ebdecda3feef.tar.gz
[klibc] klcc: pass down -v
Do pass down -v for the gcc version. Signed-off-by: maximilian attems <max@stro.at>
-rw-r--r--klcc/klcc.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/klcc/klcc.in b/klcc/klcc.in
index 242fb1600b0b0..43d0984a8dace 100644
--- a/klcc/klcc.in
+++ b/klcc/klcc.in
@@ -136,7 +136,7 @@ while ( defined($a = shift(@ARGV)) ) {
} 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);