summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorBryan Hundven <bryanhundven@gmail.com>2015-11-10 06:33:59 (GMT)
committerBryan Hundven <bryanhundven@gmail.com>2015-11-10 06:33:59 (GMT)
commit85b6b3394fc42c9b6b2d6eb036161b2b4c6c798f (patch)
treee8ac06d542dd2a76027736a6596e447c4d83a08c /scripts
parent85f98147f57b3001282fc0365be245b9c81a3a16 (diff)
parente9e29e7a46aba13f3f26a1cd30fd2c74c5a63885 (diff)
Merge pull request #244 from bhundven/remove_blackfin
blackfin: Remove blackfin support
Diffstat (limited to 'scripts')
-rw-r--r--scripts/build/arch/blackfin.sh14
-rw-r--r--scripts/build/kernel/linux.sh5
-rw-r--r--scripts/build/libc/uClibc.sh1
3 files changed, 2 insertions, 18 deletions
diff --git a/scripts/build/arch/blackfin.sh b/scripts/build/arch/blackfin.sh
deleted file mode 100644
index 768b07a..0000000
--- a/scripts/build/arch/blackfin.sh
+++ /dev/null
@@ -1,14 +0,0 @@
-# Compute Blackfin-specific values
-
-CT_DoArchTupleValues() {
- # The architecture part of the tuple:
- CT_TARGET_ARCH="bfin${CT_ARCH_SUFFIX}"
-
- # gcc ./configure flags
- CT_ARCH_WITH_ARCH=
- CT_ARCH_WITH_ABI=
- CT_ARCH_WITH_CPU=
- CT_ARCH_WITH_TUNE=
- CT_ARCH_WITH_FPU=
- CT_ARCH_WITH_FLOAT=
-}
diff --git a/scripts/build/kernel/linux.sh b/scripts/build/kernel/linux.sh
index 2ebb03c..923b12b 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%.*}"
;;
diff --git a/scripts/build/libc/uClibc.sh b/scripts/build/libc/uClibc.sh
index e6974b3..eac32da 100644
--- a/scripts/build/libc/uClibc.sh
+++ b/scripts/build/libc/uClibc.sh
@@ -253,7 +253,6 @@ mungeuClibcConfig() {
x86:64) arch=x86_64;;
sh:32) arch="sh";;
sh:64) arch="sh64";;
- blackfin:32) arch="bfin";;
*) arch="${CT_ARCH}";;
esac
# Also remove stripping: its the responsibility of the