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>
|
||||
|
||||
* configure.ac: Check for libgen.h, basename.
|
||||
|
||||
@@ -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")) {
|
||||
|
||||
Reference in New Issue
Block a user