ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/CMSDIST/llvm-gcc-toolfile.spec
(Generate patch)

Comparing COMP/CMSDIST/llvm-gcc-toolfile.spec (file contents):
Revision 1.3 by eulisse, Tue Jan 25 13:04:30 2011 UTC vs.
Revision 1.4 by eulisse, Wed Jan 26 11:23:18 2011 UTC

# Line 67 | Line 67 | cat << \EOF_TOOLFILE >%i/etc/scram.d/cxx
67      <flags CPPFLAGS="-I@GCC_ROOT@/include/c++/@GCC_REALVERSION@/backward"/>
68      <flags CXXFLAGS="-O2 -pedantic -ansi -pthread -pipe"/>
69      <flags CXXFLAGS="@ARCH_CXXFLAGS@ @COMPILER_CXXFLAGS@"/>
70 <    <flags CXXFLAGS="-felide-constructors -fmessage-length=0 -ftemplate-depth-300"/>
71 <    <flags CXXFLAGS="-Wunknown-warning-option -Wall -Wno-non-template-friend -Wno-long-long -Wimplicit -Wreturn-type -Wunused -Wparentheses -Wsign-compare -Wno-deprecated -Werror=return-type -Werror=missing-braces -Werror=unused-value -Werror=address -Werror=format -Werror=write-strings -Werror=strict-overflow -fdiagnostics-show-option"/>
70 >    <flags CXXFLAGS="-fmessage-length=0 -ftemplate-depth-300"/>
71 >    # -Wno-non-template-friend removed since it's not supported, yet, by llvm.
72 >    <flags CXXFLAGS="-Wall -Wno-long-long -Wimplicit -Wreturn-type -Wunused -Wparentheses -Wsign-compare -Wno-deprecated -Werror=return-type -Werror=missing-braces -Werror=unused-value -Werror=address -Werror=format -Werror=write-strings -Werror=strict-overflow -fdiagnostics-show-option"/>
73      <flags LDFLAGS="@OS_LDFLAGS@"/>
74      <flags CXXSHAREDFLAGS="@OS_SHAREDFLAGS@ @ARCH_SHAREDFLAGS@"/>
75      <flags SHAREDSUFFIX="@OS_SHAREDSUFFIX@"/>

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines