mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-06-17 14:58:12 +00:00
binutils/elf2flt: use alternate mirror
The official elf2flt upstream has disapeared. Switch to a mirror. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
This commit is contained in:
@ -14,11 +14,7 @@ do_binutils_get() {
|
||||
fi
|
||||
|
||||
if [ -n "${CT_ARCH_BINFMT_FLAT}" ]; then
|
||||
CT_GetCVS "elf2flt-${CT_ELF2FLT_VERSION}" \
|
||||
":pserver:anonymous@cvs.uclinux.org:/var/cvs" \
|
||||
"elf2flt" \
|
||||
"" \
|
||||
"elf2flt-${CT_ELF2FLT_VERSION}"
|
||||
CT_GetGit elf2flt "${CT_ELF2FLT_GIT_CSET}" git://wh0rd.org/elf2flt.git
|
||||
fi
|
||||
}
|
||||
|
||||
@ -34,8 +30,8 @@ do_binutils_extract() {
|
||||
CT_Patch "binutils" "${CT_BINUTILS_VERSION}"
|
||||
|
||||
if [ -n "${CT_ARCH_BINFMT_FLAT}" ]; then
|
||||
CT_Extract "elf2flt-${CT_ELF2FLT_VERSION}"
|
||||
CT_Patch "elf2flt" "${CT_ELF2FLT_VERSION}"
|
||||
CT_Extract "elf2flt-${CT_ELF2FLT_GIT_CSET}"
|
||||
CT_Patch "elf2flt" "${CT_ELF2FLT_GIT_CSET}"
|
||||
fi
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user