ICU-10331 use --std=c++03 by default for MinGW

X-SVN-Rev: 34193
This commit is contained in:
Steven R. Loomis 2013-09-04 23:00:06 +00:00
parent 9a537be436
commit 18b2a30242

View file

@ -1,5 +1,5 @@
#!/bin/sh
# Copyright (c) 1999-2012, International Business Machines Corporation and
# Copyright (c) 1999-2013, International Business Machines Corporation and
# others. All Rights Reserved.
# runConfigureICU: This script will run the "configure" script for the appropriate platform
@ -301,6 +301,8 @@ case $platform in
THE_COMP="the GNU C++"
RELEASE_CFLAGS='-O3'
RELEASE_CXXFLAGS='-O3'
CXXFLAGS="--std=c++03"
export CXXFLAGS
;;
*BSD)
THE_OS="BSD"