mirror of
https://github.com/boostorg/boost.git
synced 2025-04-15 01:08:14 +00:00
upgrade to Intel C++ 6.0 on Linux
[SVN r13816]
This commit is contained in:
parent
ddfab54bb4
commit
37e5263206
1 changed files with 6 additions and 6 deletions
|
@ -81,19 +81,19 @@ rm -rf ti_files; KCC --linux_strict --diag_suppress 450 -D_ISOC99_SOURCE -o boos
|
|||
|
||||
linux
|
||||
icc
|
||||
Intel C++ 5.0.1 Build 010730D0
|
||||
Intel C++ 6.0 Build 020312Z
|
||||
icc -Kc++eh -we70 -tpp6 -xi -mp -D_ISOC99_SOURCE -c -I%include %source
|
||||
icc -Kc++eh -we70 -tpp6 -xi -mp -D_ISOC99_SOURCE -o boosttmp.exe -I%include %source -lrt
|
||||
<a href="http://developer.intel.com/software/products/compilers/c50/linux/">Intel C++</a><br>5.0.1<br>Build 010730D0
|
||||
<a href="http://developer.intel.com/software/products/compilers/c60/linux/">Intel C++</a><br>6.0<br>Build 020312Z
|
||||
|
||||
// The funny explicit preprocessing stuff is required, otherwise there are lots
|
||||
// of segfaults from the compiler. (Jens Maurer)
|
||||
linux
|
||||
icc-strict
|
||||
Intel C++ 5.0.1 Build 010730D0 (strict mode)
|
||||
icc -E -Xc -Kc++eh -we70 -tpp6 -xi -mp -D_ISOC99_SOURCE -I%include %source > boosttmp.preproc.cc && icc -Xc -Kc++eh -we70 -tpp6 -xi -mp -c boosttmp.preproc.cc
|
||||
icc -E -Xc -Kc++eh -we70 -tpp6 -xi -mp -D_ISOC99_SOURCE -I%include %source > boosttmp.preproc.cc && icc -Xc -Kc++eh -we70 -tpp6 -xi -mp -o boosttmp.exe boosttmp.preproc.cc -lrt
|
||||
<a href="http://developer.intel.com/software/products/compilers/c50/linux/">Intel C++</a><br>5.0.1<br>Build 010730D0<br>(strict mode)
|
||||
Intel C++ 6.0 Build 020312Z (strict mode)
|
||||
icc -E -Xc -Kc++eh -we70 -tpp6 -xi -mp -D_ISOC99_SOURCE -I%include %source > boosttmp.preproc.cc && icc -Xc -Kc++eh -we70 -wd688 -tpp6 -xi -mp -c boosttmp.preproc.cc
|
||||
icc -E -Xc -Kc++eh -we70 -tpp6 -xi -mp -D_ISOC99_SOURCE -I%include %source > boosttmp.preproc.cc && icc -Xc -Kc++eh -we70 -wd688 -tpp6 -xi -mp -o boosttmp.exe boosttmp.preproc.cc -lrt
|
||||
<a href="http://developer.intel.com/software/products/compilers/c50/linux/">Intel C++</a><br>6.0<br>Build 020312Z<br>(strict mode)
|
||||
|
||||
hpux
|
||||
gcc-295
|
||||
|
|
Loading…
Add table
Reference in a new issue