Skip to content
Snippets Groups Projects
Commit 32266bb2 authored by David Nusinow's avatar David Nusinow
Browse files

* Re-Add s390 and m68k to the USE_IEEE test in src/mesa/main/imports.h.

  I need to submit this upstream.
parent cab39103
No related branches found
No related tags found
No related merge requests found
......@@ -2,8 +2,10 @@ mesa (6.5.0-0.1) experimental; urgency=low
* 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
......
......@@ -143,8 +143,9 @@ typedef union { GLfloat f; GLint i; } fi_type;
*** 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) || \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment