Add --std=c++0x

This commit is contained in:
Tran Khanh Duy 2020-10-21 06:12:21 +07:00 committed by GitHub
parent 59c09bbd00
commit e06b4ba1e1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,6 +25,7 @@ cd openjdk
rm -rf build
bash ./configure \
--with-extra-cflags="$CPPFLAGS" \
--with-extra-cxxflags="$CXXFLAGS --std=c++0x" \
--with-extra-ldflags="$LDFLAGS" \
--enable-option-checking=fatal \
--openjdk-target=$TARGET \