Skip to content

Commit

Permalink
Test architecture arm/v6 (part 10)
Browse files Browse the repository at this point in the history
  • Loading branch information
mansuf committed Jun 7, 2024
1 parent c4df759 commit 55c96dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arm_v6_workaround.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ echo $ARCHITECTURE
echo $CPU_FLAGS

echo $ARCHITECTURE
if [ $ARCHITECTURE = "armv7l" ] && ! [[ $CPU_FLAGS =~ "v_vmsave_vmlo" ]];; then
if [ $ARCHITECTURE = "armv7l" ] && ! [[ $CPU_FLAGS =~ "v_vmsave_vmlo" ]]; then
apt install libc6-armhf-cross
export LD_LIBRARY_PATH=/usr/arm-linux-gnueabihf/lib
ln -s /usr/arm-linux-gnueabihf/lib/ld-linux-armhf.so.3 /lib/ld-linux-armhf.so.3
Expand Down

0 comments on commit 55c96dd

Please sign in to comment.