summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/gcc/gcc-5.3.inc
diff options
context:
space:
mode:
authorMark Hatle <mark.hatle@windriver.com>2016-02-29 22:18:41 -0600
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-03-02 22:39:45 +0000
commit013887419662072104c9b4f1f5ac276cd5ba9d65 (patch)
tree1ee366365af8a4ad09431673a4ec4ac347954831 /meta/recipes-devtools/gcc/gcc-5.3.inc
parent70153b478291a9c725f7cd9d04b87ef4e78565d1 (diff)
downloadpoky-013887419662072104c9b4f1f5ac276cd5ba9d65.tar.gz
gcc: Add support for atomic opertions (libitm) where available
GCC 4.7 and newer have supported various automic operation directives, however these have not been previously enabled. (From OE-Core rev: 8cb4ac49677b1eae4047fc1abbd728f093a24b72) Signed-off-by: Mark Hatle <mark.hatle@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/gcc/gcc-5.3.inc')
-rw-r--r--meta/recipes-devtools/gcc/gcc-5.3.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-devtools/gcc/gcc-5.3.inc b/meta/recipes-devtools/gcc/gcc-5.3.inc
index 06672995cd..0bf9f5552d 100644
--- a/meta/recipes-devtools/gcc/gcc-5.3.inc
+++ b/meta/recipes-devtools/gcc/gcc-5.3.inc
@@ -103,6 +103,7 @@ LTO = "--enable-lto"
103EXTRA_OECONF_BASE = "\ 103EXTRA_OECONF_BASE = "\
104 ${LTO} \ 104 ${LTO} \
105 --enable-libssp \ 105 --enable-libssp \
106 --enable-libitm \
106 --disable-bootstrap \ 107 --disable-bootstrap \
107 --disable-libmudflap \ 108 --disable-libmudflap \
108 --with-system-zlib \ 109 --with-system-zlib \
@@ -118,6 +119,7 @@ EXTRA_OECONF_BASE = "\
118EXTRA_OECONF_INITIAL = "\ 119EXTRA_OECONF_INITIAL = "\
119 --disable-libmudflap \ 120 --disable-libmudflap \
120 --disable-libgomp \ 121 --disable-libgomp \
122 --disable-libitm \
121 --disable-libquadmath \ 123 --disable-libquadmath \
122 --with-system-zlib \ 124 --with-system-zlib \
123 --disable-lto \ 125 --disable-lto \