From 35883ceb9389f9e5b4be8233f2326367c6aecddb Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Tue, 11 Jun 2002 01:26:58 +0000 Subject: Fix NASM problems, remove static var in SSE detection code. (Josh Vanderhoof) --- src/mesa/x86/x86_cliptest.S | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/mesa/x86/x86_cliptest.S') diff --git a/src/mesa/x86/x86_cliptest.S b/src/mesa/x86/x86_cliptest.S index 617eb2b6fe..745d1dfb17 100644 --- a/src/mesa/x86/x86_cliptest.S +++ b/src/mesa/x86/x86_cliptest.S @@ -1,4 +1,4 @@ -/* $Id: x86_cliptest.S,v 1.9 2002/03/07 21:40:08 brianp Exp $ */ +/* $Id: x86_cliptest.S,v 1.10 2002/06/11 01:26:58 brianp Exp $ */ /* * Mesa 3-D graphics library @@ -95,7 +95,7 @@ clip_table: * EBP: temp2 */ -#if defined(__ELF__) && defined(__PIC__) && !defined(ELFPIC) +#if defined(__ELF__) && defined(__PIC__) && defined(GNU_ASSEMBLER) && !defined(ELFPIC) #define ELFPIC #endif -- cgit v1.2.3