rustc_codegen_ssa: Set e_flags for AVR architecture based on target CPU

This commit is contained in:
Adam Gausmann
2023-01-08 22:59:41 -06:00
parent 965cf5c1f5
commit a7158ecfa9
5 changed files with 350 additions and 1 deletions

View File

@@ -62,6 +62,7 @@ mod android_base;
mod apple_base;
pub use apple_base::deployment_target as current_apple_deployment_target;
mod avr_gnu_base;
pub use avr_gnu_base::ef_avr_arch;
mod bpf_base;
mod dragonfly_base;
mod freebsd_base;