x86: Do not build read_rgba_span_x86.S on Mac OS X.
authorVinson Lee <vlee@vmware.com>
Sun, 24 Jan 2010 07:18:33 +0000 (23:18 -0800)
committerVinson Lee <vlee@vmware.com>
Sun, 24 Jan 2010 07:18:33 +0000 (23:18 -0800)
read_rgba_span_x86.S uses the pseudo-ops .hidden and .type which are
not recognized on Mac OS X.

src/mesa/x86/read_rgba_span_x86.S

index 92b1c2d902d6dae5259712054bdaae6a9bc2a0d6..3886a510bbc789743f67988881787c48551dd227 100644 (file)
@@ -31,7 +31,7 @@
  */
 
        .file   "read_rgba_span_x86.S"
-#if !defined(__DJGPP__) && !defined(__MINGW32__) /* this one cries for assyntax.h */
+#if !defined(__DJGPP__) && !defined(__MINGW32__) && !defined(__APPLE__) /* this one cries for assyntax.h */
 /* Kevin F. Quinn 2nd July 2006
  * Replaced data segment constants with text-segment instructions.
  */
@@ -671,7 +671,7 @@ _generic_read_RGBA_span_RGB565_MMX:
        emms
 #endif
        ret
-#endif /* !defined(__DJGPP__) && !defined(__MINGW32__) */
+#endif /* !defined(__DJGPP__) && !defined(__MINGW32__) && !defined(__APPLE__) */
        
 #if defined (__ELF__) && defined (__linux__)
        .section .note.GNU-stack,"",%progbits