Browse Source

* removed (initially) support for T2 versions

legacy/multilib
Alejandro Mery 17 years ago
parent
commit
0b485bfe77
1 changed files with 7 additions and 9 deletions
  1. +7
    -9
      config.in

+ 7
- 9
config.in

@ -1,4 +1,3 @@
#!/bin/sh
# --- SDE-COPYRIGHT-NOTE-BEGIN ---
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
#
@ -18,14 +17,13 @@
const SDECFG_TRG_MNEMOSYNE ${target:-$SDECFG_TARGET}
case "$sdever" in
2.1*) CFGTEMP_TREE=21 ;;
2.2*) CFGTEMP_TREE=22 ;;
2.3*) CFGTEMP_TREE=23 ;;
6.0*) CFGTEMP_TREE=22 ;;
7.0*) CFGTEMP_TREE=23 ;;
trunk) CFGTEMP_TREE=22 ;;
vapor) CFGTEMP_TREE=22 ;;
*) CFGTEMP_TREE=unknown ;;
trunk) CFGTEMP_TREE=0 ;;
vapor) CFGTEMP_TREE=0 ;;
*) comment " "
comment "ERROR: Your version ($sdever) is not supported"
comment " by this tree of mnemosyne!"
comment " "
CFGTEMP_TREE=unknown ;;
esac
hack_stages() {

Loading…
Cancel
Save