1
0

get rid of axe submodule and move toaxe.py script to scripts

This commit is contained in:
Howard Mao 2016-02-29 10:57:58 -08:00
parent ba96ad2b38
commit be8a411f9c
4 changed files with 0 additions and 11 deletions

3
.gitmodules vendored
View File

@ -34,6 +34,3 @@
[submodule "torture"] [submodule "torture"]
path = torture path = torture
url = https://github.com/ucb-bar/riscv-torture.git 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

View File

@ -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