boost: disable wave support for coldfire
authorWaldemar Brodkorb <wbx@openadk.org>
Sun, 31 Jul 2016 16:46:26 +0000 (18:46 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Mon, 1 Aug 2016 18:29:47 +0000 (20:29 +0200)
A big autogenerated C file is used, which does not fit
in the limited range provided for coldfire.
See here for a longer discussion about the type of issue:
http://uclinux-dev.uclinux.narkive.com/9HrogvzP/fatal-error-tried-to-convert-pc-relative

Fixes:
http://autobuild.buildroot.net/results/c0a8b73901956b393bebe7df3b7af26ade26fcbf/

Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/boost/Config.in

index 51d4ed713a657bb70fb491d222ffeb45a6be9485..3a27ae25fb4ce064bf86bd6f3a5a1107d50522a0 100644 (file)
@@ -159,5 +159,8 @@ config BR2_PACKAGE_BOOST_TYPE_ERASURE
 
 config BR2_PACKAGE_BOOST_WAVE
        bool "boost-wave"
+       # limitation of assembler for coldfire
+       # error: Tried to convert PC relative branch to absolute jump
+       depends on !BR2_m68k_cf
 
 endif