Felix Fietkau
68f2e7f940
toolchain: get rid of eglibc version kconfig symbol overloading
...
SVN-Revision: 36358
12 years ago
Felix Fietkau
96bb7c123b
build: consistently use 'depends on' instead of 'depends'
...
make the syntax more compatible with kernel menuconfig
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 36351
12 years ago
Florian Fainelli
5c8783e02a
toolchain/eglibc: add support for 2.17
...
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 35515
12 years ago
Florian Fainelli
9a52ec4af8
eglibc: update to r21110
...
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 34036
12 years ago
Felix Fietkau
c2f2b3f903
eglibc: do not prompt for the revision, it is supposed to be changed by developers, not users.
...
fixes changing the eglibc version in menuconfig without resetting the config
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 34029
12 years ago
Felix Fietkau
83e392ba73
eglibc: remove versions 2.12-2.14
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 34028
12 years ago
Florian Fainelli
c730636027
eglibc: remove duplicate line introduced in r33738
...
SVN-Revision: 33740
12 years ago
Florian Fainelli
154123a8c6
add support for eglibc 2.16
...
SVN-Revision: 33738
12 years ago
Felix Fietkau
5d50acec9d
eglibc: use 2.15 by default
...
SVN-Revision: 32104
13 years ago
Felix Fietkau
49b894ff4e
eglibc: add version 2.15
...
SVN-Revision: 32101
13 years ago
Mirko Vogt
6831c99f65
drop support for eglibc version trunk/HEAD
...
When selecting a specific eglibc version, it comes with a specific SVN
revision that should not be modified as it (more or less) correspond to
a tagged release. This patch disable the possibility to select a specific
SVN revision on known eglib versions.
This patch also disables the possibility to select the trunk branch of
eglibc. There are multiple reasons for that:
* trunk/HEAD may not even compile
* the OpenWrt built system makes using trunk/HEAD a difficult thing, as
OpenWRT fetches the source tree and store it in a compressed tar archive.
Subsequent build get the source from the tar archive - not from SVN,
making the use of trunk/HEAD largelly innefective.
* we cannot know the corresponding version of trunk/HEAD, meaning that
we'll face compiling issues when we'll try to copy the libc files -
unless the build system is fixed with this specific issue in mind.
Signed-off-by: Emmanuel Deloget <logout@free.fr>
SVN-Revision: 31502
13 years ago
Mirko Vogt
5c3d17cfc9
drop eglibc version 2.12
...
SVN-Revision: 31500
13 years ago
Mirko Vogt
0af09943a5
when choosing eglibc select eglibc version 2.13 by default
...
SVN-Revision: 31342
13 years ago
Mirko Vogt
84c48979d2
level up eglibc versions to latest revisions of its respective branches
...
in particular this solves the issue that eglibc version 2.x produced so-files having the version string 2.(x-1) in its names which confused the toolchain
SVN-Revision: 31300
13 years ago
Florian Fainelli
cba5b25cfd
eglibc: add support for 2.14
...
SVN-Revision: 27510
14 years ago
Felix Fietkau
357a58811b
eglibc: remove old versions
...
SVN-Revision: 27360
14 years ago
Mirko Vogt
7493d8260f
add support for eglibc version 2.13
...
SVN-Revision: 27215
14 years ago
Mirko Vogt
51754d7d1d
when selecting eglibc, use version 2.12 by default
...
SVN-Revision: 27213
14 years ago
Imre Kaloz
50be0201f1
cleanup toolchain version handling
...
SVN-Revision: 25148
14 years ago
Nicolas Thill
8dd583e3a4
toolchain/eglibc: add preliminary support for eglibc-2.12
...
SVN-Revision: 21611
15 years ago
Nicolas Thill
7d991147b3
toolchain/eglibc: update to latest revision for 2.9, 2.10 & 2.11
...
SVN-Revision: 21610
15 years ago
Nicolas Thill
fdb4fba4b7
toolchain/eglibc: allow building eglibc-2.11 with gcc-4.5.x
...
SVN-Revision: 21601
15 years ago
Nicolas Thill
0adb09325c
eglibc: add support for v2.11
...
SVN-Revision: 18522
15 years ago
Nicolas Thill
143213091b
eglibc: update v2.10 to rev. 9289
...
SVN-Revision: 18518
15 years ago
Nicolas Thill
cfad7b6c08
eglibc: don't use minor version numbers in config symbols, only in version strings
...
SVN-Revision: 18474
15 years ago
Nicolas Thill
f859299d85
eglibc: add support for 2.10 branch
...
SVN-Revision: 17748
15 years ago
Nicolas Thill
f3a3b1934b
eglibc: update svn revisions
...
SVN-Revision: 17744
15 years ago
Nicolas Thill
a3edea1b91
add support for alternative C libraries (currently only glibc/eglibc) other (related) changes: - kernel headers are now installed using "make headers_install" on 2.6 - target names now contain an openwrt "vendor" tag (e.g. mips-openwrt-linux-gnu) - build directory names now contain gcc/libc name/version - default cpu for x86 is now i486 (required to build glibc/eglibc)
...
SVN-Revision: 13931
16 years ago