From ed23df59b4d548c4572db62e1785fe07c55cf7ac Mon Sep 17 00:00:00 2001 From: Jens Maurer Date: Fri, 19 Jan 2001 19:40:08 +0000 Subject: [PATCH] changed gcc/Solaris flags from -pedantic to -ansi The former makes the preprocessor forget about the LL suffix [SVN r8649] --- status/compiler.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/status/compiler.cfg b/status/compiler.cfg index a7814a0a79..5499fa4e3a 100644 --- a/status/compiler.cfg +++ b/status/compiler.cfg @@ -41,8 +41,8 @@ KAI
KCC
3.4g solaris gcc 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
GCC
2.95.2 tru64