summaryrefslogtreecommitdiff
path: root/config/tools
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2008-10-25 15:47:01 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2008-10-25 15:47:01 (GMT)
commitd90f32267b99dbeefc779f102c451f3ed5cb9987 (patch)
tree85d0f551ae8fd02aa33f093718fdcdcbc35ca617 /config/tools
parentd64cca93c6d220ede8c8ba740294fd8d453d64fe (diff)
Remove libelf versions that never worked.
/trunk/config/tools/libelf.in | 11 0 11 0 ----------- 1 file changed, 11 deletions(-)
Diffstat (limited to 'config/tools')
-rw-r--r--config/tools/libelf.in11
1 files changed, 0 insertions, 11 deletions
diff --git a/config/tools/libelf.in b/config/tools/libelf.in
index 91579f7..7f3b413 100644
--- a/config/tools/libelf.in
+++ b/config/tools/libelf.in
@@ -14,15 +14,6 @@ choice
bool
prompt "libelf version"
-config LIBELF_V_0_8_8
- bool
- prompt "0.8.8 (OBSOLETE)"
- depends on OBSOLETE
-
-config LIBELF_V_0_8_9
- bool
- prompt "0.8.9"
-
config LIBELF_V_0_8_10
bool
prompt "0.8.10"
@@ -33,8 +24,6 @@ endchoice
config LIBELF_VERSION
string
- default "0.8.8" if LIBELF_V_0_8_8
- default "0.8.9" if LIBELF_V_0_8_9
default "0.8.10" if LIBELF_V_0_8_10
# CT_INSERT_VERSION_STRING_ABOVE
# Don't remove above line!