install: Replace scripts/output-format.sed with objdump -f [BZ #26559]
commit87d583c6e8cd0e49f64da76636ebeec033298b4d
authorFangrui Song <maskray@google.com>
Mon, 11 Jan 2021 19:56:54 +0000 (11 11:56 -0800)
committerFangrui Song <maskray@google.com>
Mon, 11 Jan 2021 20:03:36 +0000 (11 12:03 -0800)
tree0db4d141573b5454d054767ac407e32e7e6bfc9c
parentbf7db6d369d7366ffe3ebcf3c2810139b0195517
install: Replace scripts/output-format.sed with objdump -f [BZ #26559]

GNU ld and gold have supported --print-output-format since 2011. glibc
requires binutils>=2.25 (2015), so if LD is GNU ld or gold, we can
assume the option is supported.

lld is by default a cross linker supporting multiple targets. It auto
detects the file format and does not need OUTPUT_FORMAT. It does not
support --print-output-format.

By parsing objdump -f, we can support all the three linkers.

Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Makerules
benchtests/strcoll-inputs/filelist#en_US.UTF-8
config.make.in
configure
configure.ac
scripts/output-format.sed [deleted file]