We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44722bd commit 033fddaCopy full SHA for 033fdda
compiler/rustc_target/src/spec/base/avr_gnu.rs
@@ -19,6 +19,8 @@ pub(crate) fn target(target_cpu: &'static str, mmcu: &'static str) -> Target {
19
llvm_target: "avr-unknown-unknown".into(),
20
pointer_width: 16,
21
options: TargetOptions {
22
+ env: "gnu".into(),
23
+
24
c_int_width: "16".into(),
25
cpu: target_cpu.into(),
26
exe_suffix: ".elf".into(),
0 commit comments