summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Lund <martin.lund@keep-it-simple.com>2016-06-10 20:10:20 (GMT)
committerMartin Lund <martin.lund@keep-it-simple.com>2016-06-10 20:11:39 (GMT)
commitb06f5ab6895d1342d76ed85fde804fafb2ea573c (patch)
tree2f7cc968ea880aecae8b014532cc4df17511980c
parent7300eb17b43a38320d25dff47230f483a82b4154 (diff)
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>
-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
}