]> git.lizzy.rs Git - rust.git/blobdiff - src/librustc/back/mips.rs
Add generation of static libraries to rustc
[rust.git] / src / librustc / back / mips.rs
index cbe39efdf8cf0646c0c8e20189f3c0aef559b041..ce716f6f94b3570e079ae24928f2b199a3616ca1 100644 (file)
@@ -63,6 +63,6 @@ pub fn get_target_strs(target_triple: ~str, target_os: abi::Os) -> target_strs::
 
         target_triple: target_triple,
 
-        cc_args: ~[]
+        cc_args: ~[],
     };
 }