1
0
Fork 0
mirror of https://github.com/pygos/build.git synced 2024-05-18 03:26:14 +02:00
build/pkg/toolchain/build
David Oberhollenzer 1636fc8aac Merge management of regular and toolchain packages
Signed-off-by: David Oberhollenzer <david.oberhollenzer@tele2.at>
2018-02-15 23:47:54 +01:00

18 lines
281 B
Plaintext
Executable file

DEPENDS="tc-gcc2 tc-musl tc-pkg-config tc-file"
build() {
return
}
deploy() {
local INPUT="$1"
local OUTPUT="$2"
local DEPLOY="$3"
rsync -aH --files-from="$SCRIPTDIR/board/$BOARD/libgcc_files.txt" \
"$TCDIR/$TARGET" "$DEPLOY"
gen_cmake_toolchain_file
save_toolchain
}