Re: [uClinux-dev] [PATCH] ld-elf2flt: do not alias -v to --verbose

2011-04-03 Thread David McCullough
Jivin Mike Frysinger lays it down ... 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

[uClinux-dev] [PATCH] ld-elf2flt: do not alias -v to --verbose

2011-04-02 Thread Mike Frysinger
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: