Skip to content

Commit

Permalink
script: Add copy-gcc6809as-toolchain-packages.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
stahta01 committed Oct 3, 2024
1 parent 5945ae7 commit fa39185
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions copy-gcc6809as-toolchain-packages.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
mkdir -p packages/gcc6809as_toolchain_MSYS_packages

rm -f ./packages/gcc6809as_toolchain_MSYS_packages/*.zst
cp -f ./as6809/as6809-5p10-1-any.pkg.tar.zst ./packages/gcc6809as_toolchain_MSYS_packages/
cp -f ./as6809/asxxxx-5p10-1-any.pkg.tar.zst ./packages/gcc6809as_toolchain_MSYS_packages/
cp -f ./gcc6809as/gcc6809as-4.3.6-1-any.pkg.tar.zst ./packages/gcc6809as_toolchain_MSYS_packages/
cp -f ./newlib6809as/m6809-unknown-newlib6809as-1.16.0-1-any.pkg.tar.zst ./packages/gcc6809as_toolchain_MSYS_packages/

0 comments on commit fa39185

Please sign in to comment.