summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorBryan Hundven <bryanhundven@gmail.com>2016-08-23 21:25:22 (GMT)
committerGitHub <noreply@github.com>2016-08-23 21:25:22 (GMT)
commit19fdf86ab66f6d9863e7aa52e23a39758d4d1667 (patch)
treef9c4e339168a433b6c1cd8248aa42ab17a30111b /scripts
parent8a4870c2f8788c097d71194cb6d334cef1ae31ab (diff)
parente4a21f634dc2ff526369c8835e87da32017e2087 (diff)
Merge pull request #402 from lundmar/fix_elf2flt_repo
Update elf2flt git repository location
Diffstat (limited to 'scripts')
-rw-r--r--scripts/build/binutils/binutils.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/build/binutils/binutils.sh b/scripts/build/binutils/binutils.sh
index edaf818..65a2dcc 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}" http://cgit.openadk.org/cgi/cgit/elf2flt.git
+ CT_GetGit elf2flt "${CT_ELF2FLT_GIT_CSET}" https://github.com/uclinux-dev/elf2flt.git
fi
fi
}