aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDmitry Eremin-Solenikov <dbaryshkov@gmail.com>2009-07-19 15:16:27 +0400
committerDmitry Eremin-Solenikov <dbaryshkov@gmail.com>2009-07-19 15:16:27 +0400
commit2bcc3ee1a92dd36309febeee612a10f985c7ec07 (patch)
tree6c3bd4083df82cd6b51cd71334842b9c5930ce84
parentf499b165b46683713117cc421df7c48ef9f62a4f (diff)
downloadopenembedded-2bcc3ee1a92dd36309febeee612a10f985c7ec07.tar.gz
bfin: use 2.18.50.0.7 binutils for -mnopic support in gas
Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
-rw-r--r--conf/distro/angstrom-2008.1.conf1
-rw-r--r--conf/distro/include/sane-toolchain.inc3
2 files changed, 4 insertions, 0 deletions
diff --git a/conf/distro/angstrom-2008.1.conf b/conf/distro/angstrom-2008.1.conf
index 9b1968f343..ad9eacfb1b 100644
--- a/conf/distro/angstrom-2008.1.conf
+++ b/conf/distro/angstrom-2008.1.conf
@@ -110,6 +110,7 @@ ANGSTROM_GCC_VERSION ?= "4.3.3"
ANGSTROM_BINUTILS_VERSION ?= "2.18"
ANGSTROM_BINUTILS_VERSION_armv7a ?= "2.18.50.0.7"
+ANGSTROM_BINUTILS_VERSION_bfin ?= "2.18.50.0.7"
PREFERRED_VERSION_binutils ?= "${ANGSTROM_BINUTILS_VERSION}"
PREFERRED_VERSION_binutils-cross ?= "${ANGSTROM_BINUTILS_VERSION}"
diff --git a/conf/distro/include/sane-toolchain.inc b/conf/distro/include/sane-toolchain.inc
index dff4b9f081..0849e8ba74 100644
--- a/conf/distro/include/sane-toolchain.inc
+++ b/conf/distro/include/sane-toolchain.inc
@@ -23,6 +23,9 @@ PREFERRED_GCC_VERSION_ppc405 ?= "4.1.1"
PREFERRED_GCC_VERSION_xilinx-ml403 ?= "4.1.1"
PREFERRED_GCC_VERSION_xilinx-ml403 ?= "4.1.1"
+# Blackfin depends on post-2.18 patch
+PREFERRED_BINUTILS_bfin ?= "2.18.50.0.7"
+
# This is unrelated to the kernel version, but userspace apps (e.g. HAL) require a recent version to build against
PREFERRED_VERSION_linux-libc-headers = "2.6.23"