summaryrefslogtreecommitdiffstats
path: root/config/clang-cxxflags
diff options
context:
space:
mode:
authorDana Robinson <43805+derobins@users.noreply.github.com>2021-05-28 15:48:51 (GMT)
committerGitHub <noreply@github.com>2021-05-28 15:48:51 (GMT)
commitf86004dbde46d4aff365cc7d0a5c503ff60d3416 (patch)
tree44f69fe2bdba7e91ef1aec46f8c19e8adaee6389 /config/clang-cxxflags
parent2ddf5fbd92ebdb0d59e208d88f159eec8a1ffbf8 (diff)
downloadhdf5-f86004dbde46d4aff365cc7d0a5c503ff60d3416.zip
hdf5-f86004dbde46d4aff365cc7d0a5c503ff60d3416.tar.gz
hdf5-f86004dbde46d4aff365cc7d0a5c503ff60d3416.tar.bz2
Normalization with develop (#704)
Diffstat (limited to 'config/clang-cxxflags')
-rw-r--r--config/clang-cxxflags14
1 files changed, 1 insertions, 13 deletions
diff --git a/config/clang-cxxflags b/config/clang-cxxflags
index e7ab6d8..c585ce7 100644
--- a/config/clang-cxxflags
+++ b/config/clang-cxxflags
@@ -113,19 +113,7 @@ if test "X-clang" = "X-$cxx_vendor" -o "X-Apple LLVM" = "X-$cxx_vendor"; then
;;
esac
- case "$host_os-$host_cpu" in
- # cygwin needs the "-std=c99" flag removed, so make
- # a specific case for Cygwin without the flag and a default
- # case to add the flag everywhere else
- cygwin-*)
- ;;
-
- *)
- H5_CXXFLAGS="$H5_CXXFLAGS -std=c++11"
- ;;
- esac
-
- H5_CXXFLAGS="$H5_CXXFLAGS $arch"
+ H5_CXXFLAGS="$H5_CXXFLAGS $arch -std=c++11"
##############
# Production #