]> code.ossystems Code Review - openembedded-core.git/commitdiff
boost.inc: limit ARM_INSTRUCTION_SET over-rides to armv4/armv5
authorAndre McCurdy <armccurdy@gmail.com>
Thu, 25 Feb 2016 00:48:45 +0000 (16:48 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 28 Feb 2016 11:32:38 +0000 (11:32 +0000)
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 <armccurdy@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-support/boost/boost.inc

index 981e6eecb83d7126388fe25560eec0e87a43d063..79c4e6396a2bc3cd4c91c389251ac9eed3f1c954 100644 (file)
@@ -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 \