mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-08 06:53:45 +00:00
ICU-10331 use --std=c++03 by default for MinGW
X-SVN-Rev: 34193
This commit is contained in:
parent
9a537be436
commit
18b2a30242
1 changed files with 3 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue