diff --git a/compiler/create_crosscompiler.sh b/compiler/create_crosscompiler.sh index d302317..5004db2 100755 --- a/compiler/create_crosscompiler.sh +++ b/compiler/create_crosscompiler.sh @@ -40,4 +40,6 @@ make -j$JOBS all-gcc && make -j$JOBS all-target-libgcc && make install-gcc make install-target-libgcc +cd ../../ +sudo rm -r src