]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commit
glibc: add patch fixing the build with binutils 2.29
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Thu, 3 Aug 2017 21:30:27 +0000 (23:30 +0200)
committerArnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Fri, 4 Aug 2017 20:01:48 +0000 (22:01 +0200)
commitcf821efbd0b24690b52f379d4a9934a16073762e
treeeefaffe93ccac657f2158c626835f11c503ac81b
parentdcfdf82e536cab7cd94ad057b25bc392e985de9f
glibc: add patch fixing the build with binutils 2.29

Fixes the following build failure, which occurs on all architectures:

/tmp/cc6APNmN.s: Assembler messages:
/tmp/cc6APNmN.s: Error: `loc1@GLIBC_2.17' can't be versioned to common symbol 'loc1'
/tmp/cc6APNmN.s: Error: `loc2@GLIBC_2.17' can't be versioned to common symbol 'loc2'
/tmp/cc6APNmN.s: Error: `locs@GLIBC_2.17' can't be versioned to common symbol 'locs'
../o-iterator.mk:9: recipe for target '/tmp/output/build/glibc-2.25/build/misc/regexp.os' failed

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
package/glibc/0005-fix-binutils-2-29-build.patch [new file with mode: 0644]