Skip to content

Commit e6938f6

Browse files
committed
[scripts] Add jdk cflags to cxxflags
1 parent b00153d commit e6938f6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build/build.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ bash ./configure --with-boot-jdk="$SCRIPTDIR/jdk-9.0.4" \
3535
--with-freetype-include=/usr/include \
3636
--with-jvm-variants=client \
3737
--with-extra-cflags="-w -Wno-error -D__SOFTFP__" \
38+
--with-extra-cxxflags="-w -Wno-error -D__SOFTFP__" \
3839
--with-version-string="$JAVA_VERSION" \
3940
AR="arm-linux-gnueabi-gcc-ar" \
4041
NM="arm-linux-gnueabi-gcc-nm" \

0 commit comments

Comments
 (0)