OSDN Git Service

The GNU linker uses -v as a shortcut to --version, not --verbose. So atm,
authorDavid McCullough <davidm@snapgear.com>
Mon, 4 Apr 2011 01:17:17 +0000 (01:17 +0000)
committerDavid McCullough <davidm@snapgear.com>
Mon, 4 Apr 2011 01:17:17 +0000 (01:17 +0000)
commit40f0d175e0847d922faa85cc18ec01f2129bb2b9
tree9ea37e93cc64b325eee1bb8219215f4a901d58e6
parent17a6d6b5a2caa701815417275724c95851e4bcda
The GNU linker uses -v as a shortcut to --version, not --verbose.  So atm,
if you run `ld -v` to get the linker version, ld-elf2flt throws out a lot
of verbose debugging information.  So drop the -v checking in ld-elf2flt
to keep from breaking systems that parse the linker version.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
ld-elf2flt.c