diff options
author | Bryan Hundven <bryanhundven@gmail.com> | 2016-08-23 14:25:22 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-08-23 14:25:22 -0700 |
commit | 19fdf86ab66f6d9863e7aa52e23a39758d4d1667 (patch) | |
tree | f9c4e339168a433b6c1cd8248aa42ab17a30111b /scripts/build/binutils/binutils.sh | |
parent | 8a4870c2f8788c097d71194cb6d334cef1ae31ab (diff) | |
parent | e4a21f634dc2ff526369c8835e87da32017e2087 (diff) | |
download | crosstool-ng-19fdf86ab66f6d9863e7aa52e23a39758d4d1667.tar.gz crosstool-ng-19fdf86ab66f6d9863e7aa52e23a39758d4d1667.tar.bz2 crosstool-ng-19fdf86ab66f6d9863e7aa52e23a39758d4d1667.zip |
Merge pull request #402 from lundmar/fix_elf2flt_repo
Update elf2flt git repository location
Diffstat (limited to 'scripts/build/binutils/binutils.sh')
-rw-r--r-- | scripts/build/binutils/binutils.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/build/binutils/binutils.sh b/scripts/build/binutils/binutils.sh index edaf8187..65a2dcce 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 } |