]> git.ipfire.org Git - thirdparty/ipxe.git/commit
[build] Inhibit "skipping incompatible" message from ld
authorMichael Brown <mcb30@ipxe.org>
Thu, 27 May 2010 08:42:53 +0000 (09:42 +0100)
committerMichael Brown <mcb30@ipxe.org>
Thu, 27 May 2010 08:42:53 +0000 (09:42 +0100)
commit28f73ca54e4f0bfbab0b5cd51a861c90947e519e
tree76a6cc5a8320c83d6b40eaf86780ee7c3f6d7835
parentceba975b15c9754fb0f8f7d4787abc578c1c74fa
[build] Inhibit "skipping incompatible" message from ld

On 64-bit systems with both 32-bit and 64-bit libraries installed, ld
tends to generate noisy "skipping incompatible /usr/lib/libxxx.so"
messages when building elf2efi.c.

Fix by passing --no-warn-search-mismatch to ld.

Signed-off-by: Michael Brown <mcb30@ipxe.org>
src/Makefile.housekeeping