diff options
author | Marius Strobl <marius@FreeBSD.org> | 2004-11-02 23:27:26 +0000 |
---|---|---|
committer | Marius Strobl <marius@FreeBSD.org> | 2004-11-02 23:27:26 +0000 |
commit | 9bb80ef3fe66acb9035b8280e6ec85fa2fd2df05 (patch) | |
tree | 243481730e9ce42429309c1bb2b6ad78a5665b50 /lang/icc/files/patch-include::xmmintrin.h | |
parent | - Fix runtime error (diff) |
o Preliminary update to 8.1.022:
- For changes since the 8.0 series see the installed C++ReleaseNotes.htm
but note that information given there doesn't necessarily apply to ICC
on FreeBSD, e.g. -cxxlib-gcc isn't the default on FreeBSD yet and this
port also doesn't install the Eclipse and CDT IDEs.
- ICC now unfortunately requires emulators/linux_base-8.
- Works fine for compiling C source.
- A 6.0-current GENERIC kernel compiles and boots.
- The devel/stlport-icc port currently can't link the exception handling
testsuite with this ICC version (due to relying on a missbehaviour of
the old ICC versions) and has to be changed in a way that doesn't break
lang/icc7.
- Support for using the GCC-compatibility of ICC on FreeBSD and using
the GNU libstdc++ as the STL with ICC is in the works.
o Like with the system GCC, default to libpthread for the threads library
on FreeBSD >= 502102.
Approved by: netchild
In joint forces with: netchild
Notes
Notes:
svn path=/head/; revision=120672
Diffstat (limited to 'lang/icc/files/patch-include::xmmintrin.h')
-rw-r--r-- | lang/icc/files/patch-include::xmmintrin.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/icc/files/patch-include::xmmintrin.h b/lang/icc/files/patch-include::xmmintrin.h index 02f5a4324d6a..7169899b6abf 100644 --- a/lang/icc/files/patch-include::xmmintrin.h +++ b/lang/icc/files/patch-include::xmmintrin.h @@ -4,8 +4,8 @@ #ifndef _INCLUDED_MM2 #define _INCLUDED_MM2 --#if defined(__linux__) || defined(__QNX__) -+#if defined(__linux__) || defined(__QNX__) || defined(__FreeBSD__) +-#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 |