diff options
author | Martin Lund <martin.lund@keep-it-simple.com> | 2016-06-10 22:10:20 +0200 |
---|---|---|
committer | Martin Lund <martin.lund@keep-it-simple.com> | 2016-06-10 22:11:39 +0200 |
commit | b06f5ab6895d1342d76ed85fde804fafb2ea573c (patch) | |
tree | 2f7cc968ea880aecae8b014532cc4df17511980c /scripts/build/binutils | |
parent | 7300eb17b43a38320d25dff47230f483a82b4154 (diff) | |
download | crosstool-ng-b06f5ab6895d1342d76ed85fde804fafb2ea573c.tar.gz crosstool-ng-b06f5ab6895d1342d76ed85fde804fafb2ea573c.tar.bz2 crosstool-ng-b06f5ab6895d1342d76ed85fde804fafb2ea573c.zip |
Update elf2flt git repository location
The elf2flt git repository has been moved to GitHub. Updated the script
accordingly.
Signed-off-by: Martin Lund <martin.lund@keep-it-simple.com>
Diffstat (limited to 'scripts/build/binutils')
-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 } |