get rid of axe submodule and move toaxe.py script to scripts
This commit is contained in:
parent
ba96ad2b38
commit
be8a411f9c
3
.gitmodules
vendored
3
.gitmodules
vendored
@ -34,6 +34,3 @@
|
||||
[submodule "torture"]
|
||||
path = torture
|
||||
url = https://github.com/ucb-bar/riscv-torture.git
|
||||
[submodule "dev-tools/axe"]
|
||||
path = dev-tools/axe
|
||||
url = https://github.com/CTSRD-CHERI/axe.git
|
||||
|
@ -1 +0,0 @@
|
||||
Subproject commit d68376570390e72ce3b1eb88ad6305bd35935267
|
@ -1,7 +0,0 @@
|
||||
#!/bin/sh
|
||||
|
||||
cp scripts/* $RISCV/bin
|
||||
cd axe/src
|
||||
./make.sh
|
||||
cp axe $RISCV/bin
|
||||
cp axe-shrink.py $RISCV/bin
|
Loading…
Reference in New Issue
Block a user