mirror of
https://git.yoctoproject.org/poky
synced 2026-01-29 21:08:42 +01:00
gdb: Backport patch to changes with AVX and MPX
The current MPX target descriptions assume that MPX is always combined with AVX, however that's not correct. We can have machines with MPX and without AVX; or machines with AVX and without MPX. This patch adds new target descriptions for machines that support both MPX and AVX, as duplicates of the existing MPX descriptions. The following commit will remove AVX from the MPX-only descriptions. This commit is backported from 7.12 (From OE-Core rev: dee987b6f157b0bc245086d3af914d411ae6d1ab) Signed-off-by: bavery <brian.avery@intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -36,6 +36,7 @@ SRC_URI = "git://sourceware.org/git/binutils-gdb.git;branch=gdb-7.11-branch \
|
||||
file://0008-Use-exorted-definitions-of-SIGRTMIN.patch \
|
||||
file://0009-Change-order-of-CFLAGS.patch \
|
||||
file://0010-resolve-restrict-keyword-conflict.patch \
|
||||
file://0011-avx_mpx.patch \
|
||||
"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
@@ -84,4 +85,3 @@ RRECOMMENDS_gdb_append_linux = " glibc-thread-db "
|
||||
RRECOMMENDS_gdb_append_linux-gnueabi = " glibc-thread-db "
|
||||
RRECOMMENDS_gdbserver_append_linux = " glibc-thread-db "
|
||||
RRECOMMENDS_gdbserver_append_linux-gnueabi = " glibc-thread-db "
|
||||
|
||||
|
||||
2601
meta/recipes-devtools/gdb/gdb/0011-avx_mpx.patch
Normal file
2601
meta/recipes-devtools/gdb/gdb/0011-avx_mpx.patch
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user