mirror of
https://github.com/boostorg/boost.git
synced 2025-04-09 14:57:01 +00:00
upgraded Linux to gcc 3.0.1
added Solaris gcc 3.0.1 [SVN r10908]
This commit is contained in:
parent
f2b4ff97f0
commit
c79b934712
1 changed files with 12 additions and 5 deletions
|
@ -32,10 +32,10 @@ GNU<br><a href="http://gcc.gnu.org/">GCC</a><br>2.95.3<br><a href="http://www.st
|
|||
|
||||
linux
|
||||
gcc
|
||||
GCC 3.0
|
||||
GCC 3.0.1
|
||||
g++ -c -Wall -W -I%include %source
|
||||
g++ -o boosttmp.exe -Wall -W -I%include %source
|
||||
GNU<br><a href="http://gcc.gnu.org/">GCC</a><br>3.0
|
||||
GNU<br><a href="http://gcc.gnu.org/">GCC</a><br>3.0.1
|
||||
|
||||
linux
|
||||
como
|
||||
|
@ -152,12 +152,19 @@ KCC -o boosttmp.exe --strict_warnings -I%include %source -lm
|
|||
KAI<br><a href="http://www.kai.com/C_plus_plus/index.html">KCC</a><br>3.4g
|
||||
|
||||
solaris
|
||||
gcc
|
||||
gcc-295
|
||||
GCC 2.95.2
|
||||
g++ -c -ansi -Wall -ftemplate-depth-30 -Wno-long-long -I%include %source
|
||||
g++ -o boosttmp.exe -ansi -Wall -ftemplate-depth-30 -Wno-long-long -I%include %source
|
||||
g++-2.95 -c -ansi -Wall -ftemplate-depth-30 -Wno-long-long -I%include %source
|
||||
g++-2.95 -o boosttmp.exe -ansi -Wall -ftemplate-depth-30 -Wno-long-long -I%include %source
|
||||
GNU<br><a href="http://gcc.gnu.org/">GCC</a><br>2.95.2
|
||||
|
||||
solaris
|
||||
gcc
|
||||
GCC 3.0.1
|
||||
g++ -c -ansi -Wall -W -Wno-long-long -I%include %source
|
||||
g++ -o boosttmp.exe -ansi -Wall -W -Wno-long-long -I%include %source
|
||||
GNU<br><a href="http://gcc.gnu.org/">GCC</a><br>3.0.1
|
||||
|
||||
tru64
|
||||
cxx
|
||||
Compaq C++ 6.3
|
||||
|
|
Loading…
Add table
Reference in a new issue