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 a940d6d commit 5b82756Copy full SHA for 5b82756
build/build.sh
@@ -34,7 +34,7 @@ bash ./configure --with-boot-jdk="$SCRIPTDIR/jdk-10" \
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