On 7/7/11 8:59 AM, Florian Fainelli wrote: > On Thursday 07 July 2011 17:49:33 Philip Prindeville wrote: >> I'm not sure how much good it does to keep up with the latest version of >> eglibc if we've not had Openwrt building against eglibc for 6 months or >> more. >> >> I've put a few patches out there that at least got all the packages I use >> regularly building with eglibc but they're still waiting for commit. > Since building recent eglibc version does not necessary work okay for > achitectures different than x86, let's at least provide an up-to-date version > to start reporting problems upstream with.
Or, conversely.... :-) ... we could try to establish a reference point of something that's known to be working, and use that for figuring out what our regressions are. -Philip >> -Philip >> >> On 7/7/11 2:42 AM, [email protected] wrote: >>> Author: florian >>> Date: 2011-07-07 11:42:47 +0200 (Thu, 07 Jul 2011) >>> New Revision: 27510 >>> >>> Modified: >>> trunk/toolchain/eglibc/Config.in >>> trunk/toolchain/eglibc/Config.version >>> trunk/toolchain/eglibc/Makefile >>> >>> Log: >>> [toolchain] eglibc: add support for 2.14 >>> >>> Modified: trunk/toolchain/eglibc/Config.in >>> =================================================================== >>> --- trunk/toolchain/eglibc/Config.in 2011-07-07 09:42:44 UTC (rev >>> 27509) >>> +++ trunk/toolchain/eglibc/Config.in 2011-07-07 09:42:47 UTC (rev >>> 27510) >>> @@ -13,6 +13,10 @@ >>> >>> bool "eglibc 2.13" >>> depends !GCC_VERSION_LLVM >>> >>> + config EGLIBC_VERSION_2_14 >>> + bool "eglibc 2.14" >>> + depends !GCC_VERSION_LLVM >>> + >>> >>> config EGLIBC_VERSION_TRUNK >>> >>> bool "eglibc trunk" >>> >>> @@ -24,6 +28,7 @@ >>> >>> depends on TOOLCHAINOPTS && USE_EGLIBC >>> default "10495" if EGLIBC_VERSION_2_12 >>> default "13055" if EGLIBC_VERSION_2_13 >>> >>> + default "14284" if EGLIBC_VERSION_2_14 >>> >>> default "HEAD" if EGLIBC_VERSION_TRUNK >>> default "" >>> >>> Modified: trunk/toolchain/eglibc/Config.version >>> =================================================================== >>> --- trunk/toolchain/eglibc/Config.version 2011-07-07 09:42:44 UTC (rev >>> 27509) +++ trunk/toolchain/eglibc/Config.version 2011-07-07 09:42:47 UTC >>> (rev 27510) @@ -3,4 +3,5 @@ >>> >>> depends on USE_EGLIBC >>> default "2.12" if EGLIBC_VERSION_2_12 >>> default "2.13" if EGLIBC_VERSION_2_13 >>> >>> + default "2.14" if EGLIBC_VERSION_2_14 >>> >>> default "trunk" >>> >>> Modified: trunk/toolchain/eglibc/Makefile >>> =================================================================== >>> --- trunk/toolchain/eglibc/Makefile 2011-07-07 09:42:44 UTC (rev 27509) >>> +++ trunk/toolchain/eglibc/Makefile 2011-07-07 09:42:47 UTC (rev 27510) >>> @@ -1,5 +1,5 @@ >>> >>> # >>> >>> -# Copyright (C) 2006-2010 OpenWrt.org >>> +# Copyright (C) 2006-2011 OpenWrt.org >>> >>> # >>> # This is free software, licensed under the GNU General Public License >>> v2. # See /LICENSE for more information. >>> >>> @@ -21,6 +21,9 @@ >>> >>> ifneq ($(CONFIG_EGLIBC_VERSION_2_13),) >>> >>> PKG_SOURCE_URL:=svn://svn.eglibc.org/branches/eglibc-2_13 >>> >>> endif >>> >>> +ifneq ($(CONFIG_EGLIBC_VERSION_2_14),) >>> + PKG_SOURCE_URL:=svn://svn.eglibc.org/branches/eglibc-2_14 >>> +endif >>> >>> ifneq ($(CONFIG_EGLIBC_VERSION_TRUNK),) >>> >>> PKG_SOURCE_URL:=svn://svn.eglibc.org/trunk >>> >>> endif >> _______________________________________________ openwrt-devel mailing list [email protected] https://lists.openwrt.org/mailman/listinfo/openwrt-devel
