diff options
Diffstat (limited to 'src/include/port/linux.h')
| -rw-r--r-- | src/include/port/linux.h | 3 |
1 files changed, 3 insertions, 0 deletions
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 |
