buildroot/package/boost
Romain Naour 778ab4da4f package/boost: context module needs ARM instructions on ARM
The boost-context module contains ARM assembly code, which uses ARM
instructions. Therefore, on Thumb-2 only platforms (such as Cortex-M),
the following build error occurs:

libs/context/src/asm/make_arm_aapcs_elf_gas.S: Assembler messages:
libs/context/src/asm/make_arm_aapcs_elf_gas.S:33: Error: unshifted register required -- `bic a1,a1,#15'
libs/context/src/asm/make_arm_aapcs_elf_gas.S:42: Error: immediate value out of range

To avoid this error, we make the boost-context module depend on
BR2_ARM_CPU_HAS_ARM.

Fixes:

  http://autobuild.buildroot.net/results/8f6770b59a343b9f710e9363b43227ee9f026660

Signed-off-by: Romain Naour <romain.naour@gmail.com>
[Thomas: use BR2_ARM_CPU_HAS_ARM instead of a dependency on
!BR2_ARM_CPU_ARMV7M.]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2016-08-02 22:49:01 +02:00
..
0001-fix-ambiguous-format-call-on-64bit-builds.patch package/*: rename patches according to the new policy 2015-02-03 14:52:56 +01:00
0002-fix-uclibc-eventfd.patch package/boost: bump to version 1.59.0 2015-12-12 13:53:09 +01:00
0003-fenv.patch package/boost: bump version to 1.61.0 2016-06-08 07:55:54 +02:00
0004-fix-getchar-with-uclibc-and-gcc-bug-58952.patch package/boost: bump version to 1.61.0 2016-06-08 07:55:54 +02:00
boost.hash package/boost: bump version to 1.61.0 2016-06-08 07:55:54 +02:00
boost.mk boost: remove empty host dependencies definition 2016-07-03 10:24:02 +02:00
Config.in package/boost: context module needs ARM instructions on ARM 2016-08-02 22:49:01 +02:00