1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-27 05:10:36 +00:00
Commit Graph

10 Commits

Author SHA1 Message Date
Alexander Leidinger
90f3b81b4a Oops, last commit was an old version, this one is at least able to link
build the LAME port with
  make CC=icc CFLAGS="-tpp6 -DNDEBUG"

No port revision bump because of the short timeframe...
2002-05-14 13:46:23 +00:00
Alexander Leidinger
ec5128ef11 Wrapper script for ld, needed to link native binaries. 2002-05-14 13:17:05 +00:00
Alexander Leidinger
bdb71cc321 1) Document some steps in the targets of the Makefile.
2) icc is now able to link native binaries, at least a simple test case
   (a little bit more than a "Hello World!") runs fine.
   Our native ld is used here, so don't expect "-ipo" to work.

Major parts of 2) are
Submitted by:	Dan Nelson <dnelson@allantgroup.com>
2002-05-14 13:15:20 +00:00
Alexander Leidinger
3796920584 Corrections to some paths in descriptive messages, no need to bump the
port revision.

Submitted by:	marius@alchemy.franken.de
2002-05-14 08:25:29 +00:00
Alexander Leidinger
3ab99b8813 Update icc from 5.0.1 to 6.0.139. 2002-05-13 13:58:21 +00:00
Alexander Leidinger
0d63f83e15 Unbreak for 4.x.
Approved by:	steve
Noticed by:	murray
2002-04-23 16:48:56 +00:00
Alexander Leidinger
635b9f45c2 Style fixes.
Submitted by:	obrien
Approved by:	steve
2002-04-16 15:03:49 +00:00
Alexander Leidinger
93bf9c40de Spelling fix.
Submitted by:	marius@alchemy.franken.de
Approved by:	steve
2002-04-16 15:02:49 +00:00
Alexander Leidinger
75bc889410 - reword pkg-descr
- fix iccvars.csh (PR)
 - mimic some parts of gcc's preprocessor (defines)

PR:		36555
Approved by:	steve
2002-03-31 19:00:05 +00:00
Alexander Leidinger
af90c4ca0a This is Intels C/C++ compiler. It is setup to produce native FreeBSD objects.
This port is not able to produce native executables on its own. You need to do
it yourself with gcc.

Approved by:	steve
2002-03-26 17:01:09 +00:00