From e9e29e7a46aba13f3f26a1cd30fd2c74c5a63885 Mon Sep 17 00:00:00 2001 From: Bryan Hundven Date: Mon, 9 Nov 2015 22:30:45 -0800 Subject: blackfin: Remove blackfin support This commit removes blackfin support. I'm open to re-adding blackfin after crosstool-1.23.0 is released, but it is currently too difficult to port forward to newer versions of gcc and uclibc. Signed-off-by: Bryan Hundven --- scripts/build/kernel/linux.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'scripts/build/kernel/linux.sh') diff --git a/scripts/build/kernel/linux.sh b/scripts/build/kernel/linux.sh index 2ebb03c1..923b12b7 100644 --- a/scripts/build/kernel/linux.sh +++ b/scripts/build/kernel/linux.sh @@ -7,10 +7,9 @@ CT_DoKernelTupleValues() { CT_TARGET_KERNEL="linux" else # Some no-mmu linux targets requires a -uclinux tuple (like m68k/cf), - # while others must have a -linux tuple (like bfin). Other targets + # while others must have a -linux tuple. Other targets # should be added here when someone starts to care about them. case "${CT_ARCH}" in - blackfin) CT_TARGET_KERNEL="linux" ;; m68k) CT_TARGET_KERNEL="uclinux" ;; *) CT_Abort "Unsupported no-mmu arch '${CT_ARCH}'" esac @@ -35,7 +34,7 @@ do_kernel_get() { case "${CT_KERNEL_VERSION}" in 2.6.*.*|3.*.*|4.*.*) # 4-part versions (for 2.6 stables and long-terms), and - # 3-part versions (for 3.x.y and 4.x.y stables and long-terms), + # 3-part versions (for 3.x.y and 4.x.y stables and long-terms) # we need to trash the last digit k_ver="${CT_KERNEL_VERSION%.*}" ;; -- cgit v1.2.3