We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d79bf6 commit 7db5c30Copy full SHA for 7db5c30
1 file changed
scripts/build.sh
@@ -76,11 +76,11 @@ elif [ "$JDKPLATFORM" == "rpi1" ] ||
76
--with-extra-cflags="-w -Wno-error" \
77
--with-extra-cxxflags="-w -Wno-error" \
78
--with-version-string="$JAVA_VERSION" \
79
- --without-softfloat
+ --without-softfloat \
80
--with-cacerts-file="$CACERTFILE" \
81
--with-debug-level=release \
82
- AR="arm-linux-gnueabi-gcc-ar" \
83
- NM="arm-linux-gnueabi-gcc-nm" \
+ AR="arm-linux-gnueabihf-gcc-ar" \
+ NM="arm-linux-gnueabihf-gcc-nm" \
84
BUILD_AR="gcc-ar" \
85
BUILD_NM="gcc-nm"
86
fi
0 commit comments