This commit is contained in:
Quinn Painter 2022-09-02 14:17:01 +01:00
parent e7b62be96b
commit 7b0377c716

View File

@ -1,8 +1,6 @@
//! Targets the ARMv5TE, with code as `a32` code by default.
use crate::spec::{
cvs, LinkerFlavor, LldFlavor, PanicStrategy, RelocModel, Target, TargetOptions
};
use crate::spec::{cvs, LinkerFlavor, LldFlavor, PanicStrategy, RelocModel, Target, TargetOptions};
pub fn target() -> Target {
Target {