summaryrefslogtreecommitdiff
path: root/config/libc
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2009-09-13 16:38:06 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2009-09-13 16:38:06 (GMT)
commit0c6375595702e370b3e5784eabdc87f0f5282fed (patch)
tree17070ee50f852e9e9a4d9457ec545e441126ac29 /config/libc
parentcaeb4ada2387a8750acba9c514f0f356e142e777 (diff)
scripts: add new version at top of choice
Add new versions at the top of the choice menu, not at the bottom.
Diffstat (limited to 'config/libc')
-rw-r--r--config/libc/eglibc.in11
-rw-r--r--config/libc/glibc.in11
-rw-r--r--config/libc/newlib.in10
-rw-r--r--config/libc/uClibc.in11
4 files changed, 19 insertions, 24 deletions
diff --git a/config/libc/eglibc.in b/config/libc/eglibc.in
index c98ebd5..c507a47 100644
--- a/config/libc/eglibc.in
+++ b/config/libc/eglibc.in
@@ -15,6 +15,8 @@ config LIBC_eglibc
choice
bool
prompt "eglibc version"
+# Don't remove next line
+# CT_INSERT_VERSION_BELOW
config LIBC_V_2_10
bool
@@ -40,9 +42,6 @@ config EGLIBC_V_2_5
bool
prompt "2_5"
-# CT_INSERT_VERSION_ABOVE
-# Don't remove above line!
-
config EGLIBC_V_TRUNK
bool
prompt "'trunk'"
@@ -53,15 +52,15 @@ endchoice
config LIBC_VERSION
string
- default "trunk" if EGLIBC_V_TRUNK
+# Don't remove next line
+# CT_INSERT_VERSION_STRING_BELOW
default "2_10" if LIBC_V_2_10
default "2_9" if EGLIBC_V_2_9
default "2_8" if EGLIBC_V_2_8
default "2_7" if EGLIBC_V_2_7
default "2_6" if EGLIBC_V_2_6
default "2_5" if EGLIBC_V_2_5
-# CT_INSERT_VERSION_STRING_ABOVE
-# Don't remove above line!
+ default "trunk" if EGLIBC_V_TRUNK
config EGLIBC_REVISION
string
diff --git a/config/libc/glibc.in b/config/libc/glibc.in
index 310cc8f..97d21c3 100644
--- a/config/libc/glibc.in
+++ b/config/libc/glibc.in
@@ -11,6 +11,8 @@ config LIBC_glibc
choice
bool
prompt "glibc version"
+# Don't remove next line
+# CT_INSERT_VERSION_BELOW
config LIBC_V_2_9
bool
@@ -47,9 +49,6 @@ config LIBC_V_2_3_6
prompt "2.3.6 (OBSOLETE)"
depends on OBSOLETE
-# CT_INSERT_VERSION_ABOVE
-# Don't remove above line!
-
config LIBC_V_LATEST
bool
prompt "'latest' snapshot (EXPERIMENTAL)"
@@ -65,7 +64,8 @@ endchoice
config LIBC_VERSION
string
prompt "Enter date (YYYYMMDD)" if LIBC_V_date
- default "latest" if LIBC_V_LATEST
+# Don't remove next line
+# CT_INSERT_VERSION_STRING_BELOW
default "2.9" if LIBC_V_2_9
default "2.8" if LIBC_V_2_8
default "2.7" if LIBC_V_2_7
@@ -74,8 +74,7 @@ config LIBC_VERSION
default "2.5.1" if LIBC_V_2_5_1
default "2.5" if LIBC_V_2_5
default "2.3.6" if LIBC_V_2_3_6
-# CT_INSERT_VERSION_STRING_ABOVE
-# Don't remove above line!
+ default "latest" if LIBC_V_LATEST
config LIBC_GLIBC_2_8_or_later
bool
diff --git a/config/libc/newlib.in b/config/libc/newlib.in
index c4b9e08..e952278 100644
--- a/config/libc/newlib.in
+++ b/config/libc/newlib.in
@@ -13,23 +13,21 @@ config LIBC_newlib
choice
bool
prompt "newlib version"
+# Don't remove next line
+# CT_INSERT_VERSION_BELOW
config NEWLIB_V_1_17_0
bool
prompt "1.17.0"
-# CT_INSERT_VERSION_ABOVE
-# Don't remove above line!
-
endchoice
config LIBC_VERSION
string
+# Don't remove next line
+# CT_INSERT_VERSION_STRING_BELOW
default "1.17.0" if NEWLIB_V_1_17_0
-# CT_INSERT_VERSION_STRING_ABOVE
-# Don't remove above line!
-
config ATMEL_AVR32_HEADERS
bool
prompt "Install Atmel AVR32 headers"
diff --git a/config/libc/uClibc.in b/config/libc/uClibc.in
index e583b76..81c3b28 100644
--- a/config/libc/uClibc.in
+++ b/config/libc/uClibc.in
@@ -11,6 +11,8 @@ config LIBC_uClibc
choice
bool
prompt "uClibc version"
+# Don't remove next line
+# CT_INSERT_VERSION_BELOW
config LIBC_V_0_9_30_1
bool
@@ -45,9 +47,6 @@ config LIBC_V_0_9_28
prompt "0.9.28 (OBSOLETE)"
depends on OBSOLETE
-# CT_INSERT_VERSION_ABOVE
-# Don't remove above line!
-
config LIBC_V_snapshot
bool
prompt "latest snapshot (EXPERIMENTAL)"
@@ -63,7 +62,8 @@ endchoice
config LIBC_VERSION
string
prompt "Enter date (YYYYMMDD)" if LIBC_V_specific_date
- default "snapshot" if LIBC_V_snapshot
+# Don't remove next line
+# CT_INSERT_VERSION_STRING_BELOW
default "0.9.30.1" if LIBC_V_0_9_30_1
default "0.9.30" if LIBC_V_0_9_30
default "0.9.29" if LIBC_V_0_9_29
@@ -71,8 +71,7 @@ config LIBC_VERSION
default "0.9.28.2" if LIBC_V_0_9_28_2
default "0.9.28.1" if LIBC_V_0_9_28_1
default "0.9.28" if LIBC_V_0_9_28
-# CT_INSERT_VERSION_STRING_ABOVE
-# Don't remove above line!
+ default "snapshot" if LIBC_V_snapshot
config LIBC_UCLIBC_0_9_30_or_later
bool