diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2016-07-31 18:46:26 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2016-08-01 20:29:47 +0200 |
commit | 36ed5cba0dd30940f953815e12fb00aa8ce58c09 (patch) | |
tree | 0d1c77936a25e9690de6b865421c50f277c564fc | |
parent | cc8472fb8ab08ed24d03f42cac62a209d87f30a9 (diff) | |
download | buildroot-36ed5cba0dd30940f953815e12fb00aa8ce58c09.tar.gz buildroot-36ed5cba0dd30940f953815e12fb00aa8ce58c09.zip |
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>
-rw-r--r-- | package/boost/Config.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/package/boost/Config.in b/package/boost/Config.in index 51d4ed713a..3a27ae25fb 100644 --- a/package/boost/Config.in +++ b/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 |