diff options
author | Bryan Hundven <bryanhundven@gmail.com> | 2016-01-13 06:04:52 -0800 |
---|---|---|
committer | Bryan Hundven <bryanhundven@gmail.com> | 2016-01-13 06:04:52 -0800 |
commit | 99cf46785853369d2f6fd28702f98459af1646c7 (patch) | |
tree | 4625336fc48c9f14685372c407e3f25713e56ae1 /scripts/build/binutils/binutils.sh | |
parent | 4fb8a18ec90d084fd4dece1de12da40655686d1e (diff) | |
parent | b44effbc0ec3bb8fd864ca90deebf97642d7498a (diff) | |
download | crosstool-ng-99cf46785853369d2f6fd28702f98459af1646c7.tar.gz crosstool-ng-99cf46785853369d2f6fd28702f98459af1646c7.tar.bz2 crosstool-ng-99cf46785853369d2f6fd28702f98459af1646c7.zip |
Merge pull request #319 from bhundven/elf2flt_update
Elf2flt update
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 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 } |