mirror of
https://git.yoctoproject.org/poky
synced 2026-04-27 03:32:12 +02:00
gcc-runtime: Drop building libmpx
libmpx is not supported any longer and infact has been removed
completely from gcc-9, see
1e42d5c637
(From OE-Core rev: 547174fc834273af67a2f7e50a3cf6c8e3b900f4)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -29,9 +29,6 @@ RUNTIMELIBSSP_mingw32 ?= "libssp"
|
||||
RUNTIMETARGET = "${RUNTIMELIBSSP} libstdc++-v3 libgomp libatomic ${RUNTIMELIBITM} \
|
||||
${@bb.utils.contains_any('FORTRAN', [',fortran',',f77'], 'libquadmath', '', d)} \
|
||||
"
|
||||
RUNTIMETARGET_append_x86 = " libmpx"
|
||||
RUNTIMETARGET_append_x86-64 = " libmpx"
|
||||
RUNTIMETARGET_remove_libc-musl = "libmpx"
|
||||
|
||||
# libiberty
|
||||
# libmudflap
|
||||
@@ -160,18 +157,6 @@ PACKAGES = "\
|
||||
libitm-dev \
|
||||
libitm-staticdev \
|
||||
"
|
||||
PACKAGES_append_x86 = "\
|
||||
libmpx \
|
||||
libmpx-dev \
|
||||
libmpx-staticdev \
|
||||
"
|
||||
|
||||
PACKAGES_append_x86-64 = "\
|
||||
libmpx \
|
||||
libmpx-dev \
|
||||
libmpx-staticdev \
|
||||
"
|
||||
|
||||
# The base package doesn't exist, so we clear the recommends.
|
||||
RRECOMMENDS_${PN}-dbg = ""
|
||||
|
||||
@@ -274,17 +259,3 @@ FILES_libitm-dev = "\
|
||||
SUMMARY_libitm-dev = "GNU transactional memory support library - development files"
|
||||
FILES_libitm-staticdev = "${libdir}/libitm.a"
|
||||
SUMMARY_libitm-staticdev = "GNU transactional memory support library - static development files"
|
||||
|
||||
|
||||
FILES_libmpx = "${libdir}/libmpx.so.* ${libdir}/libmpxwrappers.so.*"
|
||||
SUMMARY_libmpx = "Intel Memory Protection Extension library"
|
||||
FILES_libmpx-dev = "\
|
||||
${libdir}/libmpxwrappers.so \
|
||||
${libdir}/libmpxwrappers.la \
|
||||
${libdir}/libmpx.so \
|
||||
${libdir}/libmpx.la \
|
||||
${libdir}/libmpx.spec \
|
||||
"
|
||||
SUMMARY_libmpx-dev = "Intel Memory Protection Extension library - development files"
|
||||
FILES_libmpx-staticdev = "${libdir}/libmpx.a ${libdir}/libmpxwrappers.a"
|
||||
SUMMARY_libmpx-staticdev = "Intel Memory Protection Extension library - static development files"
|
||||
|
||||
Reference in New Issue
Block a user