avr: fix target triple

It was `avr-atmel-none`, which is incorrect. It must be
`avr-unknown-unknown`.

Additionally, there is no reason to specify the target triple per chip,
it can be done for all AVR chips at once as it doesn't vary like
Cortex-M chips.
This commit is contained in:
Ayke van Laethem
2020-06-30 16:09:19 +02:00
committed by Ron Evans
parent 2136cb2f59
commit aa3481e06a
7 changed files with 3 additions and 6 deletions
+1
View File
@@ -1,4 +1,5 @@
{
"llvm-target": "avr-unknown-unknown",
"build-tags": ["avr", "baremetal", "linux", "arm"],
"goos": "linux",
"goarch": "arm",