2010-07-30 Ralf Corsépius <ralf.corsepius@rtems.org>

* rtems-bin2c.c: Make -v (verbose) working.
This commit is contained in:
Ralf Corsepius
2010-07-30 12:26:11 +00:00
parent 88c93c310b
commit b3ef132204
2 changed files with 5 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
2010-07-30 Ralf Corsépius <ralf.corsepius@rtems.org>
* rtems-bin2c.c: Make -v (verbose) working.
2010-07-30 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: Check for libgen.h, basename.

View File

@@ -255,7 +255,7 @@ int main(int argc, char **argv)
--argc;
++argv;
} else if (!strcmp(argv[1], "-v")) {
usestatic = 1;
verbose = 1;
--argc;
++argv;
} else if (!strcmp(argv[1], "-z")) {