Update v35arm64 to fix build on riscv ##build

This commit is contained in:
pancake 2022-06-10 01:10:12 +02:00
parent b3d74eb2ca
commit de7738770c
3 changed files with 3 additions and 3 deletions

View File

@ -47,7 +47,7 @@ jobs:
- name: Building without capstone
run: |
cp -f dist/plugins-cfg/plugins.nocs.cfg plugins.cfg
./configure --without-capstone && make -j
./configure --without-capstone --with-rpath && make -j
sudo make symstall
- name: Building muon/samu
run: |

View File

@ -23,7 +23,7 @@ mrproper: clean
.PHONY: all clean
ARCH_ARM64_COMMIT=fddb6d0fb0489c4e797a61b1553ac0d771fbf657
ARCH_ARM64_COMMIT=9ab2b0bedde459dc86e079718333de4a63bbbacb
ARCH_ARMV7_COMMIT=dde39f69ffea19fc37e681874b12cb4707bc4f30
$(ALIBS): arch-arm64 arch-armv7

View File

@ -98,7 +98,7 @@ if EXIST "libr\asm\arch\arm\v35arm64\arch-arm64" (
git clone https://github.com/radareorg/vector35-arch-arm64 arch-arm64
cd arch-arm64
git checkout radare2-wip
git reset --hard fddb6d0fb0489c4e797a61b1553ac0d771fbf657
git reset --hard 9ab2b0bedde459dc86e079718333de4a63bbbacb
popd
)