Skip to content

Commit

Permalink
Merge pull request #1171 from davidlt/remove-clang-frounding-math
Browse files Browse the repository at this point in the history
llvm-gcc-toolfile: remove -frounding-math for Clang
  • Loading branch information
davidlt committed Nov 8, 2014
2 parents fd67af0 + c588bb4 commit 4b00b36
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions llvm-gcc-toolfile.spec
Expand Up @@ -50,6 +50,7 @@ cat << \EOF_TOOLFILE >%i/etc/scram.d/llvm-cxxcompiler.xml
<flags REM_CXXFLAGS="-Wno-unused-local-typedefs"/>
<flags REM_CXXFLAGS="-Werror=return-local-addr"/>
<flags REM_CXXFLAGS="-fipa-pta"/>
<flags REM_CXXFLAGS="-frounding-math"/>
<flags REM_CXXFLAGS="-mrecip"/>
<flags CXXFLAGS="-Wno-c99-extensions"/>
<flags CXXFLAGS="-Wno-c++11-narrowing"/>
Expand Down

0 comments on commit 4b00b36

Please sign in to comment.