fix compile tcore script

This commit is contained in:
Richard Yan
2025-01-29 23:31:09 -08:00
parent 91a82c9f0f
commit dc46135f66

View File

@@ -42,11 +42,11 @@ check_exists() {
}
for arch in "${archs[@]}"; do
git checkout kernels-asplos-ae-$arch
git checkout ae-$arch
# re-compile libvortexrt.a
# FIXME after restructure
pushd ../../../kernel
pushd ../../libs
make
popd