]> git.ipfire.org Git - thirdparty/ipxe.git/commit
[build] Fix building on broken versions of GNU binutils
authorMichael Brown <mcb30@ipxe.org>
Thu, 17 Jun 2021 13:32:23 +0000 (14:32 +0100)
committerMichael Brown <mcb30@ipxe.org>
Thu, 17 Jun 2021 13:37:39 +0000 (14:37 +0100)
commit51c88a4a62116d77a854b55100c6955d6f1eb6dc
tree7686f8097d141412eb0992486c260be7abc5cdb0
parentbf4ccd4265ac614fbfa38bf168b6eeaf4c17d51e
[build] Fix building on broken versions of GNU binutils

Some versions of GNU objcopy (observed with binutils 2.23.52.0.1 on
CentOS 7.0.1406) document the -D/--enable-deterministic-archives
option but fail to recognise the short form of the option.

Work around this problem by using the long form of the option.

Reported-by: Olaf Hering <olaf@aepfle.de>
Signed-off-by: Michael Brown <mcb30@ipxe.org>
src/Makefile.housekeeping