aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/java.scm
blob: 502bd30247605eb64a6d5112b48d68a3fa7688b2 (about) (plain)
blob size (586KB) exceeds display size limit (100KB).
title='2021-11-11 10:31:31 -0500'>2021-11-11gnu: gcc-5: Fix powerpc64le-linux build...GCC 5 has a misaligned access to a vector pointer which causes a build failure when using GCC 8 and later. Backport upstream fix that was applied on the GCC 6 branch. * gnu/packages/gcc.scm (gcc-5)[source]: Apply gcc-5-fix-powerpc64le-build.patch. * gnu/packages/patches/gcc-5-fix-powerpc64le-build.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Thiago Jung Bauermann