diff options
author | Yann E. MORIN" <yann.morin.1998@free.fr> | 2014-05-11 15:43:28 +0200 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@free.fr> | 2014-05-11 15:43:28 +0200 |
commit | 04a7340d0af9e1202fabba94e1391298435cadd0 (patch) | |
tree | 0365f8fd346790f735daac7561e4cb35ce113270 /config/binutils | |
parent | e2d2b2ae115c391fdea16b9a7117cc191c97ecfa (diff) | |
download | crosstool-ng-04a7340d0af9e1202fabba94e1391298435cadd0.tar.gz crosstool-ng-04a7340d0af9e1202fabba94e1391298435cadd0.tar.bz2 crosstool-ng-04a7340d0af9e1202fabba94e1391298435cadd0.zip |
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>
Diffstat (limited to 'config/binutils')
-rw-r--r-- | config/binutils/binutils.in.2 | 35 |
1 files changed, 24 insertions, 11 deletions
diff --git a/config/binutils/binutils.in.2 b/config/binutils/binutils.in.2 index 0e74886d..cb6c81cf 100644 --- a/config/binutils/binutils.in.2 +++ b/config/binutils/binutils.in.2 @@ -7,12 +7,10 @@ comment "elf2flt" choice bool prompt "elf2flt version" -# Don't remove next line -# CT_INSERT_VERSION_BELOW -config ELF2FLT_CVSHEAD +config ELF2FLT_GIT bool - prompt "CVS Head" + prompt "git" help Grab the latest version of elf2flt from the CVS repository @@ -23,8 +21,30 @@ config ELF2FLT_CUSTOM endchoice +config ELF2FLT_VERSION + string + +if ELF2FLT_GIT + +config ELF2FLT_GIT_CSET + string + prompt "git cset" + default "21c6a41885ad544763ccd19883c1353f3b0b7a47" + help + Enter the git changeset to use. + + The default currently points to the HEAD of the git tree. + +config ELF2FLT_VERSION + default ELF2FLT_GIT_CSET + +endif # ELF2FLT_GIT + if ELF2FLT_CUSTOM +config ELF2FLT_VERSION + default "custom" + config ELF2FLT_CUSTOM_LOCATION string prompt "Full path to custom elf2flt source" @@ -35,13 +55,6 @@ config ELF2FLT_CUSTOM_LOCATION endif # ELF2FLT_CUSTOM -config ELF2FLT_VERSION - string - default "cvs" if ELF2FLT_CVSHEAD - default "custom" if ELF2FLT_CUSTOM -# Don't remove next line -# CT_INSERT_VERSION_STRING_BELOW - config ELF2FLT_EXTRA_CONFIG_ARRAY string prompt "elf2flt extra config" |