aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDmitry Eremin-Solenikov <dbaryshkov@gmail.com>2009-07-19 15:17:19 +0400
committerDmitry Eremin-Solenikov <dbaryshkov@gmail.com>2009-07-19 15:17:19 +0400
commit61056c763fbd54c9284a8357a096582844184190 (patch)
treec658a28a23b1d14050a42ba5aa63c3a9a52c4f87
parent2bcc3ee1a92dd36309febeee612a10f985c7ec07 (diff)
downloadopenembedded-61056c763fbd54c9284a8357a096582844184190.tar.gz
bfin: with binutils > 2.18 we can sanely use any gcc
Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
-rw-r--r--conf/distro/angstrom-2008.1.conf3
-rw-r--r--conf/distro/include/sane-toolchain.inc1
2 files changed, 0 insertions, 4 deletions
diff --git a/conf/distro/angstrom-2008.1.conf b/conf/distro/angstrom-2008.1.conf
index ad9eacfb1b..db9334527d 100644
--- a/conf/distro/angstrom-2008.1.conf
+++ b/conf/distro/angstrom-2008.1.conf
@@ -96,9 +96,6 @@ ANGSTROM_GCC_VERSION_ppc405 ?= "4.1.1"
ANGSTROM_GCC_VERSION_xilinx-ml403 ?= "4.1.1"
ANGSTROM_GCC_VERSION_xilinx-ml403 ?= "4.1.1"
-# Blackfin has its on gcc
-ANGSTROM_GCC_VERSION_bfin = "4.1.2"
-
# Uncomment this if want need to build an armv7a kernel with CSL toolchain (<2.6.27 don't boot with mainline gcc)
#KERNEL_CCSUFFIX_armv7a= "-4.2.1+csl-arm-2007q3-53"
diff --git a/conf/distro/include/sane-toolchain.inc b/conf/distro/include/sane-toolchain.inc
index 0849e8ba74..f595e838f9 100644
--- a/conf/distro/include/sane-toolchain.inc
+++ b/conf/distro/include/sane-toolchain.inc
@@ -18,7 +18,6 @@ PREFERRED_VERSION_uclibc-initial ?= "0.9.30"
PREFERRED_GCC_VERSION_486sx ?= "4.3.2"
PREFERRED_GCC_VERSION_avr32 ?= "4.2.2"
PREFERRED_GCC_VERSION_armv7a ?= "4.3.1"
-PREFERRED_GCC_VERSION_bfin ?= "4.1.2"
PREFERRED_GCC_VERSION_ppc405 ?= "4.1.1"
PREFERRED_GCC_VERSION_xilinx-ml403 ?= "4.1.1"
PREFERRED_GCC_VERSION_xilinx-ml403 ?= "4.1.1"