mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-04-17 07:48:54 +00:00
Merge branch 'no-mmu-microblaze' of https://github.com/msteveb/crosstool-ng
Signed-off-by: Chris Packham <judge.packham@gmail.com>
This commit is contained in:
commit
d45664d144
@ -9,7 +9,7 @@ CT_DoKernelTupleValues()
|
||||
# while others must have a -linux tuple. Other targets
|
||||
# should be added here when someone starts to care about them.
|
||||
case "${CT_ARCH}" in
|
||||
arm*) CT_TARGET_KERNEL="linux" ;;
|
||||
arm*|microblaze*) CT_TARGET_KERNEL="linux" ;;
|
||||
c6x|m68k|xtensa*) CT_TARGET_KERNEL="uclinux" ;;
|
||||
*) CT_Abort "Unsupported no-mmu arch '${CT_ARCH}'"
|
||||
esac
|
||||
|
Loading…
x
Reference in New Issue
Block a user