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

r5375 - in glibc-package/branches/eglibc-2.16/debian: . sysdeps



Author: adconrad
Date: 2012-11-18 18:51:57 +0000 (Sun, 18 Nov 2012)
New Revision: 5375

Modified:
   glibc-package/branches/eglibc-2.16/debian/changelog
   glibc-package/branches/eglibc-2.16/debian/sysdeps/amd64.mk
   glibc-package/branches/eglibc-2.16/debian/sysdeps/i386.mk
Log:
Revert x32_RUN_TESTSUITE change, this is covered by the ld.so check

Modified: glibc-package/branches/eglibc-2.16/debian/changelog
===================================================================
--- glibc-package/branches/eglibc-2.16/debian/changelog	2012-11-17 21:33:56 UTC (rev 5374)
+++ glibc-package/branches/eglibc-2.16/debian/changelog	2012-11-18 18:51:57 UTC (rev 5375)
@@ -368,7 +368,6 @@
     attempts to build with FORTIFIED_SOURCE issue warnings if GCC didn't
     have optimisations turned on.  This breaks some unclever AC macros.
   * Fix building x32 multilib libraries, by correctly passing -mx32.
-  * Don't run the x32 testsuite on i386/amd64, buildds may lack support.
   * Fix some ln calls in sysdeps/{amd64,i386} for binary-arch idempotence.
 
   [ Jonathan Nieder ]

Modified: glibc-package/branches/eglibc-2.16/debian/sysdeps/amd64.mk
===================================================================
--- glibc-package/branches/eglibc-2.16/debian/sysdeps/amd64.mk	2012-11-17 21:33:56 UTC (rev 5374)
+++ glibc-package/branches/eglibc-2.16/debian/sysdeps/amd64.mk	2012-11-18 18:51:57 UTC (rev 5375)
@@ -48,7 +48,6 @@
 #x32_extra_config_options = $(extra_config_options) --disable-profile
 #x32_slibdir = /libx32
 #x32_libdir = /usr/libx32
-#x32_RUN_TESTSUITE = no
 #
 #define libc6-dev-x32_extra_pkg_install
 #

Modified: glibc-package/branches/eglibc-2.16/debian/sysdeps/i386.mk
===================================================================
--- glibc-package/branches/eglibc-2.16/debian/sysdeps/i386.mk	2012-11-17 21:33:56 UTC (rev 5374)
+++ glibc-package/branches/eglibc-2.16/debian/sysdeps/i386.mk	2012-11-18 18:51:57 UTC (rev 5375)
@@ -86,7 +86,6 @@
 #x32_extra_config_options = $(extra_config_options) --disable-profile
 #x32_slibdir = /libx32
 #x32_libdir = /usr/libx32
-#x32_RUN_TESTSUITE = no
 #
 #define libc6-dev-x32_extra_pkg_install
 #


Reply to: