Skip to content

Commit

Permalink
script: Update copy-gcc-6.5.0-toolchain-packages.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
stahta01 committed Mar 18, 2024
1 parent cfcf44f commit da1d226
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions copy-gcc-6.5.0-toolchain-packages.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,21 @@ mkdir -p packages/gcc6.5.0_toolchain_mingw_64_packages
rm -f ./packages/gcc6.5.0_toolchain_mingw_64_packages/*.zst
cp -f ./mingw-w64-crt-git/mingw-w64-x86_64-headers-git-6.0.0.r56.gd72c4fe62-1-any.pkg.tar.zst ./packages/gcc6.5.0_toolchain_mingw_64_packages/
cp -f ./mingw-w64-crt-git/mingw-w64-x86_64-crt-git-6.0.0.r56.gd72c4fe62-1-any.pkg.tar.zst ./packages/gcc6.5.0_toolchain_mingw_64_packages/
cp -f ./mingw-w64-gcc6/mingw-w64-x86_64-gcc-libs-6.5.0-1-any.pkg.tar.zst ./packages/gcc6.5.0_toolchain_mingw_64_packages/
cp -f ./mingw-w64-gcc6/mingw-w64-x86_64-gcc-6.5.0-1-any.pkg.tar.zst ./packages/gcc6.5.0_toolchain_mingw_64_packages/
cp -f ./mingw-w64-gcc6/mingw-w64-x86_64-gcc6-libs-6.5.0-2-any.pkg.tar.zst ./packages/gcc6.5.0_toolchain_mingw_64_packages/
cp -f ./mingw-w64-gcc6/mingw-w64-x86_64-gcc6-6.5.0-2-any.pkg.tar.zst ./packages/gcc6.5.0_toolchain_mingw_64_packages/

mkdir -p packages/gcc6.5.0_toolchain_mingw_32_packages

rm -f ./packages/gcc6.5.0_toolchain_mingw_32_packages/*.zst
cp -f ./mingw-w64-crt-git/mingw-w64-i686-headers-git-6.0.0.r56.gd72c4fe62-1-any.pkg.tar.zst ./packages/gcc6.5.0_toolchain_mingw_32_packages/
cp -f ./mingw-w64-crt-git/mingw-w64-i686-crt-git-6.0.0.r56.gd72c4fe62-1-any.pkg.tar.zst ./packages/gcc6.5.0_toolchain_mingw_32_packages/
cp -f ./mingw-w64-gcc6/mingw-w64-i686-gcc-libs-6.5.0-1-any.pkg.tar.zst ./packages/gcc6.5.0_toolchain_mingw_32_packages/
cp -f ./mingw-w64-gcc6/mingw-w64-i686-gcc-6.5.0-1-any.pkg.tar.zst ./packages/gcc6.5.0_toolchain_mingw_32_packages/
cp -f ./mingw-w64-gcc6/mingw-w64-i686-gcc6-libs-6.5.0-2-any.pkg.tar.zst ./packages/gcc6.5.0_toolchain_mingw_32_packages/
cp -f ./mingw-w64-gcc6/mingw-w64-i686-gcc6-6.5.0-2-any.pkg.tar.zst ./packages/gcc6.5.0_toolchain_mingw_32_packages/

mkdir -p packages/gcc6.5.0_toolchain_mingw_UCRT64_packages

rm -f ./packages/gcc6.5.0_toolchain_mingw_UCRT64_packages/*.zst
cp -f ./mingw-w64-crt-git/mingw-w64-ucrt-x86_64-headers-git-6.0.0.r56.gd72c4fe62-1-any.pkg.tar.zst ./packages/gcc6.5.0_toolchain_mingw_UCRT64_packages/
cp -f ./mingw-w64-crt-git/mingw-w64-ucrt-x86_64-crt-git-6.0.0.r56.gd72c4fe62-1-any.pkg.tar.zst ./packages/gcc6.5.0_toolchain_mingw_UCRT64_packages/
cp -f ./mingw-w64-gcc6/mingw-w64-ucrt-x86_64-gcc-libs-6.5.0-1-any.pkg.tar.zst ./packages/gcc6.5.0_toolchain_mingw_UCRT64_packages/
cp -f ./mingw-w64-gcc6/mingw-w64-ucrt-x86_64-gcc-6.5.0-1-any.pkg.tar.zst ./packages/gcc6.5.0_toolchain_mingw_UCRT64_packages/
cp -f ./mingw-w64-gcc6/mingw-w64-ucrt-x86_64-gcc6-libs-6.5.0-2-any.pkg.tar.zst ./packages/gcc6.5.0_toolchain_mingw_UCRT64_packages/
cp -f ./mingw-w64-gcc6/mingw-w64-ucrt-x86_64-gcc6-6.5.0-2-any.pkg.tar.zst ./packages/gcc6.5.0_toolchain_mingw_UCRT64_packages/

0 comments on commit da1d226

Please sign in to comment.