mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-03-10 22:43:56 +00:00
Merge pull request #402 from lundmar/fix_elf2flt_repo
Update elf2flt git repository location
This commit is contained in:
commit
19fdf86ab6
@ -29,7 +29,7 @@ if ELF2FLT_GIT
|
|||||||
config ELF2FLT_GIT_CSET
|
config ELF2FLT_GIT_CSET
|
||||||
string
|
string
|
||||||
prompt "git cset"
|
prompt "git cset"
|
||||||
default "454b6b415a31959661406bdfbd9dad22229367bf"
|
default "9dbc458c6122c495bbdec8dc975a15c9d39e5ff2"
|
||||||
help
|
help
|
||||||
Enter the git changeset to use.
|
Enter the git changeset to use.
|
||||||
|
|
||||||
|
@ -25,7 +25,7 @@ do_binutils_get() {
|
|||||||
CT_GetCustom "elf2flt" "${CT_ELF2FLT_CUSTOM_VERSION}" \
|
CT_GetCustom "elf2flt" "${CT_ELF2FLT_CUSTOM_VERSION}" \
|
||||||
"${CT_ELF2FLT_CUSTOM_LOCATION}"
|
"${CT_ELF2FLT_CUSTOM_LOCATION}"
|
||||||
else
|
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
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user