From: Waldemar Brodkorb <wbx@openadk.org>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH] m68k: disable BR2_BINFMT_FLAT_SEP_DATA
Date: Sat, 20 Aug 2016 21:46:05 +0200 [thread overview]
Message-ID: <20160820194605.GA8295@waldemar-brodkorb.de> (raw)
As some packages like pcre have bigger functions than sep-data format
allows for this kind of CPU, simple disable this format for now.
Fixes gcc compile errors like:
Fatal error: Tried to convert PC relative branch to absolute jump
or
error: value -yyyyy out of range
Fixes:
http://autobuild.buildroot.net/results/20b/20b1586757450d6aad8583ad7a787a7ca11acef1/
http://autobuild.buildroot.net/results/d31/d311955ada1ffcd7f69e82965c8fe33eabe488cd/
Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
---
It would be nice if the autobuilder toolchain could be recompiled.
---
arch/Config.in | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/arch/Config.in b/arch/Config.in
index b980e05..4906be3 100644
--- a/arch/Config.in
+++ b/arch/Config.in
@@ -331,13 +331,12 @@ choice
config BR2_BINFMT_FLAT_ONE
bool "One memory region"
- depends on !BR2_m68k
help
All segments are linked into one memory region.
config BR2_BINFMT_FLAT_SEP_DATA
bool "Separate data and code region"
- depends on BR2_m68k || BR2_bfin
+ depends on BR2_bfin
help
Allow for the data and text segments to be separated and placed in
different regions of memory.
--
2.1.4
reply other threads:[~2016-08-20 19:46 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20160820194605.GA8295@waldemar-brodkorb.de \
--to=wbx@openadk.org \
--cc=buildroot@busybox.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox