[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

r5782 - in glibc-package/branches/eglibc-2.18/debian: . sysdeps



Author: adconrad
Date: 2013-11-22 01:01:18 +0000 (Fri, 22 Nov 2013)
New Revision: 5782

Modified:
   glibc-package/branches/eglibc-2.18/debian/changelog
   glibc-package/branches/eglibc-2.18/debian/sysdeps/armel.mk
   glibc-package/branches/eglibc-2.18/debian/sysdeps/armhf.mk
Log:
debian/sysdeps/*: Enable new IFUNC support on armel and armhf builds.

Modified: glibc-package/branches/eglibc-2.18/debian/changelog
===================================================================
--- glibc-package/branches/eglibc-2.18/debian/changelog	2013-11-21 17:48:57 UTC (rev 5781)
+++ glibc-package/branches/eglibc-2.18/debian/changelog	2013-11-22 01:01:18 UTC (rev 5782)
@@ -61,6 +61,7 @@
     - debian/control.in/main: Build-depend on gcc-4.8 for ppc64el builds.
   * debian/libc6.symbols.ppc64: Add missing libc6 symbols file for ppc64.
   * debian/libc6.symbols.arm64: Add missing libc6 symbols file for arm64.
+  * debian/sysdeps/*: Enable new IFUNC support on armel and armhf builds.
 
   [ Samuel Thibault ]
   * patches/hurd-i386/libpthread_hurd_cond_timedwait.diff: Rebased.

Modified: glibc-package/branches/eglibc-2.18/debian/sysdeps/armel.mk
===================================================================
--- glibc-package/branches/eglibc-2.18/debian/sysdeps/armel.mk	2013-11-21 17:48:57 UTC (rev 5781)
+++ glibc-package/branches/eglibc-2.18/debian/sysdeps/armel.mk	2013-11-22 01:01:18 UTC (rev 5782)
@@ -1,4 +1,5 @@
 libc_add-ons = ports nptl $(add-ons)
+extra_config_options = --enable-multi-arch
 
 #EGLIBC_PASSES += armhf
 #DEB_ARCH_REGULAR_PACKAGES += libc6-armhf libc6-dev-armhf

Modified: glibc-package/branches/eglibc-2.18/debian/sysdeps/armhf.mk
===================================================================
--- glibc-package/branches/eglibc-2.18/debian/sysdeps/armhf.mk	2013-11-21 17:48:57 UTC (rev 5781)
+++ glibc-package/branches/eglibc-2.18/debian/sysdeps/armhf.mk	2013-11-22 01:01:18 UTC (rev 5782)
@@ -1,4 +1,5 @@
 libc_add-ons = ports nptl $(add-ons)
+extra_config_options = --enable-multi-arch
 
 # Install a compat symlink so old binaries keep working:
 define libc6_extra_pkg_install


Reply to: