|
Boost-Build : |
From: Vladimir Prus (ghost_at_[hidden])
Date: 2004-05-11 09:28:19
Larry Evans wrote:
> Since a previous post with:
>
> Subject: Re: Re: intel-linux toolset?
> Date: Sun, 04 Jan 2004 11:39:09 +0100
>
> suggested an intel-linux toolset had been checked-in, I assume that
> you're talking about a [v2] toolset and the 04 Jan 2004 post was
> about a [v1] toolset. Is that correct? If so, I was hoping you
> or someone else could email me a copy of such a [v2] intel-linux
> toolset so I can try it out. AFAICT, there's no such toolset
> for [v2] yet.
The last version I've played with is attached. Usual disclaimers apply -- I
have *some* V2 tests work with it, but otherwise it's completely untested.
Of course, if you could share some expertise with the intel toolset, that
would be most appreciated.
HTH,
Volodya
--Boundary-00=_DMOoAKXDUCzcADs Content-Type: text/plain;
charset="us-ascii";
name="intel_linux.jam"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment;
filename="intel_linux.jam"
import toolset ;
import feature ;
feature.extend toolset : intel_linux ;
toolset.inherit intel_linux : gcc ;
NAME = icc ;
rule init ( )
{
}
rule compile.c++
{
if ! $(>:S) in .cc .cp .cxx .cpp .c++ .C
{
LANG on $(<) = "-x c++" ;
}
}
actions compile.c++
{
$(NAME) $(LANG) -Wall -wd1418 -wd1419 $(OPTIONS) -D$(DEFINES) -I"$(INCLUDES)" -c -o "$(<)" "$(>)"
}
--Boundary-00=_DMOoAKXDUCzcADs--
Boost-Build list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk