From 08a5901ba1068661eac4ccc06fc7ee71c3165341 Mon Sep 17 00:00:00 2001 From: "Marc G. Fournier" Date: Thu, 24 Apr 1997 02:35:39 +0000 Subject: Various patches not commited, plus a linux/sparc patch from Satoshi Ishikawa --- src/include/port/linux.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/include/port/linux.h') diff --git a/src/include/port/linux.h b/src/include/port/linux.h index fa311d984f..7735f3ab0f 100644 --- a/src/include/port/linux.h +++ b/src/include/port/linux.h @@ -12,3 +12,6 @@ # define HAS_TEST_AND_SET typedef unsigned char slock_t; # endif +# if defined(sparc) +# undef NEED_I386_TAS_ASM +# endif -- cgit v1.2.1