This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# This script builds a complete avr-gcc toolchain from source. It | |
# allows you to set the desired version of binutils, gcc and | |
# avr-libc. | |
# | |
# Furthermore it builds the standalone part libstdcxx which is | |
# something like libstdcxx without all system relevant bindings (which | |
# excludes io-streams and most containers and many generators that use | |
# malloc and other system calls). |