1
0
Fork 0
mirror of https://github.com/pygos/build.git synced 2024-05-20 12:36:14 +02:00
build/pkg/toolchain/build
David Oberhollenzer fc278364e5 Cleanup package command arguments
Signed-off-by: David Oberhollenzer <david.oberhollenzer@tele2.at>
2018-02-17 03:02:16 +01:00

11 lines
138 B
Plaintext
Executable file

DEPENDS="tc-gcc2 tc-musl tc-linux_hdr tc-pkg-config tc-file"
build() {
return
}
deploy() {
gen_cmake_toolchain_file
save_toolchain
}