diff options
Diffstat (limited to 'lang/icc/files/patch-include__xmmintrin.h')
-rw-r--r-- | lang/icc/files/patch-include__xmmintrin.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/lang/icc/files/patch-include__xmmintrin.h b/lang/icc/files/patch-include__xmmintrin.h new file mode 100644 index 000000000000..7169899b6abf --- /dev/null +++ b/lang/icc/files/patch-include__xmmintrin.h @@ -0,0 +1,11 @@ +--- include/xmmintrin.h.orig Wed Mar 17 14:42:12 2004 ++++ include/xmmintrin.h Wed Mar 17 14:42:31 2004 +@@ -18,7 +18,7 @@ + #ifndef _INCLUDED_MM2 + #define _INCLUDED_MM2 + +-#if defined (__linux__) || defined (__QNX__) /* EIA Compiler does not compile either */ ++#if defined (__linux__) || defined (__FreeBSD__) || defined(__QNX__) /* EIA Compiler does not compile either */ + #define __cdecl + #endif + |