Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/haarer/toolchain68k
Browse files Browse the repository at this point in the history
  • Loading branch information
alex committed Oct 30, 2019
2 parents 9d5ab76 + 5fe3cca commit 6e2ee13
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
7 changes: 7 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
cross-toolchain
toolchain-*-current
buildlog.txt
*.o
*.map
*.lst
*.elf
3 changes: 1 addition & 2 deletions buildtoolchain.sh
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -447,5 +447,4 @@ cd $HOSTINSTALLPATH ;tar cvzf ../toolchain-$TARGETARCHITECTURE-$OS-$GCCVER.tar.g
sha1sum toolchain-$TARGETARCHITECTURE-$OS-$GCCVER.tar.gz

fi


#if deploy

0 comments on commit 6e2ee13

Please sign in to comment.