# HG changeset patch # User "Yann E. MORIN" # Date 1356525051 -3600 # Node ID 598880dab0f32cc85cb21ffd39f493747f65d24d # Parent 481658dd0e7f5083234ce354ce3bf1921af355fb libc/glibc: both glibc and eglibc have pkgversion and bugurl Well, all eglibc version we support do, and latest glibc versions we support do. Not all glibc versions do, but older versions simply ignore the unrecognised ./configure flags. Signed-off-by: "Yann E. MORIN" diff -r 481658dd0e7f -r 598880dab0f3 config/libc/eglibc.in --- a/config/libc/eglibc.in Wed Dec 26 12:15:10 2012 +0100 +++ b/config/libc/eglibc.in Wed Dec 26 13:30:51 2012 +0100 @@ -78,10 +78,6 @@ config LIBC_EGLIBC_2_16_or_later bool -config LIBC_EGLIBC_HAS_PKGVERSION_BUGURL - bool - default y - if CONFIGURE_has_svn config EGLIBC_REVISION diff -r 481658dd0e7f -r 598880dab0f3 scripts/build/libc/glibc-eglibc.sh-common --- a/scripts/build/libc/glibc-eglibc.sh-common Wed Dec 26 12:15:10 2012 +0100 +++ b/scripts/build/libc/glibc-eglibc.sh-common Wed Dec 26 13:30:51 2012 +0100 @@ -276,10 +276,8 @@ *) extra_config+=("--enable-add-ons=$(do_libc_add_ons_list ,)");; esac - if [ "${CT_LIBC_EGLIBC_HAS_PKGVERSION_BUGURL}" = "y" ]; then - extra_config+=("--with-pkgversion=${CT_PKGVERSION}") - [ -n "${CT_TOOLCHAIN_BUGURL}" ] && extra_config+=("--with-bugurl=${CT_TOOLCHAIN_BUGURL}") - fi + extra_config+=("--with-pkgversion=${CT_PKGVERSION}") + [ -n "${CT_TOOLCHAIN_BUGURL}" ] && extra_config+=("--with-bugurl=${CT_TOOLCHAIN_BUGURL}") # Extract the endianness options if any # This should cover all possible endianness options