Explorar el Código

changed gcc/Solaris flags from -pedantic to -ansi
The former makes the preprocessor forget about the LL suffix


[SVN r8649]

Jens Maurer hace 25 años
padre
commit
ed23df59b4
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      status/compiler.cfg

+ 2 - 2
status/compiler.cfg

@@ -41,8 +41,8 @@ KAI<br>KCC<br>3.4g
 solaris
 solaris
 gcc
 gcc
 GCC 2.95.2
 GCC 2.95.2
-g++ -c -Wall -pedantic -ftemplate-depth-30 -Wno-long-long -I%include %source
-g++ -o boosttmp.exe -Wall -pedantic -ftemplate-depth-30 -Wno-long-long -I%include %source
+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
 GNU<br>GCC<br>2.95.2
 GNU<br>GCC<br>2.95.2
 
 
 tru64
 tru64

粤ICP备19079148号