diff options
-rw-r--r-- | config/binutils/binutils.in.2 | 2 | ||||
-rw-r--r-- | scripts/build/binutils/binutils.sh | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/config/binutils/binutils.in.2 b/config/binutils/binutils.in.2 index e3d3799c..3dafb0f2 100644 --- a/config/binutils/binutils.in.2 +++ b/config/binutils/binutils.in.2 @@ -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. diff --git a/scripts/build/binutils/binutils.sh b/scripts/build/binutils/binutils.sh index 69605db5..edaf8187 100644 --- a/scripts/build/binutils/binutils.sh +++ b/scripts/build/binutils/binutils.sh @@ -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 } |