From 3d30a05a926dd214fab6eb0070aaf1f1b18e9bed Mon Sep 17 00:00:00 2001 From: Henry Date: Tue, 16 Dec 2014 08:37:25 +0000 Subject: [PATCH] Renamed -frounded-math option --- .../utilities/mesh/generation/foamyHexMesh/Make/options | 2 +- .../foamyHexMesh/cellSizeAndAlignmentGrid/Make/options | 2 +- .../generation/foamyHexMesh/conformalVoronoiMesh/Make/options | 2 +- .../foamyHexMesh/foamyHexMeshBackgroundMesh/Make/options | 2 +- .../utilities/mesh/generation/foamyQuadMesh/Make/options | 2 +- wmake/rules/linux64Gcc/c++Opt | 2 +- wmake/rules/linux64Gcc45/c++Opt | 2 +- wmake/rules/linux64Gcc46/c++Opt | 2 +- wmake/rules/linux64Gcc47/c++Opt | 2 +- wmake/rules/linux64Gcc48/c++Opt | 2 +- wmake/rules/linux64Gcc49/c++Opt | 2 +- wmake/rules/linuxARM7Gcc/c++Opt | 2 +- wmake/rules/linuxGcc/c++Opt | 2 +- wmake/rules/linuxGcc45/c++Opt | 2 +- wmake/rules/linuxGcc46/c++Opt | 2 +- wmake/rules/linuxGcc47/c++Opt | 2 +- wmake/rules/linuxGcc48/c++Opt | 2 +- wmake/rules/linuxGcc49/c++Opt | 2 +- wmake/rules/linuxPPC64Gcc/c++Opt | 2 +- wmake/rules/solaris64Gcc/c++Opt | 2 +- wmake/rules/solarisGcc/c++Opt | 2 +- 21 files changed, 21 insertions(+), 21 deletions(-) diff --git a/applications/utilities/mesh/generation/foamyHexMesh/Make/options b/applications/utilities/mesh/generation/foamyHexMesh/Make/options index de69e9d49..100be0f50 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 8fdd0d8ba..bb567f4ad 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 5f511f4b6..875c76117 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 c532c8f0a..07f6800de 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 8b95e5d97..a09e248d1 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 3d451820f..599e6aba6 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 3d451820f..599e6aba6 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 3d451820f..599e6aba6 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 3d451820f..599e6aba6 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 3d451820f..599e6aba6 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 3d451820f..599e6aba6 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 5b5cb7514..4b21a7609 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 3d451820f..599e6aba6 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 3d451820f..599e6aba6 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 3d451820f..599e6aba6 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 3d451820f..599e6aba6 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 3d451820f..599e6aba6 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 3d451820f..599e6aba6 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 3d451820f..599e6aba6 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 3d451820f..599e6aba6 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 b146ab642..b277f8191 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