]> Zhao Yanbai Git Server - minix.git/commit
backport 2 binutils patches
authorBen Gras <ben@minix3.org>
Thu, 13 Mar 2014 12:21:32 +0000 (13:21 +0100)
committerLionel Sambuc <lionel@minix3.org>
Mon, 28 Jul 2014 15:05:12 +0000 (17:05 +0200)
commitc81f587520dfe822d879c1d3a93696669d98c7a2
tree472346f6e138f1b8067a36dd8de277bb3832f27f
parentc9ea9e7af84fcba485b32ccd2c85edb945b1f323
backport 2 binutils patches

These 2 patches are from upstream binutils and together properly
detect whether -ldl is necessary and available to build ld and gold
in plugins mode, instead of hard-coding its usage always. This lets
us build ld and gold on *bsd and minix systems, which do not have
or need -ldl for dl*() functions.

Change-Id: Ie21d027f5d7c225edc9e6e0c6fa2e4b34f421415
external/gpl3/binutils/patches/0004-libdl-and-reconf.patch [new file with mode: 0644]
external/gpl3/binutils/patches/0005-gold-libdl.patch [new file with mode: 0644]