diff options
author | Romain Naour <romain.naour@gmail.com> | 2016-08-02 19:01:04 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2016-08-02 22:49:01 +0200 |
commit | 778ab4da4f9e9bf52c719cb6f17cf7df5693bf01 (patch) | |
tree | 85d0b8f24f2e4e100a62dd6122a8e429351a2130 /package/diffutils/diffutils.mk | |
parent | f1df4bd353d217530cc639ce58b3c5232d6933bd (diff) | |
download | buildroot-778ab4da4f9e9bf52c719cb6f17cf7df5693bf01.tar.gz buildroot-778ab4da4f9e9bf52c719cb6f17cf7df5693bf01.zip |
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>
Diffstat (limited to 'package/diffutils/diffutils.mk')
0 files changed, 0 insertions, 0 deletions