Merge pull request #319 from bhundven/elf2flt_update

Elf2flt update
This commit is contained in:
Bryan Hundven 2016-01-13 06:04:52 -08:00
commit 99cf467858
3 changed files with 3 additions and 2 deletions

View File

@ -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.

View File

@ -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
}

View File

@ -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