glibc: fix build breakage on soft-float configurations
authorYegor Yefremov <yegorslists@googlemail.com>
Thu, 11 Oct 2018 06:23:48 +0000 (08:23 +0200)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Thu, 11 Oct 2018 07:32:49 +0000 (09:32 +0200)
commit3ac9baabf2ac102c566f2f88a7cf44f68a2bf38f
tree1a7846d22c6775cf6d018a8c0cf3256e768ab98c
parentd05e41eb1a934b2358799588bb305073d6df8e52
glibc: fix build breakage on soft-float configurations

On platforms with soft floating point glibc produces a compile time
warning (maybe-uninitialized) that will be regarded as an error.

Add upstream patch fixing this issue.

Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/glibc/glibc-2.28-18-g2339d6a55eb7a7e040ae888e906adc49eeb59eab/0001-sysdeps-ieee754-soft-fp-ignore-maybe-uninitialized-w.patch [new file with mode: 0644]