Skip to content

Commit 1f9005a

Browse files
authored
Update README clarifying gcc situation
1 parent 819b90f commit 1f9005a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Readme.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ Therefore, the resulting binaries may differ significantly from Atmel's. And you
99

1010
Edit the `build.conf` file, currently the only thing worth changing is `AVR_VERSION` on the first line to match whatever the [latest version is](http://distribute.atmel.no/tools/opensource/Atmel-AVR-GNU-Toolchain/).
1111

12-
At time of writing, the latest toolchain available is based on Atmel 3.6.1 version. It contains:
12+
At time of writing, the latest toolchain available is based on Atmel 3.6.1 version, but we replaced gcc component with a newer one, backporting Atmel patches. It contains:
1313
- binutils-2.26
14-
- gcc-5.4.0
14+
- gcc-7.3.0 (patches here https://github.com/arduino/toolchain-avr/tree/staging/avr-gcc-patches)
1515
- avr-libc-2.0.0
1616
- gdb-7.8
1717

0 commit comments

Comments
 (0)