Skip to content

Commit 4fa22d9

Browse files
committed
rollup merge of #18647 : jbcrail/rename-dragonfly
2 parents e3ade0f + 1d4b024 commit 4fa22d9

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

src/librustc_back/target/i686_unknown_dragonfly.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
use target::Target;
1212

1313
pub fn target() -> Target {
14-
let mut base = super::draginfly_base::opts();
14+
let mut base = super::dragonfly_base::opts();
1515
base.pre_link_args.push("-m32".to_string());
1616

1717
Target {

src/librustc_back/target/mod.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ mod arm_unknown_linux_gnueabihf;
6363
mod i686_apple_darwin;
6464
mod i386_apple_ios;
6565
mod i686_pc_windows_gnu;
66+
mod i686_unknown_dragonfly;
6667
mod i686_unknown_linux_gnu;
6768
mod mips_unknown_linux_gnu;
6869
mod mipsel_unknown_linux_gnu;
@@ -338,6 +339,7 @@ impl Target {
338339

339340
x86_64_unknown_freebsd,
340341

342+
i686_unknown_dragonfly,
341343
x86_64_unknown_dragonfly,
342344

343345
x86_64_apple_darwin,

0 commit comments

Comments
 (0)