aboutsummaryrefslogtreecommitdiffstats
path: root/toolchain/eglibc/Config.version
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2013-07-29 07:22:31 +0000
committerFelix Fietkau <nbd@openwrt.org>2013-07-29 07:22:31 +0000
commite6d3041b29a0662600242bf80ed9cb046a6031a5 (patch)
tree99257a69a71fa6eab87c01275f39993bb5433ad4 /toolchain/eglibc/Config.version
parentb87696121790f34164b50c0c9df58532bb533bfb (diff)
downloadupstream-e6d3041b29a0662600242bf80ed9cb046a6031a5.tar.gz
upstream-e6d3041b29a0662600242bf80ed9cb046a6031a5.tar.bz2
upstream-e6d3041b29a0662600242bf80ed9cb046a6031a5.zip
AA: eglibc: sync with trunk, delete old versions
Fixes build errors in the RPC code and adds parallel build support Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@37596 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'toolchain/eglibc/Config.version')
-rw-r--r--toolchain/eglibc/Config.version12
1 files changed, 8 insertions, 4 deletions
diff --git a/toolchain/eglibc/Config.version b/toolchain/eglibc/Config.version
index 6b8895f0b5..3ff53c1620 100644
--- a/toolchain/eglibc/Config.version
+++ b/toolchain/eglibc/Config.version
@@ -1,7 +1,11 @@
+if USE_EGLIBC
+
config EGLIBC_VERSION
string
- depends on USE_EGLIBC
- default "2.13" if EGLIBC_VERSION_2_13
- default "2.14.1" if EGLIBC_VERSION_2_14
default "2.15" if EGLIBC_VERSION_2_15
- default "2.13"
+
+config EGLIBC_VERSION_2_15
+ default y if !TOOLCHAINOPTS
+ bool
+
+endif