From: Andre McCurdy Date: Thu, 25 Feb 2016 00:48:45 +0000 (-0800) Subject: boost.inc: limit ARM_INSTRUCTION_SET over-rides to armv4/armv5 X-Git-Tag: 2016-4~680 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=aad50cb3848c92bc73ba96d6e69c74d377a23c08;p=openembedded-core.git 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. Signed-off-by: Andre McCurdy Signed-off-by: Ross Burton --- 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" SECTION = "libs" DEPENDS = "bjam-native zlib bzip2" -ARM_INSTRUCTION_SET = "arm" +ARM_INSTRUCTION_SET_armv4 = "arm" +ARM_INSTRUCTION_SET_armv5 = "arm" BOOST_LIBS = "\ atomic \