1
0
Fork 0
mirror of https://github.com/pygos/build.git synced 2024-06-01 17:58:43 +02:00
build/tcpkg/toolchain/build
David Oberhollenzer 7b1d236e16 Merge libgcc and toolchain meta packages
Signed-off-by: David Oberhollenzer <david.oberhollenzer@tele2.at>
2018-02-15 23:16:39 +01:00

15 lines
226 B
Plaintext
Executable file

DEPENDS="gcc2 musl pkg-config 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"
}