Skip to content

Commit 009585a

Browse files
authored
Rollup merge of #67255 - tuxillo:remove-i686-unknown-dragonfly, r=alexcrichton
Remove i686-unknown-dragonfly target DragonFly BSD removed support for i386 a while ago. It only supports x86_64 right now.
2 parents fc6b5d6 + 0f47327 commit 009585a

File tree

2 files changed

+0
-24
lines changed

2 files changed

+0
-24
lines changed

src/librustc_target/spec/i686_unknown_dragonfly.rs

-23
This file was deleted.

src/librustc_target/spec/mod.rs

-1
Original file line numberDiff line numberDiff line change
@@ -398,7 +398,6 @@ supported_targets! {
398398
("powerpc64-unknown-freebsd", powerpc64_unknown_freebsd),
399399
("x86_64-unknown-freebsd", x86_64_unknown_freebsd),
400400

401-
("i686-unknown-dragonfly", i686_unknown_dragonfly),
402401
("x86_64-unknown-dragonfly", x86_64_unknown_dragonfly),
403402

404403
("aarch64-unknown-openbsd", aarch64_unknown_openbsd),

0 commit comments

Comments
 (0)