We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 092a5f7 commit 6a940acCopy full SHA for 6a940ac
build/build.sh
@@ -34,7 +34,7 @@ bash ./configure --with-boot-jdk="$SCRIPTDIR/jdk-9.0.4" \
34
--with-freetype-lib=/usr/lib/arm-linux-gnueabi \
35
--with-freetype-include=/usr/include \
36
--with-jvm-variants=client \
37
- --with-extra-cflags="-Wno-error -D__SOFTFP__" \
+ --with-extra-cflags="-w -Wno-error -D__SOFTFP__" \
38
--with-version-string="$JAVA_VERSION" \
39
AR="arm-linux-gnueabi-gcc-ar" \
40
NM="arm-linux-gnueabi-gcc-nm" \
0 commit comments