diff --git a/applications/utilities/mesh/generation/foamyHexMesh/Make/options b/applications/utilities/mesh/generation/foamyHexMesh/Make/options index de69e9d49c..100be0f507 100644 --- a/applications/utilities/mesh/generation/foamyHexMesh/Make/options +++ b/applications/utilities/mesh/generation/foamyHexMesh/Make/options @@ -7,7 +7,7 @@ CGAL_INEXACT = -DCGAL_INEXACT include $(GENERAL_RULES)/CGAL EXE_INC = \ - ${EXE_FROUNDING_MATH} \ + ${ROUNDING_MATH} \ ${EXE_NDEBUG} \ ${CGAL_EXACT} \ ${CGAL_INEXACT} \ diff --git a/applications/utilities/mesh/generation/foamyHexMesh/cellSizeAndAlignmentGrid/Make/options b/applications/utilities/mesh/generation/foamyHexMesh/cellSizeAndAlignmentGrid/Make/options index 8fdd0d8ba9..bb567f4ad7 100644 --- a/applications/utilities/mesh/generation/foamyHexMesh/cellSizeAndAlignmentGrid/Make/options +++ b/applications/utilities/mesh/generation/foamyHexMesh/cellSizeAndAlignmentGrid/Make/options @@ -8,7 +8,7 @@ include $(GENERAL_RULES)/CGAL EXE_INC = \ - ${EXE_FROUNDING_MATH} \ + ${ROUNDING_MATH} \ ${EXE_NDEBUG} \ ${CGAL_INEXACT} \ ${CGAL_INC} \ diff --git a/applications/utilities/mesh/generation/foamyHexMesh/conformalVoronoiMesh/Make/options b/applications/utilities/mesh/generation/foamyHexMesh/conformalVoronoiMesh/Make/options index 5f511f4b63..875c76117f 100644 --- a/applications/utilities/mesh/generation/foamyHexMesh/conformalVoronoiMesh/Make/options +++ b/applications/utilities/mesh/generation/foamyHexMesh/conformalVoronoiMesh/Make/options @@ -7,7 +7,7 @@ CGAL_INEXACT = -DCGAL_INEXACT include $(GENERAL_RULES)/CGAL EXE_INC = \ - ${EXE_FROUNDING_MATH} \ + ${ROUNDING_MATH} \ ${EXE_NDEBUG} \ ${CGAL_EXACT} \ ${CGAL_INEXACT} \ diff --git a/applications/utilities/mesh/generation/foamyHexMesh/foamyHexMeshBackgroundMesh/Make/options b/applications/utilities/mesh/generation/foamyHexMesh/foamyHexMeshBackgroundMesh/Make/options index c532c8f0a5..07f6800de6 100644 --- a/applications/utilities/mesh/generation/foamyHexMesh/foamyHexMeshBackgroundMesh/Make/options +++ b/applications/utilities/mesh/generation/foamyHexMesh/foamyHexMeshBackgroundMesh/Make/options @@ -4,7 +4,7 @@ EXE_NDEBUG = -DNDEBUG include $(GENERAL_RULES)/CGAL EXE_INC = \ - ${EXE_FROUNDING_MATH} \ + ${ROUNDING_MATH} \ ${EXE_NDEBUG} \ ${CGAL_INC} \ -I../conformalVoronoiMesh/lnInclude \ diff --git a/applications/utilities/mesh/generation/foamyQuadMesh/Make/options b/applications/utilities/mesh/generation/foamyQuadMesh/Make/options index 8b95e5d97e..a09e248d19 100644 --- a/applications/utilities/mesh/generation/foamyQuadMesh/Make/options +++ b/applications/utilities/mesh/generation/foamyQuadMesh/Make/options @@ -4,7 +4,7 @@ EXE_NDEBUG = -DNDEBUG include $(GENERAL_RULES)/CGAL EXE_INC = \ - ${EXE_FROUNDING_MATH} \ + ${ROUNDING_MATH} \ ${EXE_NDEBUG} \ ${CGAL_INC} \ ${c++CGALWARN} \ diff --git a/wmake/rules/linux64Gcc/c++Opt b/wmake/rules/linux64Gcc/c++Opt index 3d451820fd..599e6aba61 100644 --- a/wmake/rules/linux64Gcc/c++Opt +++ b/wmake/rules/linux64Gcc/c++Opt @@ -1,4 +1,4 @@ c++DBUG = c++OPT = -O3 -EXE_FROUNDING_MATH = -frounding-math +ROUNDING_MATH = -frounding-math diff --git a/wmake/rules/linux64Gcc45/c++Opt b/wmake/rules/linux64Gcc45/c++Opt index 3d451820fd..599e6aba61 100644 --- a/wmake/rules/linux64Gcc45/c++Opt +++ b/wmake/rules/linux64Gcc45/c++Opt @@ -1,4 +1,4 @@ c++DBUG = c++OPT = -O3 -EXE_FROUNDING_MATH = -frounding-math +ROUNDING_MATH = -frounding-math diff --git a/wmake/rules/linux64Gcc46/c++Opt b/wmake/rules/linux64Gcc46/c++Opt index 3d451820fd..599e6aba61 100644 --- a/wmake/rules/linux64Gcc46/c++Opt +++ b/wmake/rules/linux64Gcc46/c++Opt @@ -1,4 +1,4 @@ c++DBUG = c++OPT = -O3 -EXE_FROUNDING_MATH = -frounding-math +ROUNDING_MATH = -frounding-math diff --git a/wmake/rules/linux64Gcc47/c++Opt b/wmake/rules/linux64Gcc47/c++Opt index 3d451820fd..599e6aba61 100644 --- a/wmake/rules/linux64Gcc47/c++Opt +++ b/wmake/rules/linux64Gcc47/c++Opt @@ -1,4 +1,4 @@ c++DBUG = c++OPT = -O3 -EXE_FROUNDING_MATH = -frounding-math +ROUNDING_MATH = -frounding-math diff --git a/wmake/rules/linux64Gcc48/c++Opt b/wmake/rules/linux64Gcc48/c++Opt index 3d451820fd..599e6aba61 100644 --- a/wmake/rules/linux64Gcc48/c++Opt +++ b/wmake/rules/linux64Gcc48/c++Opt @@ -1,4 +1,4 @@ c++DBUG = c++OPT = -O3 -EXE_FROUNDING_MATH = -frounding-math +ROUNDING_MATH = -frounding-math diff --git a/wmake/rules/linux64Gcc49/c++Opt b/wmake/rules/linux64Gcc49/c++Opt index 3d451820fd..599e6aba61 100644 --- a/wmake/rules/linux64Gcc49/c++Opt +++ b/wmake/rules/linux64Gcc49/c++Opt @@ -1,4 +1,4 @@ c++DBUG = c++OPT = -O3 -EXE_FROUNDING_MATH = -frounding-math +ROUNDING_MATH = -frounding-math diff --git a/wmake/rules/linuxARM7Gcc/c++Opt b/wmake/rules/linuxARM7Gcc/c++Opt index 5b5cb75142..4b21a7609d 100644 --- a/wmake/rules/linuxARM7Gcc/c++Opt +++ b/wmake/rules/linuxARM7Gcc/c++Opt @@ -2,4 +2,4 @@ c++DBUG = #c++OPT = -O3 -floop-optimize -falign-loops -falign-labels -falign-functions -falign-jumps -fprefetch-loop-arrays -mcpu=cortex-a9 -mfpu=vfpv3-d16 -mfloat-abi=hard c++OPT = -O3 -floop-optimize -falign-loops -falign-labels -falign-functions -falign-jumps -fprefetch-loop-arrays -mcpu=cortex-a9 -mfpu=vfpv3-d16 -mfloat-abi=softfp -EXE_FROUNDING_MATH = -frounding-math +ROUNDING_MATH = -frounding-math diff --git a/wmake/rules/linuxGcc/c++Opt b/wmake/rules/linuxGcc/c++Opt index 3d451820fd..599e6aba61 100644 --- a/wmake/rules/linuxGcc/c++Opt +++ b/wmake/rules/linuxGcc/c++Opt @@ -1,4 +1,4 @@ c++DBUG = c++OPT = -O3 -EXE_FROUNDING_MATH = -frounding-math +ROUNDING_MATH = -frounding-math diff --git a/wmake/rules/linuxGcc45/c++Opt b/wmake/rules/linuxGcc45/c++Opt index 3d451820fd..599e6aba61 100644 --- a/wmake/rules/linuxGcc45/c++Opt +++ b/wmake/rules/linuxGcc45/c++Opt @@ -1,4 +1,4 @@ c++DBUG = c++OPT = -O3 -EXE_FROUNDING_MATH = -frounding-math +ROUNDING_MATH = -frounding-math diff --git a/wmake/rules/linuxGcc46/c++Opt b/wmake/rules/linuxGcc46/c++Opt index 3d451820fd..599e6aba61 100644 --- a/wmake/rules/linuxGcc46/c++Opt +++ b/wmake/rules/linuxGcc46/c++Opt @@ -1,4 +1,4 @@ c++DBUG = c++OPT = -O3 -EXE_FROUNDING_MATH = -frounding-math +ROUNDING_MATH = -frounding-math diff --git a/wmake/rules/linuxGcc47/c++Opt b/wmake/rules/linuxGcc47/c++Opt index 3d451820fd..599e6aba61 100644 --- a/wmake/rules/linuxGcc47/c++Opt +++ b/wmake/rules/linuxGcc47/c++Opt @@ -1,4 +1,4 @@ c++DBUG = c++OPT = -O3 -EXE_FROUNDING_MATH = -frounding-math +ROUNDING_MATH = -frounding-math diff --git a/wmake/rules/linuxGcc48/c++Opt b/wmake/rules/linuxGcc48/c++Opt index 3d451820fd..599e6aba61 100644 --- a/wmake/rules/linuxGcc48/c++Opt +++ b/wmake/rules/linuxGcc48/c++Opt @@ -1,4 +1,4 @@ c++DBUG = c++OPT = -O3 -EXE_FROUNDING_MATH = -frounding-math +ROUNDING_MATH = -frounding-math diff --git a/wmake/rules/linuxGcc49/c++Opt b/wmake/rules/linuxGcc49/c++Opt index 3d451820fd..599e6aba61 100644 --- a/wmake/rules/linuxGcc49/c++Opt +++ b/wmake/rules/linuxGcc49/c++Opt @@ -1,4 +1,4 @@ c++DBUG = c++OPT = -O3 -EXE_FROUNDING_MATH = -frounding-math +ROUNDING_MATH = -frounding-math diff --git a/wmake/rules/linuxPPC64Gcc/c++Opt b/wmake/rules/linuxPPC64Gcc/c++Opt index 3d451820fd..599e6aba61 100644 --- a/wmake/rules/linuxPPC64Gcc/c++Opt +++ b/wmake/rules/linuxPPC64Gcc/c++Opt @@ -1,4 +1,4 @@ c++DBUG = c++OPT = -O3 -EXE_FROUNDING_MATH = -frounding-math +ROUNDING_MATH = -frounding-math diff --git a/wmake/rules/solaris64Gcc/c++Opt b/wmake/rules/solaris64Gcc/c++Opt index 3d451820fd..599e6aba61 100644 --- a/wmake/rules/solaris64Gcc/c++Opt +++ b/wmake/rules/solaris64Gcc/c++Opt @@ -1,4 +1,4 @@ c++DBUG = c++OPT = -O3 -EXE_FROUNDING_MATH = -frounding-math +ROUNDING_MATH = -frounding-math diff --git a/wmake/rules/solarisGcc/c++Opt b/wmake/rules/solarisGcc/c++Opt index b146ab642b..b277f8191d 100644 --- a/wmake/rules/solarisGcc/c++Opt +++ b/wmake/rules/solarisGcc/c++Opt @@ -1,4 +1,4 @@ c++DBUG = c++OPT = -O3 -fno-schedule-insns -EXE_FROUNDING_MATH = -frounding-math +ROUNDING_MATH = -frounding-math