Просмотр исходного кода

upgraded to gcc 2.95.3, como 4.2.45.2

[SVN r9648]
Jens Maurer 25 лет назад
Родитель
Сommit
acec1b46e7
1 измененных файлов с 29 добавлено и 14 удалено
  1. 29 14
      status/compiler.cfg

+ 29 - 14
status/compiler.cfg

@@ -4,6 +4,7 @@
 // The second command template is for compile and link (and possibly run) tests
 //
 // Change log:
+// 24 Mar 2001 - Upgraded Linux to gcc 2.95.3, como 4.2.45.2 (Jens Maurer).
 // 20 Jan 2001 - Turned on STLPort debug mode and turned off incremental linking
 //               for vc6 builds. Added cygwin build. Waiting for a fix for
 //               cygwin/stlport to add that (David Abrahams).
@@ -17,31 +18,45 @@ Visual Age<br> v5.0
 
 linux
 gcc
-GCC 2.95.2
+GCC 2.95.3
 g++ -c -Wall -W -ftemplate-depth-30 -I%include %source
 g++ -o boosttmp.exe -Wall -W -ftemplate-depth-30 -I%include %source
-GNU<br>GCC<br>2.95.2
+GNU<br>GCC<br>2.95.3
 
 linux
 gcc-stlport
-GCC 2.95.2 STLport 4.0
-g++ -c -V 2.95.2-stlport -Wall -W -ftemplate-depth-30 -I%include %source
-g++ -o boosttmp.exe -V 2.95.2-stlport -Wall -W -ftemplate-depth-30 -I%include %source
-GNU<br>GCC<br>2.95.2<br>STLport<br>4.0
+GCC 2.95.3 STLport 4.0
+g++ -c -V 2.95.3-stlport -Wall -W -ftemplate-depth-30 -I%include %source
+g++ -o boosttmp.exe -V 2.95.3-stlport -Wall -W -ftemplate-depth-30 -I%include %source
+GNU<br>GCC<br>2.95.3<br>STLport<br>4.0
 
 linux
 como
-Comeau C++ 4.2.44 beta3
-como -c -I%include %source
-como -o boosttmp.exe -I%include %source
-Comeau C++<br>4.2.44 beta3<br>STLport<br>4.0
+Comeau C++ 4.2.45 beta2 libcomo beta7
+como-4.2.45-libcomo -c -I%include %source
+como-4.2.45-libcomo -tnone -o boosttmp.exe -I%include %source -lm
+Comeau C++<br>4.2.45 beta2<br>libcomo<br>beta7<br>+fixes
 
 linux
 como-strict
-Comeau C++ 4.2.44 beta3 (strict mode)
-como --strict_warnings -D__STRICT_ANSI__ -c -I%include %source
-como --strict_warnings -D__STRICT_ANSI__ -o boosttmp.exe -I%include %source
-Comeau C++<br>4.2.44 beta3<br>(strict mode)<br>STLport<br>4.0
+Comeau C++ 4.2.45 beta2 (strict mode) libcomo beta7
+como-4.2.45-libcomo --strict_warnings -D__STRICT_ANSI__ -c -I%include %source
+como-4.2.45-libcomo -tnone --strict_warnings -D__STRICT_ANSI__ -o boosttmp.exe -I%include %source -lm
+Comeau C++<br>4.2.45 beta2<br>(strict mode)<br>libcomo<br>beta7<br>+fixes
+
+linux
+como-stlport
+Comeau C++ 4.2.45 beta2 STLport 4.0
+como-4.2.45-stlport -c -I%include %source
+como-4.2.45-stlport -o boosttmp.exe -I%include %source
+Comeau C++<br>4.2.45 beta2<br>STLport<br>4.0
+
+linux
+como-strict-stlport
+Comeau C++ 4.2.45 beta2 (strict mode) STLport 4.0
+como-4.2.45-stlport --strict_warnings -D__STRICT_ANSI__ -c -I%include %source
+como-4.2.45-stlport --strict_warnings -D__STRICT_ANSI__ -o boosttmp.exe -I%include %source
+Comeau C++<br>4.2.45 beta2<br>(strict mode)<br>STLport<br>4.0
 
 hpux
 gcc

粤ICP备19079148号