diff options
author | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2007-07-21 10:15:13 +0000 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2007-07-21 10:15:13 +0000 |
commit | 143e1b0e98f13fd26f6f1a492d442561b27bf1af (patch) | |
tree | 19a23094649cdb381e5368170805948b3433643b | |
parent | fc70acd6e759070f19c4372db29454fdcd8f2fff (diff) | |
download | crosstool-ng-143e1b0e98f13fd26f6f1a492d442561b27bf1af.tar.gz crosstool-ng-143e1b0e98f13fd26f6f1a492d442561b27bf1af.tar.bz2 crosstool-ng-143e1b0e98f13fd26f6f1a492d442561b27bf1af.zip |
Add D.U.M.A. 2.5.2 and 2.5.3.
-rw-r--r-- | config/debug/duma.in | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/config/debug/duma.in b/config/debug/duma.in index e80e0ca2..52e0a0d3 100644 --- a/config/debug/duma.in +++ b/config/debug/duma.in @@ -30,6 +30,14 @@ config DUMA_V_2_5_1 bool prompt "2_5_1" +config DUMA_V_2_5_2 + bool + prompt "2_5_2" + +config DUMA_V_2_5_3 + bool + prompt "2_5_3" + # CT_INSERT_VERSION_ABOVE # Don't remove above line! endchoice @@ -37,6 +45,8 @@ endchoice config DUMA_VERSION string default "2_5_1" if DUMA_V_2_5_1 + default "2_5_2" if DUMA_V_2_5_2 + default "2_5_3" if DUMA_V_2_5_3 # CT_INSERT_VERSION_STRING_ABOVE # Don't remove above line! |