forked from Imagelibrary/rtems
2010-07-30 Ralf Corsépius <ralf.corsepius@rtems.org>
* rtems-bin2c.c: Make -v (verbose) working.
This commit is contained in:
@@ -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>
|
2010-07-30 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||||
|
|
||||||
* configure.ac: Check for libgen.h, basename.
|
* configure.ac: Check for libgen.h, basename.
|
||||||
|
|||||||
@@ -255,7 +255,7 @@ int main(int argc, char **argv)
|
|||||||
--argc;
|
--argc;
|
||||||
++argv;
|
++argv;
|
||||||
} else if (!strcmp(argv[1], "-v")) {
|
} else if (!strcmp(argv[1], "-v")) {
|
||||||
usestatic = 1;
|
verbose = 1;
|
||||||
--argc;
|
--argc;
|
||||||
++argv;
|
++argv;
|
||||||
} else if (!strcmp(argv[1], "-z")) {
|
} else if (!strcmp(argv[1], "-z")) {
|
||||||
|
|||||||
Reference in New Issue
Block a user