-
Notifications
You must be signed in to change notification settings - Fork 47
How should avr-unknown-gnu-atmega328 be parsed? #63
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Comments
The initial description said "This target system is Calling That leaves the So my current thinking is that we need to interpret |
The target might be renamed, see rust-lang/rust#131651 (MCP rust-lang/compiler-team#800) |
Note: we're most likely going with |
avr-unknown-gnu-atmega328
is a new target in rustc. "atmega328" isn't recognized by LLVM's Triple or GNU autotools so it's unclear how to categorize it. I posted here asking for clarification.The text was updated successfully, but these errors were encountered: