summaryrefslogtreecommitdiff
path: root/config/libc
diff options
context:
space:
mode:
Diffstat (limited to 'config/libc')
-rw-r--r--config/libc/eglibc.in43
-rw-r--r--config/libc/glibc.in80
-rw-r--r--config/libc/newlib.in10
-rw-r--r--config/libc/uClibc.in57
4 files changed, 81 insertions, 109 deletions
diff --git a/config/libc/eglibc.in b/config/libc/eglibc.in
index ced8d95..c507a47 100644
--- a/config/libc/eglibc.in
+++ b/config/libc/eglibc.in
@@ -15,33 +15,32 @@ config LIBC_eglibc
choice
bool
prompt "eglibc version"
+# Don't remove next line
+# CT_INSERT_VERSION_BELOW
-config EGLIBC_V_2_5
- bool
- prompt "2_5"
-
-config EGLIBC_V_2_6
+config LIBC_V_2_10
bool
- prompt "2_6"
+ prompt "2_10"
-config EGLIBC_V_2_7
+config EGLIBC_V_2_9
bool
- prompt "2_7"
+ prompt "2_9"
config EGLIBC_V_2_8
bool
prompt "2_8"
-config EGLIBC_V_2_9
+config EGLIBC_V_2_7
bool
- prompt "2_9"
+ prompt "2_7"
-config LIBC_V_2_10
+config EGLIBC_V_2_6
bool
- prompt "2_10"
+ prompt "2_6"
-# CT_INSERT_VERSION_ABOVE
-# Don't remove above line!
+config EGLIBC_V_2_5
+ bool
+ prompt "2_5"
config EGLIBC_V_TRUNK
bool
@@ -53,15 +52,15 @@ endchoice
config LIBC_VERSION
string
- default "trunk" if EGLIBC_V_TRUNK
- default "2_5" if EGLIBC_V_2_5
- default "2_6" if EGLIBC_V_2_6
- default "2_7" if EGLIBC_V_2_7
- default "2_8" if EGLIBC_V_2_8
- default "2_9" if EGLIBC_V_2_9
+# Don't remove next line
+# CT_INSERT_VERSION_STRING_BELOW
default "2_10" if LIBC_V_2_10
-# CT_INSERT_VERSION_STRING_ABOVE
-# Don't remove above line!
+ 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
+ default "trunk" if EGLIBC_V_TRUNK
config EGLIBC_REVISION
string
diff --git a/config/libc/glibc.in b/config/libc/glibc.in
index b9ef99f..777657c 100644
--- a/config/libc/glibc.in
+++ b/config/libc/glibc.in
@@ -11,72 +11,58 @@ config LIBC_glibc
choice
bool
prompt "glibc version"
+# Don't remove next line
+# CT_INSERT_VERSION_BELOW
-config LIBC_V_2_3_6
- bool
- prompt "2.3.6 (OBSOLETE)"
- depends on OBSOLETE
-
-config LIBC_V_2_5
+config LIBC_V_2_9
bool
- prompt "2.5"
+ prompt "2.9"
+ select LIBC_GLIBC_2_8_or_later
-config LIBC_V_2_5_1
+config LIBC_V_2_8
bool
- prompt "2.5.1"
+ prompt "2.8"
+ select LIBC_GLIBC_2_8_or_later
-config LIBC_V_2_6
+config LIBC_V_2_7
bool
- prompt "2.6"
+ prompt "2.7"
config LIBC_V_2_6_1
bool
prompt "2.6.1"
-config LIBC_V_2_7
- bool
- prompt "2.7"
-
-config LIBC_V_2_8
+config LIBC_V_2_6
bool
- prompt "2.8"
- select LIBC_GLIBC_2_8_or_later
+ prompt "2.6"
-config LIBC_V_2_9
+config LIBC_V_2_5_1
bool
- prompt "2.9"
- select LIBC_GLIBC_2_8_or_later
-
-# CT_INSERT_VERSION_ABOVE
-# Don't remove above line!
+ prompt "2.5.1"
-config LIBC_V_LATEST
+config LIBC_V_2_5
bool
- prompt "'latest' snapshot (EXPERIMENTAL)"
- depends on EXPERIMENTAL
+ prompt "2.5"
-config LIBC_V_date
+config LIBC_V_2_3_6
bool
- prompt "<specific date> (EXPERIMENTAL)"
- depends on EXPERIMENTAL
+ prompt "2.3.6 (OBSOLETE)"
+ depends on OBSOLETE
endchoice
config LIBC_VERSION
string
- prompt "Enter date (YYYYMMDD)" if LIBC_V_date
- default "latest" if LIBC_V_LATEST
- default "2.3.6" if LIBC_V_2_3_6
- default "2.4" if LIBC_V_2_4
- default "2.5" if LIBC_V_2_5
- default "2.5.1" if LIBC_V_2_5_1
- default "2.6" if LIBC_V_2_6
- default "2.6.1" if LIBC_V_2_6_1
- default "2.7" if LIBC_V_2_7
- default "2.8" if LIBC_V_2_8
+# Don't remove next line
+# CT_INSERT_VERSION_STRING_BELOW
default "2.9" if LIBC_V_2_9
-# CT_INSERT_VERSION_STRING_ABOVE
-# Don't remove above line!
+ default "2.8" if LIBC_V_2_8
+ default "2.7" if LIBC_V_2_7
+ default "2.6.1" if LIBC_V_2_6_1
+ default "2.6" if LIBC_V_2_6
+ 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
config LIBC_GLIBC_2_8_or_later
bool
@@ -130,14 +116,4 @@ config LIBC_GLIBC_CVS_date
endif # LIBC_GLIBC_CVS
-#config LIBC_GLIBC_SNAPSHOT
-# bool
-# prompt "Use latest nightly snapshot"
-# help
-# See the help for the entry "Released tarball", above.
-#
-# If you can live with a moving code-base, say 'Y' here.
-# If you want your toolchain to really be reproducible, look at the
-# choice entry "Released tarball from FTP", above.
-
endchoice
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 dbd659c..81c3b28 100644
--- a/config/libc/uClibc.in
+++ b/config/libc/uClibc.in
@@ -11,42 +11,41 @@ config LIBC_uClibc
choice
bool
prompt "uClibc version"
+# Don't remove next line
+# CT_INSERT_VERSION_BELOW
-config LIBC_V_0_9_28
+config LIBC_V_0_9_30_1
bool
- prompt "0.9.28 (OBSOLETE)"
- depends on OBSOLETE
+ prompt "0.9.30.1"
+ select LIBC_UCLIBC_0_9_30_or_later
-config LIBC_V_0_9_28_1
+config LIBC_V_0_9_30
bool
- prompt "0.9.28.1 (OBSOLETE)"
- depends on OBSOLETE
+ prompt "0.9.30"
+ select LIBC_UCLIBC_0_9_30_or_later
-config LIBC_V_0_9_28_2
+config LIBC_V_0_9_29
bool
- prompt "0.9.28.2 (OBSOLETE)"
- depends on OBSOLETE
+ prompt "0.9.29"
config LIBC_V_0_9_28_3
bool
prompt "0.9.28.3"
-config LIBC_V_0_9_29
+config LIBC_V_0_9_28_2
bool
- prompt "0.9.29"
+ prompt "0.9.28.2 (OBSOLETE)"
+ depends on OBSOLETE
-config LIBC_V_0_9_30
+config LIBC_V_0_9_28_1
bool
- prompt "0.9.30"
- select LIBC_UCLIBC_0_9_30_or_later
+ prompt "0.9.28.1 (OBSOLETE)"
+ depends on OBSOLETE
-config LIBC_V_0_9_30_1
+config LIBC_V_0_9_28
bool
- prompt "0.9.30.1"
- select LIBC_UCLIBC_0_9_30_or_later
-
-# CT_INSERT_VERSION_ABOVE
-# Don't remove above line!
+ prompt "0.9.28 (OBSOLETE)"
+ depends on OBSOLETE
config LIBC_V_snapshot
bool
@@ -63,16 +62,16 @@ endchoice
config LIBC_VERSION
string
prompt "Enter date (YYYYMMDD)" if LIBC_V_specific_date
- default "snapshot" if LIBC_V_snapshot
- default "0.9.28" if LIBC_V_0_9_28
- default "0.9.28.1" if LIBC_V_0_9_28_1
- default "0.9.28.2" if LIBC_V_0_9_28_2
- default "0.9.28.3" if LIBC_V_0_9_28_3
- default "0.9.29" if LIBC_V_0_9_29
- default "0.9.30" if LIBC_V_0_9_30
+# Don't remove next line
+# CT_INSERT_VERSION_STRING_BELOW
default "0.9.30.1" if LIBC_V_0_9_30_1
-# CT_INSERT_VERSION_STRING_ABOVE
-# Don't remove above line!
+ default "0.9.30" if LIBC_V_0_9_30
+ default "0.9.29" if LIBC_V_0_9_29
+ default "0.9.28.3" if LIBC_V_0_9_28_3
+ 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
+ default "snapshot" if LIBC_V_snapshot
config LIBC_UCLIBC_0_9_30_or_later
bool