summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuro Bystricky <juro.bystricky@intel.com>2016-08-20 11:03:58 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-09-28 15:32:48 +0100
commit472e20290c98aeb896b4600cc9a0370b42d9e369 (patch)
treed3153e35f44e877396228b0f038c716144910c6f
parent49bdcba4452dca1054e46d88c05464e4be01eb3f (diff)
gcc-runtime: Drop libitm for mingw32 runtime
libitm mingw build presently not supported, so don't build it. Signed-off-by: Juro Bystricky <juro.bystricky@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--recipes-devtools/gcc/gcc-runtime_%.bbappend1
1 files changed, 1 insertions, 0 deletions
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"