Make rustc directly invoke the linker

This commit is contained in:
bjorn3
2023-10-03 09:53:37 +02:00
parent b9299224ea
commit d819277d56
5 changed files with 13 additions and 14 deletions
+1
View File
@@ -55,6 +55,7 @@
#![feature(slice_ptr_get, slice_ptr_len)]
#![feature(sync_unsafe_cell)]
#![no_std]
#![no_main]
#[cfg(any(target_arch = "x86", target_arch = "x86_64"))]
pub extern crate x86;