Update buildjdk.sh

This commit is contained in:
Tran Khanh Duy 2020-10-21 15:20:38 +07:00 committed by GitHub
parent 265edd2419
commit b1f0065665
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,9 +23,9 @@ export LDFLAGS+=" -L`pwd`/dummy_libs"
cd openjdk
rm -rf build
# --with-extra-cxxflags="$CXXFLAGS --std=c++11" \
bash ./configure \
--with-extra-cflags="$CPPFLAGS" \
--with-extra-cxxflags="$CXXFLAGS --std=c++11" \
--with-extra-ldflags="$LDFLAGS" \
--enable-option-checking=fatal \
--openjdk-target=$TARGET \