diff options
author | Andre McCurdy <armccurdy@gmail.com> | 2016-02-24 16:48:45 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-02-28 11:33:03 +0000 |
commit | b8bdb992e91d4fd17fab6dfe8df0fb28c43b7f60 (patch) | |
tree | addf6a2b59a1667bbe964c861a0a31d750ea46f6 | |
parent | 9ca8f30098a2d86d6faa392c97339a87dbc537df (diff) | |
download | poky-b8bdb992e91d4fd17fab6dfe8df0fb28c43b7f60.tar.gz |
boost.inc: limit ARM_INSTRUCTION_SET over-rides to armv4/armv5
The original over-ride dates back to 2009:
http://git.openembedded.org/openembedded-core/commit/?id=43e94412c45b4b79485a64010c76d89b245bb235
There are no obvious issues seen now when building boost in thumb2
for Cortex A15.
(From OE-Core rev: aad50cb3848c92bc73ba96d6e69c74d377a23c08)
Signed-off-by: Andre McCurdy <armccurdy@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-support/boost/boost.inc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-support/boost/boost.inc b/meta/recipes-support/boost/boost.inc index 981e6eecb8..79c4e6396a 100644 --- a/meta/recipes-support/boost/boost.inc +++ b/meta/recipes-support/boost/boost.inc | |||
@@ -2,7 +2,8 @@ SUMMARY = "Free peer-reviewed portable C++ source libraries" | |||
2 | SECTION = "libs" | 2 | SECTION = "libs" |
3 | DEPENDS = "bjam-native zlib bzip2" | 3 | DEPENDS = "bjam-native zlib bzip2" |
4 | 4 | ||
5 | ARM_INSTRUCTION_SET = "arm" | 5 | ARM_INSTRUCTION_SET_armv4 = "arm" |
6 | ARM_INSTRUCTION_SET_armv5 = "arm" | ||
6 | 7 | ||
7 | BOOST_LIBS = "\ | 8 | BOOST_LIBS = "\ |
8 | atomic \ | 9 | atomic \ |