From fe5a4e3be714869a15d6acfb836edeb7983c0ac2 Mon Sep 17 00:00:00 2001 From: unknown Date: Wed, 7 Sep 2005 17:04:22 +0200 Subject: Bug #12987 yassl: Compilation of integer.cpp fails on OS X Tiger extra/yassl/taocrypt/include/misc.hpp: Disable X86ASM on OsX --- extra/yassl/taocrypt/include/misc.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'extra/yassl/taocrypt/include/misc.hpp') diff --git a/extra/yassl/taocrypt/include/misc.hpp b/extra/yassl/taocrypt/include/misc.hpp index 5a31510911e..f705cc99970 100644 --- a/extra/yassl/taocrypt/include/misc.hpp +++ b/extra/yassl/taocrypt/include/misc.hpp @@ -91,7 +91,7 @@ public: // no gas on these systems ?, disable for now -#if defined(__sun__) || defined (__QNX__) +#if defined(__sun__) || defined (__QNX__) || defined (__APPLE__) #define TAOCRYPT_DISABLE_X86ASM #endif -- cgit v1.2.1