diff options
| -rw-r--r-- | meta/recipes-support/boost/boost.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-support/boost/boost.inc b/meta/recipes-support/boost/boost.inc index 9be3717fd6..c2e2cbb352 100644 --- a/meta/recipes-support/boost/boost.inc +++ b/meta/recipes-support/boost/boost.inc | |||
| @@ -33,6 +33,7 @@ BOOST_LIBS_append_x86 = " context coroutine" | |||
| 33 | BOOST_LIBS_append_x86-64 = " context coroutine" | 33 | BOOST_LIBS_append_x86-64 = " context coroutine" |
| 34 | BOOST_LIBS_append_powerpc = " context coroutine" | 34 | BOOST_LIBS_append_powerpc = " context coroutine" |
| 35 | BOOST_LIBS_append_arm = " context coroutine" | 35 | BOOST_LIBS_append_arm = " context coroutine" |
| 36 | BOOST_LIBS_append_aarch64 = " context coroutine" | ||
| 36 | # need consistent settings for native builds (x86 override not applied for native) | 37 | # need consistent settings for native builds (x86 override not applied for native) |
| 37 | BOOST_LIBS_remove_class-native = " context coroutine" | 38 | BOOST_LIBS_remove_class-native = " context coroutine" |
| 38 | # does not compile | 39 | # does not compile |
| @@ -151,6 +152,7 @@ BJAM_OPTS_append_x86-x32 = " abi=x32 address-model=64" | |||
| 151 | 152 | ||
| 152 | # cross compiling for arm fails to detect abi, so provide some help | 153 | # cross compiling for arm fails to detect abi, so provide some help |
| 153 | BJAM_OPTS_append_arm = " abi=aapcs architecture=arm" | 154 | BJAM_OPTS_append_arm = " abi=aapcs architecture=arm" |
| 155 | BJAM_OPTS_append_aarch64 = " abi=aapcs address-model=64 architecture=arm" | ||
| 154 | 156 | ||
| 155 | do_configure() { | 157 | do_configure() { |
| 156 | cp -f ${S}/boost/config/platform/linux.hpp ${S}/boost/config/platform/linux-gnueabi.hpp | 158 | cp -f ${S}/boost/config/platform/linux.hpp ${S}/boost/config/platform/linux-gnueabi.hpp |
