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

r2644 - in glibc-package/branches/glibc-2.7/debian: . patches patches/any



Author: aurel32
Date: 2007-11-01 16:20:40 +0000 (Thu, 01 Nov 2007)
New Revision: 2644

Added:
   glibc-package/branches/glibc-2.7/debian/patches/any/local-disable-tst-tgmath2.diff
Modified:
   glibc-package/branches/glibc-2.7/debian/changelog
   glibc-package/branches/glibc-2.7/debian/patches/series
Log:
  * any/local-disable-tst-tgmath2.diff: new patch to disable tst-tgmath2,
    which take too much resources during compilation.



Modified: glibc-package/branches/glibc-2.7/debian/changelog
===================================================================
--- glibc-package/branches/glibc-2.7/debian/changelog	2007-11-01 16:11:37 UTC (rev 2643)
+++ glibc-package/branches/glibc-2.7/debian/changelog	2007-11-01 16:20:40 UTC (rev 2644)
@@ -76,6 +76,8 @@
     define.
     TIMEOUTFACTOR.
   * locales-depver: tighten locales dependencies.
+  * any/local-disable-tst-tgmath2.diff: new patch to disable tst-tgmath2,
+    which take too much resources during compilation.
 
   [ Petr Salinger]
   * any/local-linuxthreads-unwind.diff: provide unwind-resume routine for
@@ -94,7 +96,7 @@
   * Update patches/locale/preprocessor-collate.diff.
   * Add alpha/submitted-PTR_MANGLE.diff (Closes: #448508).
 
- -- Aurelien Jarno <aurel32@debian.org>  Thu, 01 Nov 2007 17:11:10 +0100
+ -- Aurelien Jarno <aurel32@debian.org>  Thu, 01 Nov 2007 17:20:03 +0100
 
 glibc (2.6.1-6) unstable; urgency=low
 

Added: glibc-package/branches/glibc-2.7/debian/patches/any/local-disable-tst-tgmath2.diff
===================================================================
--- glibc-package/branches/glibc-2.7/debian/patches/any/local-disable-tst-tgmath2.diff	                        (rev 0)
+++ glibc-package/branches/glibc-2.7/debian/patches/any/local-disable-tst-tgmath2.diff	2007-11-01 16:20:40 UTC (rev 2644)
@@ -0,0 +1,11 @@
+--- math/Makefile.orig
++++ math/Makefile
+@@ -90,7 +90,7 @@
+ # Rules for the test suite.
+ tests = test-matherr test-fenv atest-exp atest-sincos atest-exp2 basic-test \
+ 	test-misc test-fpucw tst-definitions test-tgmath test-tgmath-ret \
+-	bug-nextafter bug-nexttoward bug-tgmath1 test-tgmath-int test-tgmath2
++	bug-nextafter bug-nexttoward bug-tgmath1 test-tgmath-int
+ # We do the `long double' tests only if this data type is available.
+ test-longdouble-yes = test-ldouble test-ildoubl
+ distribute += $(test-longdouble-yes:=.c)

Modified: glibc-package/branches/glibc-2.7/debian/patches/series
===================================================================
--- glibc-package/branches/glibc-2.7/debian/patches/series	2007-11-01 16:11:37 UTC (rev 2643)
+++ glibc-package/branches/glibc-2.7/debian/patches/series	2007-11-01 16:20:40 UTC (rev 2644)
@@ -148,6 +148,7 @@
 any/local-stubs_h.diff 
 any/local-stdio-lock.diff -p0
 any/local-tcsetaddr.diff -p0
+any/local-disable-tst-tgmath2.diff -p0
 any/local-tst-mktime2.diff -p0
 any/local-dynamic-resolvconf.diff -p0
 any/submitted-nis-netgrp.diff -p0



Reply to: