Skip to content

Commit

Permalink
Merge pull request #319 from bhundven/elf2flt_update
Browse files Browse the repository at this point in the history
Elf2flt update
  • Loading branch information
bhundven committed Jan 13, 2016
2 parents 4fb8a18 + b44effb commit 99cf467
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/binutils/binutils.in.2
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion scripts/build/binutils/binutils.sh
Expand Up @@ -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
}
Expand Down
1 change: 1 addition & 0 deletions scripts/build/kernel/linux.sh
Expand Up @@ -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
Expand Down

0 comments on commit 99cf467

Please sign in to comment.