From 598e999920f1509110d0ee18d4c7db23646672f4 Mon Sep 17 00:00:00 2001 From: Tien Do Date: Wed, 10 Oct 2018 14:36:00 +0700 Subject: [configure] Remove redundant -std=c++11 option --- tools/depends/configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/depends/configure.ac b/tools/depends/configure.ac index efd3a3b754..ed6d2468ab 100644 --- a/tools/depends/configure.ac +++ b/tools/depends/configure.ac @@ -374,7 +374,7 @@ case $host in esac platform_cflags+=" -arch $use_cpu -m$platform_min_version" platform_ldflags+=" -arch $use_cpu -m$platform_min_version -isysroot $use_sdk_path -stdlib=libc++" - platform_cxxflags+=" -arch $use_cpu -m$platform_min_version -std=c++11 -stdlib=libc++" + platform_cxxflags+=" -arch $use_cpu -m$platform_min_version -stdlib=libc++" platform_includes="-isysroot $use_sdk_path" deps_dir="${sdk_name}_${use_cpu}-target-${build_type}" AC_CHECK_LIB([z], [main], has_zlib=1, AC_MSG_WARN("No zlib support in toolchain. Will build libz."); has_zlib=0) -- cgit v1.2.3