mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-04-19 08:36:16 +00:00
linux: allow arm*
to build headers for no-mmu
Signed-off-by: Bryan Hundven <bryanhundven@gmail.com>
This commit is contained in:
parent
72f3b9196a
commit
b44effbc0e
@ -10,6 +10,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" ;;
|
||||
m68k) CT_TARGET_KERNEL="uclinux" ;;
|
||||
*) CT_Abort "Unsupported no-mmu arch '${CT_ARCH}'"
|
||||
esac
|
||||
|
Loading…
x
Reference in New Issue
Block a user