Pārlūkot izejas kodu

boost: disable wave support for coldfire

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>
Waldemar Brodkorb 9 gadi atpakaļ
vecāks
revīzija
36ed5cba0d
1 mainītis faili ar 3 papildinājumiem un 0 dzēšanām
  1. 3 0
      package/boost/Config.in

+ 3 - 0
package/boost/Config.in

@@ -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