mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-19 12:57:53 +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
|
||||
string
|
||||
prompt "git cset"
|
||||
default "454b6b415a31959661406bdfbd9dad22229367bf"
|
||||
default "9dbc458c6122c495bbdec8dc975a15c9d39e5ff2"
|
||||
help
|
||||
Enter the git changeset to use.
|
||||
|
||||
|
@ -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
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user