diff options
author | Felix Fietkau <nbd@openwrt.org> | 2011-07-02 09:47:00 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2011-07-02 09:47:00 +0000 |
commit | 59d9085226d1f454611db8dfec409a355de2da45 (patch) | |
tree | 30c31d95eaad77814a30af63f0ad80ae1ce6fdb0 /toolchain/eglibc/Config.version | |
parent | 4867656d72894dd366ebc38eae4850b58c80da97 (diff) | |
download | upstream-59d9085226d1f454611db8dfec409a355de2da45.tar.gz upstream-59d9085226d1f454611db8dfec409a355de2da45.tar.bz2 upstream-59d9085226d1f454611db8dfec409a355de2da45.zip |
eglibc: remove old versions
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27360 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'toolchain/eglibc/Config.version')
-rw-r--r-- | toolchain/eglibc/Config.version | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/toolchain/eglibc/Config.version b/toolchain/eglibc/Config.version index b3e2a15b0f..3a81ded449 100644 --- a/toolchain/eglibc/Config.version +++ b/toolchain/eglibc/Config.version @@ -1,12 +1,6 @@ config EGLIBC_VERSION string depends on USE_EGLIBC - default "2.6.1" if EGLIBC_VERSION_2_6 - default "2.7" if EGLIBC_VERSION_2_7 - default "2.8" if EGLIBC_VERSION_2_8 - default "2.9" if EGLIBC_VERSION_2_9 - default "2.10.2" if EGLIBC_VERSION_2_10 - default "2.11.1" if EGLIBC_VERSION_2_11 default "2.12" if EGLIBC_VERSION_2_12 default "2.13" if EGLIBC_VERSION_2_13 default "trunk" |