setup to use the TC file
This commit is contained in:
parent
b9e32adda3
commit
87f1b739a0
1 changed files with 3 additions and 1 deletions
4
otto.sh
4
otto.sh
|
@ -155,7 +155,9 @@ del_module () {
|
||||||
}
|
}
|
||||||
|
|
||||||
cross_compile () {
|
cross_compile () {
|
||||||
echo "ERROR: Currently no toolchain / target!"
|
clear_cmake_cache
|
||||||
|
cmake -DCMAKE_VERBOSE_MAKEFILE=${CMAKE_VERBOSE} -DCMAKE_TOOLCHAIN_FILE=../${TC} ../
|
||||||
|
make
|
||||||
}
|
}
|
||||||
|
|
||||||
build_release() {
|
build_release() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue