Skip to content

Commit

Permalink
icc-gcc-toolfile: Removed no-unused-local-typedefs and std=c++0x flag…
Browse files Browse the repository at this point in the history
…s and added std=c++11
  • Loading branch information
smuzaffar authored and David Abdurachmanov committed Jun 11, 2013
1 parent 8f44fb5 commit 4e2af5c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions icc-gcc-toolfile.spec
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,12 @@ cat << \EOF_TOOLFILE >%i/etc/scram.d/icc-cxxcompiler.xml
<flags REM_CXXFLAGS="-Werror=format-contains-nul"/>
<flags REM_CXXFLAGS="-Wunknown-pragmas"/>
<flags REM_CXXFLAGS="-ftree-vectorize"/>
<flags REM_CXXFLAGS="-Wno-unused-local-typedefs"/>
<flags REM_CXXFLAGS="-std=c++0x"/>
<flags REM_LDFLAGS="-Wl,--icf=all"/>
<flags CXXFLAGS="-Wno-unknown-pragmas"/>
<flags CXXFLAGS="-axSSE3"/>
<flags CXXFLAGS="-std=c++11"/>
<runtime name="@OS_RUNTIME_LDPATH_NAME@" value="$ICC_CXXCOMPILER_BASE/compiler/lib/intel64" type="path" handler="warn"/>
<runtime name="PATH" value="$ICC_CXXCOMPILER_BASE/bin/intel64" type="path" handler="warn"/>
<runtime name="COMPILER_RUNTIME_OBJECTS" value="@GCC_ROOT@" handler="warn"/>
Expand Down

0 comments on commit 4e2af5c

Please sign in to comment.