The backwards compatible parsing is missing the option.
---
gas-preprocessor.pl | 3 +++
1 file changed, 3 insertions(+)
diff --git a/gas-preprocessor.pl b/gas-preprocessor.pl
index 6dd9cc6..dbddb78 100755
--- a/gas-preprocessor.pl
+++ b/gas-preprocessor.pl
@@ -73,6 +73,9 @@ if (@ARGV) {
} elsif ($gcc_cmd[0] eq "-no-fix-unreq") {
$fix_unreq = 0;
shift @gcc_cmd;
+ } elsif ($gcc_cmd[0] eq "-help") {
+ usage();
+ exit 0;
}
}
--
1.8.5.2 (Apple Git-48)
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel