mirror of
https://git.yoctoproject.org/poky
synced 2026-04-13 14:02:21 +02:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
9ca8f30098
commit
b8bdb992e9
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user