rollup merge of #18647 : jbcrail/rename-dragonfly

This commit is contained in:
Alex Crichton 2014-11-06 13:31:52 -08:00
commit 4fa22d951f
2 changed files with 3 additions and 1 deletions

View File

@ -11,7 +11,7 @@
use target::Target;
pub fn target() -> Target {
let mut base = super::draginfly_base::opts();
let mut base = super::dragonfly_base::opts();
base.pre_link_args.push("-m32".to_string());
Target {

View File

@ -63,6 +63,7 @@ mod arm_unknown_linux_gnueabihf;
mod i686_apple_darwin;
mod i386_apple_ios;
mod i686_pc_windows_gnu;
mod i686_unknown_dragonfly;
mod i686_unknown_linux_gnu;
mod mips_unknown_linux_gnu;
mod mipsel_unknown_linux_gnu;
@ -338,6 +339,7 @@ impl Target {
x86_64_unknown_freebsd,
i686_unknown_dragonfly,
x86_64_unknown_dragonfly,
x86_64_apple_darwin,