diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..498af89 --- /dev/null +++ b/.gitignore @@ -0,0 +1,7 @@ +cross-toolchain +toolchain-*-current +buildlog.txt +*.o +*.map +*.lst +*.elf \ No newline at end of file diff --git a/buildtoolchain.sh b/buildtoolchain.sh old mode 100644 new mode 100755 index d56f288..63daad9 --- a/buildtoolchain.sh +++ b/buildtoolchain.sh @@ -447,5 +447,4 @@ cd $HOSTINSTALLPATH ;tar cvzf ../toolchain-$TARGETARCHITECTURE-$OS-$GCCVER.tar.g sha1sum toolchain-$TARGETARCHITECTURE-$OS-$GCCVER.tar.gz fi - - +#if deploy