Skip to content

Commit 1d4b024

Browse files
committed
Add missing dragonfly module.
1 parent a31e3d6 commit 1d4b024

File tree

1 file changed

+2
-0
lines changed
  • src/librustc_back/target

1 file changed

+2
-0
lines changed

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)