1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00
freebsd-ports/lang/icc7/files
Alexander Leidinger bc38b4f7e1 - Update to 6.0.1.304.
- Re-enable patching of iccvars.(c)sh (solely called by icid and therefore
  overlooked), accidentally broken by last commit.
- Fix generation of multi-threaded code, triggered by the (badly documented)
  compiler option "-mt".
- Disable compiler options "-openmp*" and "-parallel", they depend on
  libguide which itself depends on pthread_atfork() (not provided by libc_r),
  therefore don't install libguide.
  Note: All compiler options are now believed to either work on FreeBSD or
  be disabled (Maintainer note: '-prof_gen' is under investigation).
- Add a message about installing stlport-icc in order to get full C++ support.
- Remove workaround for generation of shared objects with binutils/ld 2.12.x,
  appears to be fixed (unfortunately no confirmation by Intel Support, "That
  is good news <...> then we should just close this issue." *sigh*).

Submitted by:	marius@alchemy.franken.de

- Add note about a problem on P4 and how to solve it.

Suggested by:	Martin Kahlert <martin.kahlert@infineon.com>

- Remove outdated information in pkg-descr.
2002-09-20 12:16:25 +00:00
..
cxa_atexit.c - C++ support: fix to work also on -current, work around broken exception 2002-09-17 12:10:46 +00:00
cxa_finalize.c - C++ support: fix to work also on -current, work around broken exception 2002-09-17 12:10:46 +00:00
errno_location.c - C++ support: fix to work also on -current, work around broken exception 2002-09-17 12:10:46 +00:00
ld.c - Update to 6.0.1.304. 2002-09-20 12:16:25 +00:00
patch-icc - Update to 6.0.1.304. 2002-09-20 12:16:25 +00:00
patch-icpc - Update to 6.0.1.304. 2002-09-20 12:16:25 +00:00
patch-include - C++ support: fix to work also on -current, work around broken exception 2002-09-17 12:10:46 +00:00
stderr.c - C++ support: fix to work also on -current, work around broken exception 2002-09-17 12:10:46 +00:00