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

r2653 - in glibc-package/branches/glibc-2.7/debian: . sysdeps



Author: aurel32
Date: 2007-11-02 10:15:46 +0000 (Fri, 02 Nov 2007)
New Revision: 2653

Added:
   glibc-package/branches/glibc-2.7/debian/sysdeps/sh4.mk
Modified:
   glibc-package/branches/glibc-2.7/debian/changelog
Log:
define TIMEOUTFACTOR for sh4


Modified: glibc-package/branches/glibc-2.7/debian/changelog
===================================================================
--- glibc-package/branches/glibc-2.7/debian/changelog	2007-11-02 10:03:53 UTC (rev 2652)
+++ glibc-package/branches/glibc-2.7/debian/changelog	2007-11-02 10:15:46 UTC (rev 2653)
@@ -72,9 +72,8 @@
   * Add arm/local-lowlevellock.diff: new patch to fix build on arm.
   * debian/rules, debian/rules.d/build.mk: allow per architecture
     TIMEOUTFACTOR.
-  * sysdeps/arm.mk, sysdeps/armel.mk, sysdeps/hppa.mk, sysdeps/s390.mk:
-    define.
-    TIMEOUTFACTOR.
+  * sysdeps/arm.mk, sysdeps/armel.mk, sysdeps/hppa.mk, sysdeps/s390.mk,
+    sysdeps/sh4.mk: define TIMEOUTFACTOR.
   * locales-depver: tighten locales dependencies.
   * any/local-disable-test-tgmath2.diff: new patch to disable test-tgmath2,
     which take too much resources during compilation.

Added: glibc-package/branches/glibc-2.7/debian/sysdeps/sh4.mk
===================================================================
--- glibc-package/branches/glibc-2.7/debian/sysdeps/sh4.mk	                        (rev 0)
+++ glibc-package/branches/glibc-2.7/debian/sysdeps/sh4.mk	2007-11-02 10:15:46 UTC (rev 2653)
@@ -0,0 +1,2 @@
+# Some tests assume a fast machine
+TIMEOUTFACTOR=4



Reply to: