]> git.proxmox.com Git - rustc.git/blobdiff - src/librustc_back/target/mipsel_unknown_linux_gnu.rs
New upstream version 1.18.0+dfsg1
[rustc.git] / src / librustc_back / target / mipsel_unknown_linux_gnu.rs
index 9b8b1d5713f1d950771a36d3da49fe750208d944..ec19cc1a536ad7f45a5b9efffdd6a8ec8630c291 100644 (file)
@@ -8,6 +8,7 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
+use LinkerFlavor;
 use target::{Target, TargetOptions, TargetResult};
 
 pub fn target() -> TargetResult {
@@ -20,6 +21,7 @@ pub fn target() -> TargetResult {
         target_os: "linux".to_string(),
         target_env: "gnu".to_string(),
         target_vendor: "unknown".to_string(),
+        linker_flavor: LinkerFlavor::Gcc,
 
         options: TargetOptions {
             cpu: "mips32".to_string(),