diff options
| author | Mikko Ylinen <mikko.ylinen@linux.intel.com> | 2017-03-08 14:57:40 +0200 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-03-10 14:50:11 +0000 |
| commit | 519255fd73ff0b70e56d44b9f7017cde62f939cc (patch) | |
| tree | b6ad483de856db754e14badfa0a6466bdddd1268 /meta/recipes-devtools/gcc | |
| parent | c33aa1e088f5df63f47f547cfe55a80523eccf66 (diff) | |
| download | poky-519255fd73ff0b70e56d44b9f7017cde62f939cc.tar.gz | |
gcc-runtime: Enable libmpx for x86-64
Intel MPX was recently enabled on x86 (_append_x86) but that didn't
enable it on x86-64. Explicitly enable libmpx on x86-64 too.
(From OE-Core rev: 5111bd5e666408dbca7db0e6d664fe0103744253)
Signed-off-by: Mikko Ylinen <mikko.ylinen@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/gcc')
| -rw-r--r-- | meta/recipes-devtools/gcc/gcc-runtime.inc | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/meta/recipes-devtools/gcc/gcc-runtime.inc b/meta/recipes-devtools/gcc/gcc-runtime.inc index a5be491ad3..0dc405c591 100644 --- a/meta/recipes-devtools/gcc/gcc-runtime.inc +++ b/meta/recipes-devtools/gcc/gcc-runtime.inc | |||
| @@ -25,6 +25,7 @@ RUNTIMETARGET = "libssp libstdc++-v3 libgomp libatomic ${RUNTIMELIBITM} \ | |||
| 25 | ${@bb.utils.contains_any('FORTRAN', [',fortran',',f77'], 'libquadmath', '', d)} \ | 25 | ${@bb.utils.contains_any('FORTRAN', [',fortran',',f77'], 'libquadmath', '', d)} \ |
| 26 | " | 26 | " |
| 27 | RUNTIMETARGET_append_x86 = " libmpx" | 27 | RUNTIMETARGET_append_x86 = " libmpx" |
| 28 | RUNTIMETARGET_append_x86-64 = " libmpx" | ||
| 28 | RUNTIMETARGET_remove_libc-musl = "libmpx" | 29 | RUNTIMETARGET_remove_libc-musl = "libmpx" |
| 29 | 30 | ||
| 30 | # libiberty | 31 | # libiberty |
| @@ -146,6 +147,12 @@ PACKAGES_append_x86 = "\ | |||
| 146 | libmpx-staticdev \ | 147 | libmpx-staticdev \ |
| 147 | " | 148 | " |
| 148 | 149 | ||
| 150 | PACKAGES_append_x86-64 = "\ | ||
| 151 | libmpx \ | ||
| 152 | libmpx-dev \ | ||
| 153 | libmpx-staticdev \ | ||
| 154 | " | ||
| 155 | |||
| 149 | # The base package doesn't exist, so we clear the recommends. | 156 | # The base package doesn't exist, so we clear the recommends. |
| 150 | RRECOMMENDS_${PN}-dbg = "" | 157 | RRECOMMENDS_${PN}-dbg = "" |
| 151 | 158 | ||
