From b4ef177e6ebdc0aded3e202e0decbf1cb21c73dd Mon Sep 17 00:00:00 2001 From: Juro Bystricky Date: Sun, 12 Mar 2017 10:23:16 -0700 Subject: gcc-runtime: Drop libmpx for mingw32 runtime Intel Memory Protection Extension library for x86 builds are now enabled by default. However, the library does not build for mingw32, so remove it from mingw builds. Signed-off-by: Juro Bystricky --- recipes-devtools/gcc/gcc-runtime_%.bbappend | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/recipes-devtools/gcc/gcc-runtime_%.bbappend b/recipes-devtools/gcc/gcc-runtime_%.bbappend index df0ac9e..1641cb9 100644 --- a/recipes-devtools/gcc/gcc-runtime_%.bbappend +++ b/recipes-devtools/gcc/gcc-runtime_%.bbappend @@ -6,4 +6,9 @@ FILES_libssp_append_mingw32 = " ${bindir}/libssp*.dll" RUNTIMETARGET_remove_mingw32 = "libatomic libgomp" RUNTIMETARGET_remove_mingw32 = "libitm" +# Intel Memory Protection Extension library for x86 builds are now enabled +# by default. However, it does not build for mingw32, so remove it from +# mingw builds +RUNTIMETARGET_remove_mingw32 = "libmpx" + DEPENDS_append_mingw32 = " pthreads-win32" -- cgit v1.2.3-54-g00ecf