diff options
author | Yann E. MORIN" <yann.morin.1998@free.fr> | 2012-11-19 23:24:49 +0100 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@free.fr> | 2012-11-19 23:24:49 +0100 |
commit | 87cc50cfd95e23bccd970b3d5f824f9427ff86ec (patch) | |
tree | 0a19b0ca7f7d937a9810c1a9f6f210cb59731c9d /config | |
parent | 19fa6609da1f0f0f71ec1d5ccfc740620620a7aa (diff) | |
download | crosstool-ng-87cc50cfd95e23bccd970b3d5f824f9427ff86ec.tar.gz crosstool-ng-87cc50cfd95e23bccd970b3d5f824f9427ff86ec.tar.bz2 crosstool-ng-87cc50cfd95e23bccd970b3d5f824f9427ff86ec.zip |
binutils/elf2flt: remove use of CVS snapshots
The CVS snapshot options are never used, so get rid of them.
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Diffstat (limited to 'config')
-rw-r--r-- | config/binutils/elf2flt.in | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/config/binutils/elf2flt.in b/config/binutils/elf2flt.in index 2f8a09fc..0e74886d 100644 --- a/config/binutils/elf2flt.in +++ b/config/binutils/elf2flt.in @@ -16,10 +16,6 @@ config ELF2FLT_CVSHEAD help Grab the latest version of elf2flt from the CVS repository -config ELF2FLT_CVS_SNAPSHOT - bool - prompt "CVS Snapshot" - config ELF2FLT_CUSTOM bool prompt "Custom elf2flt" @@ -38,18 +34,6 @@ config ELF2FLT_CUSTOM_LOCATION or leave blank to use default CT_CUSTOM_LOCATION_ROOT_DIR/elf2flt endif # ELF2FLT_CUSTOM -if ! ELF2FLT_CUSTOM - -config ELF2FLT_CVS_SNAPSHOT_SPEC - string - depends on ELF2FLT_CVS_SNAPSHOT - default "" - prompt "CVS refspec for elf2flt" - help - What you enter here will be passed verbatim to the cvs checkout command - so be careful! - -endif # ! ELF2FLT_CUSTOM config ELF2FLT_VERSION string |