Skip to content

Commit 7db5c30

Browse files
committed
[scripts] Attempt to fix hardfloat build
1 parent 4d79bf6 commit 7db5c30

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

scripts/build.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,11 +76,11 @@ elif [ "$JDKPLATFORM" == "rpi1" ] ||
7676
--with-extra-cflags="-w -Wno-error" \
7777
--with-extra-cxxflags="-w -Wno-error" \
7878
--with-version-string="$JAVA_VERSION" \
79-
--without-softfloat
79+
--without-softfloat \
8080
--with-cacerts-file="$CACERTFILE" \
8181
--with-debug-level=release \
82-
AR="arm-linux-gnueabi-gcc-ar" \
83-
NM="arm-linux-gnueabi-gcc-nm" \
82+
AR="arm-linux-gnueabihf-gcc-ar" \
83+
NM="arm-linux-gnueabihf-gcc-nm" \
8484
BUILD_AR="gcc-ar" \
8585
BUILD_NM="gcc-nm"
8686
fi

0 commit comments

Comments
 (0)