重命名 amexec1 为 amexec

This commit is contained in:
HuaweiAscend
2020-06-29 14:42:53 +08:00
committed by Gitee
parent 1686de8f86
commit 69571a1f90
11 changed files with 0 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
rm -rf build
mkdir -p build/intermediates/host
cd build/intermediates/host
cmake ../../../src -DCMAKE_CXX_COMPILER=g++ -DCMAKE_SKIP_RPATH=TRUE
make
cd ../../../out
mv main amexec