diff options
author | Bryan Hundven <bryanhundven@gmail.com> | 2016-01-13 05:58:28 -0800 |
---|---|---|
committer | Bryan Hundven <bryanhundven@gmail.com> | 2016-01-13 05:58:28 -0800 |
commit | 72f3b9196aa555549f42be09fcad5ef7c5b56801 (patch) | |
tree | e3c187a1aa30cfd3e926d6614a96565c8a10897c /scripts/build/binutils | |
parent | 4fb8a18ec90d084fd4dece1de12da40655686d1e (diff) | |
download | crosstool-ng-72f3b9196aa555549f42be09fcad5ef7c5b56801.tar.gz crosstool-ng-72f3b9196aa555549f42be09fcad5ef7c5b56801.tar.bz2 crosstool-ng-72f3b9196aa555549f42be09fcad5ef7c5b56801.zip |
elf2flt: Use openadk version of elf2flt
elf2flt is now hosted on github here:
https://github.com/uclinux-dev/elf2flt
But, until arm support is upstream, we'll switch to Waldemar Brodkorb
version of elf2flt.
Signed-off-by: Bryan Hundven <bryanhundven@gmail.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 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 } |