aboutsummaryrefslogtreecommitdiff
path: root/lang/icc7/files
Commit message (Collapse)AuthorAgeFilesLines
* - link libc_pic.a when compiling with "-KPIC -static"Alexander Leidinger2002-09-225-14/+135
| | | | | | | | | | | - link libc_p.a/lib_c_r.a when compiling with "-pg -static" - fix unresolved symbols to make "-pg" and "-prof_gen" work Submitted by: marius@alchemy.franken.de Approved by: kris Notes: svn path=/head/; revision=67028
* - Update to 6.0.1.304.Alexander Leidinger2002-09-203-32/+45
| | | | | | | | | | | | | | | | | | | | | | | | | | | - 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. Notes: svn path=/head/; revision=66830
* - C++ support: fix to work also on -current, work around broken exceptionAlexander Leidinger2002-09-179-137/+613
| | | | | | | | | | | | | | | | | | | | | handling when generating shared objects with binutils/ld 2.12.[0,1], link in the icc C++ ABI definitions not those of gcc - remove libcprts (STL): it has unresolvable glibc dependencies in both, dynamic and static, versions, therefore is not usable and entirely unneeded when libstlport is used instead - add libimf (Intel's optimized math functions library), while there's no measurable speed improvement (at least for the functions tested) in comparison to FreeBSD's libm beyond the "normal" icc vs. gcc boost icc occasionally produces code depending on libimf when told to optimize for Pentium 4 - replace the ld-script with a wrapper written in C as (c)sh is a bit limited and long winded for that purpose - minor stuff and cleanup Submitted by: marius@alchemy.franken.de Notes: svn path=/head/; revision=66502
* - add category: develAlexander Leidinger2002-08-205-10/+207
| | | | | | | | | | | | | | | | | - use reinplace command where appropriate - gzip man page - clarify download instructions (1) - fix typo in a comment (2) - preparation for successfull C++ compiles (2, minor changes by me) Even if I bumped the port revision for the C++ parts, there's no need to update yet, wait until I commit the icc-stlport. Requested by: mi (1) Submitted by: Marius Strobl <marius@alchemy.franken.de> (2) Notes: svn path=/head/; revision=64689
* Oops, last commit was an old version, this one is at least able to linkAlexander Leidinger2002-05-141-2/+3
| | | | | | | | | | build the LAME port with make CC=icc CFLAGS="-tpp6 -DNDEBUG" No port revision bump because of the short timeframe... Notes: svn path=/head/; revision=59081
* Wrapper script for ld, needed to link native binaries.Alexander Leidinger2002-05-141-0/+65
| | | | Notes: svn path=/head/; revision=59080
* Update icc from 5.0.1 to 6.0.139.Alexander Leidinger2002-05-132-19/+3
| | | | Notes: svn path=/head/; revision=59010
* - reword pkg-descrAlexander Leidinger2002-03-311-0/+16
| | | | | | | | | | | - fix iccvars.csh (PR) - mimic some parts of gcc's preprocessor (defines) PR: 36555 Approved by: steve Notes: svn path=/head/; revision=57081
* This is Intels C/C++ compiler. It is setup to produce native FreeBSD objects.Alexander Leidinger2002-03-261-0/+13
This port is not able to produce native executables on its own. You need to do it yourself with gcc. Approved by: steve Notes: svn path=/head/; revision=56705