-
Notifications
You must be signed in to change notification settings - Fork 21
Make AVR triple valid #35
Comments
Check what AVR-GCC uses. |
Well, by the docs, it should be avr-atmel-none right? |
I thought so, but look at the output of
versus
"Target" is the target triple. For |
See this page as well. |
Weird. I guess ask the LLVM mailing list? The elders there may have an idea as to why GCC chose that route? It can't possibly be a flame/war bike shed topic right? |
The AVR-GCC mailing list might be a better option.
I doubt it, but who knows. |
I'm going to change the default triple to |
+1 |
I don't believe there is much (if any) effort required for this. The architecture |
Closing as bd61c32 was all that needed to be done. |
Currently, the target triple for AVR is
avr-none
.This is not a valid triple (see here).
I believe it should be
avr-unknown-none
oravr-atmel-none
.The text was updated successfully, but these errors were encountered: