summaryrefslogtreecommitdiffstats
path: root/config/clang-cxxflags
diff options
context:
space:
mode:
Diffstat (limited to 'config/clang-cxxflags')
-rw-r--r--config/clang-cxxflags12
1 files changed, 0 insertions, 12 deletions
diff --git a/config/clang-cxxflags b/config/clang-cxxflags
index e7ab6d8..23ba6a3 100644
--- a/config/clang-cxxflags
+++ b/config/clang-cxxflags
@@ -113,18 +113,6 @@ 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"
##############