mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-23 22:52:23 +00:00
commit
99cf467858
@ -29,7 +29,7 @@ if ELF2FLT_GIT
|
||||
config ELF2FLT_GIT_CSET
|
||||
string
|
||||
prompt "git cset"
|
||||
default "21c6a41885ad544763ccd19883c1353f3b0b7a47"
|
||||
default "454b6b415a31959661406bdfbd9dad22229367bf"
|
||||
help
|
||||
Enter the git changeset to use.
|
||||
|
||||
|
@ -25,7 +25,7 @@ do_binutils_get() {
|
||||
CT_GetCustom "elf2flt" "${CT_ELF2FLT_CUSTOM_VERSION}" \
|
||||
"${CT_ELF2FLT_CUSTOM_LOCATION}"
|
||||
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
|
||||
}
|
||||
|
@ -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…
Reference in New Issue
Block a user