[gnome-continuous-yocto/gnomeostree-3.28-rocko: 168/218] gcc: Remove patch causing ICE on x86_64 valgrind compile



commit 62adf92cb7da15be2a268b84ed59941fab579603
Author: Richard Purdie <richard purdie linuxfoundation org>
Date:   Sun Mar 11 05:12:49 2018 -0700

    gcc: Remove patch causing ICE on x86_64 valgrind compile
    
    | ../../valgrind-3.12.0/VEX/priv/host_ppc_isel.c: In function 'iselInt64Expr':
    | ../../valgrind-3.12.0/VEX/priv/host_ppc_isel.c:3270:1: internal compiler error: Segmentation fault
    |  }
    |  ^
    | Please submit a full bug report,
    | with preprocessed source if appropriate.
    | See <http://gcc.gnu.org/bugs.html> for instructions.
    | rm -f libvexmultiarch-amd64-linux.a
    | Makefile:1813: recipe for target 'priv/libvex_amd64_linux_a-host_ppc_isel.o' failed
    
    Remove the patch to gcc causing this until the issue can be figured out.
    
    (From OE-Core rev: 36be209262ee1e0a7598c9437c9f8c4e926c0e35)
    
    Signed-off-by: Richard Purdie <richard purdie linuxfoundation org>

 meta/recipes-devtools/gcc/gcc-6.4.inc              |    1 -
 ...-relax-the-restriction-on-subreg-reload-f.patch |   51 --------------------
 2 files changed, 0 insertions(+), 52 deletions(-)
---
diff --git a/meta/recipes-devtools/gcc/gcc-6.4.inc b/meta/recipes-devtools/gcc/gcc-6.4.inc
index 0216f57..a2430a9 100644
--- a/meta/recipes-devtools/gcc/gcc-6.4.inc
+++ b/meta/recipes-devtools/gcc/gcc-6.4.inc
@@ -75,7 +75,6 @@ SRC_URI = "\
            file://0048-sync-gcc-stddef.h-with-musl.patch \
            file://0054_all_nopie-all-flags.patch \
            file://0055-unwind_h-glibc26.patch \
-           file://0056-LRA-PR70904-relax-the-restriction-on-subreg-reload-f.patch \
            ${BACKPORTS} \
 "
 BACKPORTS = "\


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]