# Names of the files (with version) that will be used to build the avr-gcc toolchain

# Number of CPUs to use for parallel builds
JOBCOUNT=8

# Install location
PREFIX=/usr/local/avr

# binuitls name and version
NAME_BINUTILS="binutils-2.37"

# gcc name and version
NAME_GCC="gcc-7.5.0"

# avr-libc name and version
NAME_LIBC="avr-libc-2.0.0"

# avrdude name and version
NAME_AVRDUDE="avrdude-6.3"
NAME_AVRDUDE7="avrdude-7.0"

# gdb name and version
NAME_GDB="gdb-8.1.1"

# simulavr name and version
NAME_SIMULAVR="simulavr"