mirror of
https://git.yoctoproject.org/poky
synced 2026-09-14 03:49:32 +02:00
gcc-runtime: Enable libmpx for x86-64
Intel MPX was recently enabled on x86 (_append_x86) but that didn't enable it on x86-64. Explicitly enable libmpx on x86-64 too. (From OE-Core rev: 5111bd5e666408dbca7db0e6d664fe0103744253) Signed-off-by: Mikko Ylinen <mikko.ylinen@linux.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:
committed by
Richard Purdie
parent
c33aa1e088
commit
519255fd73
@@ -25,6 +25,7 @@ RUNTIMETARGET = "libssp libstdc++-v3 libgomp libatomic ${RUNTIMELIBITM} \
|
|||||||
${@bb.utils.contains_any('FORTRAN', [',fortran',',f77'], 'libquadmath', '', d)} \
|
${@bb.utils.contains_any('FORTRAN', [',fortran',',f77'], 'libquadmath', '', d)} \
|
||||||
"
|
"
|
||||||
RUNTIMETARGET_append_x86 = " libmpx"
|
RUNTIMETARGET_append_x86 = " libmpx"
|
||||||
|
RUNTIMETARGET_append_x86-64 = " libmpx"
|
||||||
RUNTIMETARGET_remove_libc-musl = "libmpx"
|
RUNTIMETARGET_remove_libc-musl = "libmpx"
|
||||||
|
|
||||||
# libiberty
|
# libiberty
|
||||||
@@ -146,6 +147,12 @@ PACKAGES_append_x86 = "\
|
|||||||
libmpx-staticdev \
|
libmpx-staticdev \
|
||||||
"
|
"
|
||||||
|
|
||||||
|
PACKAGES_append_x86-64 = "\
|
||||||
|
libmpx \
|
||||||
|
libmpx-dev \
|
||||||
|
libmpx-staticdev \
|
||||||
|
"
|
||||||
|
|
||||||
# The base package doesn't exist, so we clear the recommends.
|
# The base package doesn't exist, so we clear the recommends.
|
||||||
RRECOMMENDS_${PN}-dbg = ""
|
RRECOMMENDS_${PN}-dbg = ""
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user