mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: 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>
This commit is contained in:
parent
460d6aca0c
commit
b04a20f77f
3 changed files with 68 additions and 1 deletions
|
@ -490,7 +490,9 @@ Go. It also includes runtime support libraries for these languages.")
|
|||
"gcc-5-source-date-epoch-2.patch"
|
||||
"gcc-6-libsanitizer-mode-size.patch"
|
||||
"gcc-fix-texi2pod.patch"
|
||||
"gcc-5-hurd.patch"))
|
||||
"gcc-5-hurd.patch"
|
||||
;; See https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86162
|
||||
"gcc-5-fix-powerpc64le-build.patch"))
|
||||
(modules '((guix build utils)))
|
||||
(snippet gcc-canadian-cross-objdump-snippet)))
|
||||
(inputs
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue