[yocto] [meta-mingw][PATCH 4/7] gcc-runtime: Drop libitm for mingw32 runtime

Juro Bystricky juro.bystricky at intel.com
Sat Aug 20 11:03:58 PDT 2016


libitm mingw build presently not supported, so don't build it.

Signed-off-by: Juro Bystricky <juro.bystricky at intel.com>
---
 recipes-devtools/gcc/gcc-runtime_%.bbappend | 1 +
 1 file changed, 1 insertion(+)

diff --git a/recipes-devtools/gcc/gcc-runtime_%.bbappend b/recipes-devtools/gcc/gcc-runtime_%.bbappend
index b068dfd..df0ac9e 100644
--- a/recipes-devtools/gcc/gcc-runtime_%.bbappend
+++ b/recipes-devtools/gcc/gcc-runtime_%.bbappend
@@ -4,5 +4,6 @@ FILES_libssp_append_mingw32 = " ${bindir}/libssp*.dll"
 # FILES_libgomp_append_mingw32 = " ${bindir}/libgomp*.dll"
 
 RUNTIMETARGET_remove_mingw32 = "libatomic libgomp"
+RUNTIMETARGET_remove_mingw32 = "libitm"
 
 DEPENDS_append_mingw32 = " pthreads-win32"
-- 
2.7.4




More information about the yocto mailing list