[oe-commits] [openembedded-core] 39/43: gcc: Disable libitm for MicroBlaze

git at git.openembedded.org git at git.openembedded.org
Thu Mar 10 23:15:11 UTC 2016


rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit 52981128a47216014ca284df9aa14c823ee8f8ce
Author: Nathan Rossi <nathan at nathanrossi.com>
AuthorDate: Thu Mar 10 14:29:31 2016 +1000

    gcc: Disable libitm for MicroBlaze
    
    Disable libitm as it is not supported on MicroBlaze.
    
    Signed-off-by: Nathan Rossi <nathan at nathanrossi.com>
    Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 meta/recipes-devtools/gcc/gcc-runtime.inc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/recipes-devtools/gcc/gcc-runtime.inc b/meta/recipes-devtools/gcc/gcc-runtime.inc
index bb51f11..7ac9452 100644
--- a/meta/recipes-devtools/gcc/gcc-runtime.inc
+++ b/meta/recipes-devtools/gcc/gcc-runtime.inc
@@ -16,6 +16,7 @@ RUNTIMELIBITM_mipsel = ""
 RUNTIMELIBITM_mips64 = ""
 RUNTIMELIBITM_mips64el = ""
 RUNTIMELIBITM_nios2 = ""
+RUNTIMELIBITM_microblaze = ""
 
 RUNTIMETARGET = "libssp libstdc++-v3 libgomp libatomic ${RUNTIMELIBITM} \
     ${@bb.utils.contains_any('FORTRAN', [',fortran',',f77'], 'libquadmath', '', d)} \

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list