summaryrefslogtreecommitdiff
path: root/scripts/build/kernel
diff options
context:
space:
mode:
authorDan Tejada <dan.tejada@cantada.com>2020-04-23 03:25:04 (GMT)
committerDan Tejada <dan.tejada@cantada.com>2020-05-21 01:16:14 (GMT)
commitd532f025420de029914fb43734dec6be9b7128f6 (patch)
tree87ca7378e9d1197dbf0d052d723158452c40161b /scripts/build/kernel
parent75d7525aa1698a8bd8dd0c6b78819846fe2ec869 (diff)
Experimental: Add support for the Texas Instruments C6X (TMS320C6000 series) DSPs
-- c6x: Add support for c6x product families to pass on to uClibC-ng -- c6x: Fix multilib support -- c6x: Add patch fix internal instruction error (GCC 57295) Signed-off-by: Dan Tejada <dan.tejada@cantada.com>
Diffstat (limited to 'scripts/build/kernel')
-rw-r--r--scripts/build/kernel/linux.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/build/kernel/linux.sh b/scripts/build/kernel/linux.sh
index bfeadf0..4c96257 100644
--- a/scripts/build/kernel/linux.sh
+++ b/scripts/build/kernel/linux.sh
@@ -10,7 +10,7 @@ CT_DoKernelTupleValues()
# should be added here when someone starts to care about them.
case "${CT_ARCH}" in
arm*) CT_TARGET_KERNEL="linux" ;;
- m68k|xtensa*) CT_TARGET_KERNEL="uclinux" ;;
+ c6x|m68k|xtensa*) CT_TARGET_KERNEL="uclinux" ;;
*) CT_Abort "Unsupported no-mmu arch '${CT_ARCH}'"
esac
fi