Skip to content

Commit

Permalink
Fix broken gcc rm command for /bin/arm-none-eabi-gcc-13.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ABUCKY0 committed Jan 3, 2025
1 parent 6c3ef61 commit 48a93db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ RUN <<-"EOF" bash
rm -rf "$toolchain"/{share,include}
rm -rf "$toolchain"/lib/gcc/arm-none-eabi/13.3.1/arm
rm -f "$toolchain"/bin/arm-none-eabi-{gdb,gdb-py,cpp}
rm -rf "$toolchain"/bin/arm-none-eabigcc-13.3.1
rm -rf "$toolchain"/bin/arm-none-eabi-gcc-13.3.1

find "$toolchain"/arm-none-eabi/lib/thumb -mindepth 1 -maxdepth 1 ! -name 'v7-a+fp' -exec rm -rf {} +
find "$toolchain"/lib/gcc/arm-none-eabi/13.3.1/thumb -mindepth 1 -maxdepth 1 ! -name 'v7-a+fp' -exec rm -rf {} +
Expand Down

0 comments on commit 48a93db

Please sign in to comment.