Skip to content

Commit 6d210f8

Browse files
committed
generate asm symbols for target_os = "none" targets
the built-in rustc targets `{x86,x86_64,arm,aarch64}-none` all use the ELF format fixes briansmith#1793
1 parent 8ed4860 commit 6d210f8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.rs

+1
Original file line numberDiff line numberDiff line change
@@ -260,6 +260,7 @@ const LINUX_ABI: &[&str] = &[
260260
"linux",
261261
"redox",
262262
"solaris",
263+
"none",
263264
];
264265

265266
/// Operating systems that have the same ABI as macOS on every architecture

0 commit comments

Comments
 (0)