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

X Strike Force X.Org X11 SVN commit: r1719 - in branches/modular/lib/mesa-6.5: debian src/mesa/main



Author: dnusinow
Date: 2006-04-06 20:50:23 -0500 (Thu, 06 Apr 2006)
New Revision: 1719

Modified:
   branches/modular/lib/mesa-6.5/debian/changelog
   branches/modular/lib/mesa-6.5/src/mesa/main/imports.h
Log:
* Re-Add s390 and m68k to the USE_IEEE test in src/mesa/main/imports.h.
  I need to submit this upstream.

Modified: branches/modular/lib/mesa-6.5/debian/changelog
===================================================================
--- branches/modular/lib/mesa-6.5/debian/changelog	2006-04-07 00:38:00 UTC (rev 1718)
+++ branches/modular/lib/mesa-6.5/debian/changelog	2006-04-07 01:50:23 UTC (rev 1719)
@@ -2,8 +2,10 @@
 
   * New upstream development release
   * Increment libdrm-dev build-dep to 2.0.1
+  * Re-Add s390 and m68k to the USE_IEEE test in src/mesa/main/imports.h.
+    I need to submit this upstream.
 
- -- David Nusinow <dnusinow@debian.org>  Thu,  6 Apr 2006 20:37:32 -0400
+ -- David Nusinow <dnusinow@debian.org>  Thu,  6 Apr 2006 21:49:58 -0400
 
 mesa (6.4.1-0.4) unstable; urgency=low
 

Modified: branches/modular/lib/mesa-6.5/src/mesa/main/imports.h
===================================================================
--- branches/modular/lib/mesa-6.5/src/mesa/main/imports.h	2006-04-07 00:38:00 UTC (rev 1718)
+++ branches/modular/lib/mesa-6.5/src/mesa/main/imports.h	2006-04-07 01:50:23 UTC (rev 1719)
@@ -143,8 +143,9 @@
  *** USE_IEEE: Determine if we're using IEEE floating point
  ***/
 #if defined(__i386__) || defined(__386__) || defined(__sparc__) || \
-    defined(__s390x__) || defined(__powerpc__) || \
+    defined(__s390x__) || defined(__s390__) || defined(__powerpc__) || \
     defined(__amd64__) || \
+    defined(__m68k__) || \
     defined(ia64) || defined(__ia64__) || \
     defined(__hppa__) || defined(hpux) || \
     defined(__mips) || defined(_MIPS_ARCH) || \



Reply to: