mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-01-12 07:52:50 +00:00
commit
99cf467858
@ -29,7 +29,7 @@ if ELF2FLT_GIT
|
|||||||
config ELF2FLT_GIT_CSET
|
config ELF2FLT_GIT_CSET
|
||||||
string
|
string
|
||||||
prompt "git cset"
|
prompt "git cset"
|
||||||
default "21c6a41885ad544763ccd19883c1353f3b0b7a47"
|
default "454b6b415a31959661406bdfbd9dad22229367bf"
|
||||||
help
|
help
|
||||||
Enter the git changeset to use.
|
Enter the git changeset to use.
|
||||||
|
|
||||||
|
@ -25,7 +25,7 @@ do_binutils_get() {
|
|||||||
CT_GetCustom "elf2flt" "${CT_ELF2FLT_CUSTOM_VERSION}" \
|
CT_GetCustom "elf2flt" "${CT_ELF2FLT_CUSTOM_VERSION}" \
|
||||||
"${CT_ELF2FLT_CUSTOM_LOCATION}"
|
"${CT_ELF2FLT_CUSTOM_LOCATION}"
|
||||||
else
|
else
|
||||||
CT_GetGit elf2flt "${CT_ELF2FLT_GIT_CSET}" git://wh0rd.org/elf2flt.git
|
CT_GetGit elf2flt "${CT_ELF2FLT_GIT_CSET}" http://cgit.openadk.org/cgi/cgit/elf2flt.git
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
@ -10,6 +10,7 @@ CT_DoKernelTupleValues() {
|
|||||||
# while others must have a -linux tuple. Other targets
|
# while others must have a -linux tuple. Other targets
|
||||||
# should be added here when someone starts to care about them.
|
# should be added here when someone starts to care about them.
|
||||||
case "${CT_ARCH}" in
|
case "${CT_ARCH}" in
|
||||||
|
arm*) CT_TARGET_KERNEL="linux" ;;
|
||||||
m68k) CT_TARGET_KERNEL="uclinux" ;;
|
m68k) CT_TARGET_KERNEL="uclinux" ;;
|
||||||
*) CT_Abort "Unsupported no-mmu arch '${CT_ARCH}'"
|
*) CT_Abort "Unsupported no-mmu arch '${CT_ARCH}'"
|
||||||
esac
|
esac
|
||||||
|
Loading…
Reference in New Issue
Block a user